From 70e730416b581dcb422ef3c0ee730f260491fa48 Mon Sep 17 00:00:00 2001 From: mattinger Date: Fri, 13 Apr 2007 18:40:18 +0000 Subject: updating file headers git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/branches/ant-1.7.0-upgrade@111 32d7a393-a5a9-423c-abd3-5d954feb1f2f --- .../java/net/sf/antcontrib/logic/ant16/AntCallBack.java | 2 +- .../src/java/net/sf/antcontrib/logic/ant16/AntFetch.java | 2 +- ant1.6/src/java/net/sf/antcontrib/logic/ant16/Assert.java | 2 +- .../src/java/net/sf/antcontrib/logic/ant16/ForTask.java | 2 +- .../net/sf/antcontrib/logic/ant16/ProjectDelegate.java | 15 +++++++++++++++ 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; -- cgit v1.2.3