summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntCallBack.java2
-rw-r--r--ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntFetch.java2
-rw-r--r--ant1.6/src/java/net/sf/antcontrib/logic/ant16/Assert.java2
-rw-r--r--ant1.6/src/java/net/sf/antcontrib/logic/ant16/ForTask.java2
-rw-r--r--ant1.6/src/java/net/sf/antcontrib/logic/ant16/ProjectDelegate.java15
5 files changed, 19 insertions, 4 deletions
diff --git a/ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntCallBack.java b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntCallBack.java
index 603f062..5f3df7e 100644
--- a/ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntCallBack.java
+++ b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntCallBack.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 Ant-Contrib project. All rights reserved.
+ * Copyright (c) 2001-2007 Ant-Contrib project. All rights reserved.
*
* 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/ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntFetch.java b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntFetch.java
index 1916a79..394f815 100644
--- a/ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntFetch.java
+++ b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/AntFetch.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 Ant-Contrib project. All rights reserved.
+ * Copyright (c) 2001-2007 Ant-Contrib project. All rights reserved.
*
* 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/ant1.6/src/java/net/sf/antcontrib/logic/ant16/Assert.java b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/Assert.java
index deb0618..3e31d73 100644
--- a/ant1.6/src/java/net/sf/antcontrib/logic/ant16/Assert.java
+++ b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/Assert.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 Ant-Contrib project. All rights reserved.
+ * Copyright (c) 2001-2007 Ant-Contrib project. All rights reserved.
*
* 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/ant1.6/src/java/net/sf/antcontrib/logic/ant16/ForTask.java b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/ForTask.java
index 154ab7e..5d9e0d3 100644
--- a/ant1.6/src/java/net/sf/antcontrib/logic/ant16/ForTask.java
+++ b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/ForTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2005 Ant-Contrib project. All rights reserved.
+ * Copyright (c) 2003-2007 Ant-Contrib project. All rights reserved.
*
* 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/ant1.6/src/java/net/sf/antcontrib/logic/ant16/ProjectDelegate.java b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/ProjectDelegate.java
index 1268c9c..4a8d059 100644
--- a/ant1.6/src/java/net/sf/antcontrib/logic/ant16/ProjectDelegate.java
+++ b/ant1.6/src/java/net/sf/antcontrib/logic/ant16/ProjectDelegate.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright (c) 2001-2007 Ant-Contrib project. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package net.sf.antcontrib.logic.ant16;
import java.io.File;