From 42e242e0902f0aae73aa03552d54b5694ba4ee1a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 21 Jan 2005 07:12:52 +0000 Subject: [PATCH] 2005 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277406 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/zip.html | 2 +- docs/manual/CoreTypes/mapper.html | 2 +- src/main/org/apache/tools/ant/Main.java | 2 +- .../org/apache/tools/ant/taskdefs/repository/Libraries.java | 2 +- .../apache/tools/ant/taskdefs/repository/MavenRepository.java | 2 +- .../org/apache/tools/ant/taskdefs/repository/Repository.java | 2 +- src/testcases/org/apache/tools/ant/taskdefs/LibrariesTest.java | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manual/CoreTasks/zip.html b/docs/manual/CoreTasks/zip.html index ecac78e8d..6a0ea3412 100644 --- a/docs/manual/CoreTasks/zip.html +++ b/docs/manual/CoreTasks/zip.html @@ -266,7 +266,7 @@ The code

zips all files in the htdocs/manual directory into the docs/user-guide directory in the archive and includes all the files in any file that maches examples*.zip, such as all files within examples1.zip or examples_for_brian.zip.


-

Copyright © 2000-2004 The Apache Software Foundation. All rights +

Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.

diff --git a/docs/manual/CoreTypes/mapper.html b/docs/manual/CoreTypes/mapper.html index ca0a47b60..5ebbf9fb3 100644 --- a/docs/manual/CoreTypes/mapper.html +++ b/docs/manual/CoreTypes/mapper.html @@ -683,7 +683,7 @@ with <uptodate> and <junit> output.

<mapper type> attribute.


-

Copyright © 2000-2004 The Apache Software Foundation. All rights +

Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.

diff --git a/src/main/org/apache/tools/ant/Main.java b/src/main/org/apache/tools/ant/Main.java index fd0be7e17..ecc45152f 100644 --- a/src/main/org/apache/tools/ant/Main.java +++ b/src/main/org/apache/tools/ant/Main.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 The Apache Software Foundation + * Copyright 2000-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/org/apache/tools/ant/taskdefs/repository/Libraries.java b/src/main/org/apache/tools/ant/taskdefs/repository/Libraries.java index 9ccc7d0ea..706f2953a 100644 --- a/src/main/org/apache/tools/ant/taskdefs/repository/Libraries.java +++ b/src/main/org/apache/tools/ant/taskdefs/repository/Libraries.java @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation + * Copyright 2004-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/org/apache/tools/ant/taskdefs/repository/MavenRepository.java b/src/main/org/apache/tools/ant/taskdefs/repository/MavenRepository.java index 611efc099..d88e93f09 100644 --- a/src/main/org/apache/tools/ant/taskdefs/repository/MavenRepository.java +++ b/src/main/org/apache/tools/ant/taskdefs/repository/MavenRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation + * Copyright 2004-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/org/apache/tools/ant/taskdefs/repository/Repository.java b/src/main/org/apache/tools/ant/taskdefs/repository/Repository.java index 18dab297e..23a03ac31 100644 --- a/src/main/org/apache/tools/ant/taskdefs/repository/Repository.java +++ b/src/main/org/apache/tools/ant/taskdefs/repository/Repository.java @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation + * Copyright 2004-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/testcases/org/apache/tools/ant/taskdefs/LibrariesTest.java b/src/testcases/org/apache/tools/ant/taskdefs/LibrariesTest.java index 6d77d3c58..6f272392f 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/LibrariesTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/LibrariesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation + * Copyright 2004-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.