From fc7d08599fb8119c203ed20960e008ba4ce99530 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 22 Feb 2005 16:04:21 +0000 Subject: [PATCH] Fix the date up git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277708 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/schemavalidate.html | 2 +- .../org/apache/tools/ant/taskdefs/optional/SchemaValidate.java | 2 +- .../apache/tools/ant/taskdefs/optional/SchemaValidateTest.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/OptionalTasks/schemavalidate.html b/docs/manual/OptionalTasks/schemavalidate.html index 344ca0d0a..217f0319e 100644 --- a/docs/manual/OptionalTasks/schemavalidate.html +++ b/docs/manual/OptionalTasks/schemavalidate.html @@ -302,7 +302,7 @@ Validate all .xml files in xml directory with the parser configured to perform s Validate the file xml/endpiece-noSchema.xml against the schema xml/doc.xsd.

-

Copyright © 2001-2002,2004 The Apache Software Foundation. All rights +

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

diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java b/src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java index ca8477a63..087677998 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation + * Copyright 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/optional/SchemaValidateTest.java b/src/testcases/org/apache/tools/ant/taskdefs/optional/SchemaValidateTest.java index 1fe811d9b..1c09f9642 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/optional/SchemaValidateTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/optional/SchemaValidateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation + * Copyright 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.