From 4f1313504aa0fb3f719893e4a178c144bcbcd2c1 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 8 Jan 2004 07:15:46 +0000 Subject: [PATCH] 2004 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275874 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/import.html | 2 +- docs/manual/CoreTasks/touch.html | 2 +- src/main/org/apache/tools/ant/taskdefs/Touch.java | 2 +- src/main/org/apache/tools/ant/types/FileList.java | 2 +- src/testcases/org/apache/tools/ant/taskdefs/TouchTest.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/CoreTasks/import.html b/docs/manual/CoreTasks/import.html index 9a3d8895f..32848e93e 100644 --- a/docs/manual/CoreTasks/import.html +++ b/docs/manual/CoreTasks/import.html @@ -108,7 +108,7 @@ Imports the project defined by the property deploy-platform



-

Copyright © 2003 Apache Software +

Copyright © 2003-2004 Apache Software Foundation. All rights Reserved.

diff --git a/docs/manual/CoreTasks/touch.html b/docs/manual/CoreTasks/touch.html index 1b7f22d57..bfa7561fe 100644 --- a/docs/manual/CoreTasks/touch.html +++ b/docs/manual/CoreTasks/touch.html @@ -64,7 +64,7 @@ modification time to Jun, 28 2000 2:02:17 pm (14:02:17 for those used to 24 hour times), if the filesystem allows a precision of one second - a time close to it otherwise.


-

Copyright © 2000-2001,2003 Apache Software Foundation. All rights +

Copyright © 2000-2001,2003-2004 Apache Software Foundation. All rights Reserved.

diff --git a/src/main/org/apache/tools/ant/taskdefs/Touch.java b/src/main/org/apache/tools/ant/taskdefs/Touch.java index d7e41c23e..49eec95ba 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Touch.java +++ b/src/main/org/apache/tools/ant/taskdefs/Touch.java @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2003 The Apache Software Foundation. All rights + * Copyright (c) 2000-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/main/org/apache/tools/ant/types/FileList.java b/src/main/org/apache/tools/ant/types/FileList.java index b4ce8b4b4..b19789fe5 100644 --- a/src/main/org/apache/tools/ant/types/FileList.java +++ b/src/main/org/apache/tools/ant/types/FileList.java @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2002 The Apache Software Foundation. All rights + * Copyright (c) 2001-2002,2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/testcases/org/apache/tools/ant/taskdefs/TouchTest.java b/src/testcases/org/apache/tools/ant/taskdefs/TouchTest.java index d91a17ef2..b1a2abd0a 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/TouchTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/TouchTest.java @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without