diff options
author | mattinger <[email protected]> | 2007-04-13 18:40:18 +0000 |
---|---|---|
committer | mattinger <[email protected]> | 2007-04-13 18:40:18 +0000 |
commit | 70e730416b581dcb422ef3c0ee730f260491fa48 (patch) | |
tree | a384d665020c2857992589895607743d9c681e6b | |
parent | 4003043c012ca231fa782d85f0499e3419e87e16 (diff) |
updating file headersant-1.7.0-upgrade@119
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
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; |