diff --git a/docs/manual/OptionalTasks/sound.html b/docs/manual/OptionalTasks/sound.html index 8a7c99b87..0052e8f23 100644 --- a/docs/manual/OptionalTasks/sound.html +++ b/docs/manual/OptionalTasks/sound.html @@ -96,7 +96,7 @@ more than once. randomly selects a sound-file to play when the build succeeds or fails.
-

Copyright © 2001 Apache Software Foundation. All rights +

Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.

diff --git a/docs/manual/using.html b/docs/manual/using.html index 9beecc753..b6d9f58bf 100644 --- a/docs/manual/using.html +++ b/docs/manual/using.html @@ -263,7 +263,7 @@ ant.java.version the JVM version Ant detected; currently it can hold Notice that we are declaring properties outside any target. The -<property>,<path> and <taskdef> +<property>,<typedef> and <taskdef> tasks are special in that they can be declared outside any target. When you do this they are evaluated before any targets are executed. No other tasks can be declared outside targets. diff --git a/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java b/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java index 4821c5686..ee9c96620 100644 --- a/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java +++ b/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000,2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without