From cf850ea7b4cb5efb50408e3b005c5b4acc731467 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 9 Feb 2005 07:54:12 +0000 Subject: [PATCH] 2005 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277622 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/apt.html | 2 +- docs/manual/CoreTasks/signjar.html | 2 +- src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/apt.html b/docs/manual/CoreTasks/apt.html index 010a4f288..971faf521 100644 --- a/docs/manual/CoreTasks/apt.html +++ b/docs/manual/CoreTasks/apt.html @@ -145,7 +145,7 @@ This may involve more build file coding, but the speedup gained from switching to jikes may justify the effort.


-

Copyright © 2004 The Apache Software Foundation. +

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

diff --git a/docs/manual/CoreTasks/signjar.html b/docs/manual/CoreTasks/signjar.html index 9c74232c9..c1c998882 100644 --- a/docs/manual/CoreTasks/signjar.html +++ b/docs/manual/CoreTasks/signjar.html @@ -128,7 +128,7 @@ alias="apache-group" storepass="secret"/>

signs the ant.jar with alias "apache-group" accessing the keystore and private key via "secret" password.


-

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/taskdefs/optional/Rpm.java b/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java index 12555a69b..6ec283ee6 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation + * Copyright 2001-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.