From 3d1f8edd5196f29d2cfa2b900475d65da1074669 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 13 Jan 2006 05:21:09 +0000 Subject: [PATCH] 2006 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368599 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/sql.html | 2 +- src/main/org/apache/tools/ant/taskdefs/JDBCTask.java | 4 ++-- src/main/org/apache/tools/ant/taskdefs/SQLExec.java | 2 +- .../org/apache/tools/ant/types/resources/FileResource.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/CoreTasks/sql.html b/docs/manual/CoreTasks/sql.html index 70753c4ae..b6b0c3964 100644 --- a/docs/manual/CoreTasks/sql.html +++ b/docs/manual/CoreTasks/sql.html @@ -345,7 +345,7 @@ truncate table some_other_table;
-

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

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

diff --git a/src/main/org/apache/tools/ant/taskdefs/JDBCTask.java b/src/main/org/apache/tools/ant/taskdefs/JDBCTask.java index 490ffcffe..5627b9ae5 100644 --- a/src/main/org/apache/tools/ant/taskdefs/JDBCTask.java +++ b/src/main/org/apache/tools/ant/taskdefs/JDBCTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2005 The Apache Software Foundation + * Copyright 2002-2006 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. @@ -467,4 +467,4 @@ public abstract class JDBCTask extends Task { return version; } -} \ No newline at end of file +} diff --git a/src/main/org/apache/tools/ant/taskdefs/SQLExec.java b/src/main/org/apache/tools/ant/taskdefs/SQLExec.java index 10168a338..27fd0ae81 100644 --- a/src/main/org/apache/tools/ant/taskdefs/SQLExec.java +++ b/src/main/org/apache/tools/ant/taskdefs/SQLExec.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 The Apache Software Foundation + * Copyright 2000-2006 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/types/resources/FileResource.java b/src/main/org/apache/tools/ant/types/resources/FileResource.java index 8fdf88759..7381fbf4e 100755 --- a/src/main/org/apache/tools/ant/types/resources/FileResource.java +++ b/src/main/org/apache/tools/ant/types/resources/FileResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2005 The Apache Software Foundation + * Copyright 2005-2006 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.