You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/03/17 16:28:30 UTC

svn commit: r637939 [2/8] - in /ant/core/trunk: ./ docs/ docs/antlibs/ docs/antlibs/antunit/ docs/antlibs/dotnet/ docs/antlibs/svn/ docs/projects/ lib/optional/ proposal/ant-site/anakia/ proposal/sandbox/antunit/ proposal/sandbox/dotnet/ proposal/sandb...

Modified: ant/core/trunk/src/etc/junit-noframes.xsl
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/junit-noframes.xsl?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/junit-noframes.xsl (original)
+++ ant/core/trunk/src/etc/junit-noframes.xsl Mon Mar 17 08:27:42 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
         xmlns:lxslt="http://xml.apache.org/xslt"
         xmlns:stringutils="xalan://org.apache.tools.ant.util.StringUtils">

Modified: ant/core/trunk/src/etc/log.xsl
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/log.xsl?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/log.xsl (original)
+++ ant/core/trunk/src/etc/log.xsl Mon Mar 17 08:27:42 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:output method="html" indent="yes" encoding="US-ASCII"/>
 <!--

Modified: ant/core/trunk/src/etc/maudit-frames.xsl
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/maudit-frames.xsl?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/maudit-frames.xsl (original)
+++ ant/core/trunk/src/etc/maudit-frames.xsl Mon Mar 17 08:27:42 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
     xmlns:lxslt="http://xml.apache.org/xslt"
     xmlns:redirect="org.apache.xalan.lib.Redirect"

Modified: ant/core/trunk/src/etc/mmetrics-frames.xsl
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/mmetrics-frames.xsl?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/mmetrics-frames.xsl (original)
+++ ant/core/trunk/src/etc/mmetrics-frames.xsl Mon Mar 17 08:27:42 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
   xmlns:lxslt="http://xml.apache.org/xslt"
   xmlns:xalan="http://xml.apache.org/xalan"

Modified: ant/core/trunk/src/etc/performance/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/performance/build.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/performance/build.xml (original)
+++ ant/core/trunk/src/etc/performance/build.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project default="all" xmlns:ac="antlib:net.sf.antcontrib">
   <description>
     This build file is designed to report the performance

Modified: ant/core/trunk/src/etc/tagdiff.xsl
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/tagdiff.xsl?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/tagdiff.xsl (original)
+++ ant/core/trunk/src/etc/tagdiff.xsl Mon Mar 17 08:27:42 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with

Modified: ant/core/trunk/src/etc/testcases/core/antclassloader.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/antclassloader.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/antclassloader.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/antclassloader.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project name="antclassloader-test" basedir=".">
 
     <property name="tmp.dir" location="tmp space"/>

Modified: ant/core/trunk/src/etc/testcases/core/case.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/case.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/case.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/case.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <project name="parsing-test" basedir="." default="help">
 

Modified: ant/core/trunk/src/etc/testcases/core/directoryscanner.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/directoryscanner.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/directoryscanner.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/directoryscanner.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project name="directoryscanner-test" basedir=".">
 
     <property name="tmp.dir" location="tmp"/>

Modified: ant/core/trunk/src/etc/testcases/core/dispatch/dispatch.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/dispatch/dispatch.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/dispatch/dispatch.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/dispatch/dispatch.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <project name="dispatch-test" default="disp">
 

Modified: ant/core/trunk/src/etc/testcases/core/duplicate-target-imported.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/duplicate-target-imported.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/duplicate-target-imported.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/duplicate-target-imported.xml Mon Mar 17 08:27:42 2008
@@ -1,7 +1,23 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <project>
     <target name="once">
         <echo>once from imported</echo>
     </target>
-</project>
\ No newline at end of file
+</project>

Modified: ant/core/trunk/src/etc/testcases/core/duplicate-target.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/duplicate-target.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/duplicate-target.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/duplicate-target.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <project>
     <target name="once">
@@ -12,4 +28,4 @@
     <target name="twice">
         <echo>twice-b</echo>
     </target>
-</project>
\ No newline at end of file
+</project>

Modified: ant/core/trunk/src/etc/testcases/core/duplicate-target2.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/duplicate-target2.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/duplicate-target2.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/duplicate-target2.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <project>
 
@@ -7,4 +23,4 @@
     <target name="once">
         <echo>once from buildfile</echo>
     </target>
-</project>
\ No newline at end of file
+</project>

Modified: ant/core/trunk/src/etc/testcases/core/executor.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/executor.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/executor.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/executor.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project>
   <target name="foo">
     <echo>foo</echo>

Modified: ant/core/trunk/src/etc/testcases/core/extended-taskdef.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/extended-taskdef.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/extended-taskdef.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/extended-taskdef.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project name="extended-taskdef" default="testRun">
 
   <description>
@@ -53,4 +70,4 @@
     <delete file="${taskdefs}" />
   </target>
 
-</project>
\ No newline at end of file
+</project>

Modified: ant/core/trunk/src/etc/testcases/core/immutable.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/immutable.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/immutable.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/immutable.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <project name="immutable-test" basedir="." default="test1">
 

Modified: ant/core/trunk/src/etc/testcases/core/include/basic/include.inc
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/basic/include.inc?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/basic/include.inc (original)
+++ ant/core/trunk/src/etc/testcases/core/include/basic/include.inc Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+
 <target name="test1">
     <echo message="from included entity"/>
 </target>

Modified: ant/core/trunk/src/etc/testcases/core/include/basic/include.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/basic/include.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/basic/include.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/basic/include.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <!DOCTYPE project [
   <!ENTITY include SYSTEM "file:./include.inc">

Modified: ant/core/trunk/src/etc/testcases/core/include/basic/relative.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/basic/relative.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/basic/relative.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/basic/relative.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+
 
 <!DOCTYPE project [
   <!ENTITY include SYSTEM "./include.inc">

Modified: ant/core/trunk/src/etc/testcases/core/include/frag#ment/include.inc
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/frag%23ment/include.inc?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/frag#ment/include.inc (original)
+++ ant/core/trunk/src/etc/testcases/core/include/frag#ment/include.inc Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+
 <target name="test1">
     <echo message="from included entity"/>
 </target>

Modified: ant/core/trunk/src/etc/testcases/core/include/frag#ment/include.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/frag%23ment/include.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/frag#ment/include.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/frag#ment/include.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+
 
 <!DOCTYPE project [
   <!ENTITY include SYSTEM "file:include.inc">

Modified: ant/core/trunk/src/etc/testcases/core/include/frag#ment/relative.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/frag%23ment/relative.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/frag#ment/relative.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/frag#ment/relative.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+
 
 <!DOCTYPE project [
   <!ENTITY include SYSTEM "include.inc">

Modified: ant/core/trunk/src/etc/testcases/core/include/frag#ment/simple.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/frag%23ment/simple.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/frag#ment/simple.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/frag#ment/simple.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+
 <project name="include-test" basedir="." default="test1">
 <target name="test1">
     <echo message="from simple buildfile"/>

Modified: ant/core/trunk/src/etc/testcases/core/include/included_file_parse_error/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/included_file_parse_error/build.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/included_file_parse_error/build.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/included_file_parse_error/build.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!DOCTYPE project [
     <!ENTITY included_file SYSTEM "file:./included_file.xml">
 ]>

Modified: ant/core/trunk/src/etc/testcases/core/include/included_file_parse_error/included_file.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/included_file_parse_error/included_file.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/included_file_parse_error/included_file.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/included_file_parse_error/included_file.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <target name="included-target">
   extraneous_text
   <echo>included-target ran.</echo>

Modified: ant/core/trunk/src/etc/testcases/core/include/included_file_task_error/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/included_file_task_error/build.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/included_file_task_error/build.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/included_file_task_error/build.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!DOCTYPE project [
     <!ENTITY included_file SYSTEM "file:./included_file.xml">
 ]>

Modified: ant/core/trunk/src/etc/testcases/core/include/included_file_task_error/included_file.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/included_file_task_error/included_file.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/included_file_task_error/included_file.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/included_file_task_error/included_file.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <target name="included-target">
   <copy file="nonexistent-file" todir="/non/existent/dir"/>
   <echo>included-target ran.</echo>

Modified: ant/core/trunk/src/etc/testcases/core/include/including_file_parse_error/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/including_file_parse_error/build.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/including_file_parse_error/build.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/including_file_parse_error/build.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!DOCTYPE project [
     <!ENTITY included_file SYSTEM "file:./included_file.xml">
 ]>

Modified: ant/core/trunk/src/etc/testcases/core/include/including_file_parse_error/included_file.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/including_file_parse_error/included_file.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/including_file_parse_error/included_file.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/including_file_parse_error/included_file.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <target name="included-target">
   <echo>included-target ran.</echo>
 </target>

Modified: ant/core/trunk/src/etc/testcases/core/include/including_file_task_error/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/including_file_task_error/build.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/including_file_task_error/build.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/including_file_task_error/build.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!DOCTYPE project [
     <!ENTITY included_file SYSTEM "file:./included_file.xml">
 ]>

Modified: ant/core/trunk/src/etc/testcases/core/include/including_file_task_error/included_file.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/including_file_task_error/included_file.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/including_file_task_error/included_file.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/including_file_task_error/included_file.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <target name="included-target">
   <echo>included-target ran.</echo>
 </target>

Modified: ant/core/trunk/src/etc/testcases/core/include/with space/include.inc
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/with%20space/include.inc?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/with space/include.inc (original)
+++ ant/core/trunk/src/etc/testcases/core/include/with space/include.inc Mon Mar 17 08:27:42 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <target name="test1">
     <echo message="from included entity in &apos;with space&apos;"/>
 </target>

Modified: ant/core/trunk/src/etc/testcases/core/include/with space/include.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/with%20space/include.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/with space/include.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/with space/include.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <!DOCTYPE project [
   <!ENTITY include SYSTEM "file:include.inc">

Modified: ant/core/trunk/src/etc/testcases/core/include/with space/relative.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/with%20space/relative.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/with space/relative.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/with space/relative.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <!DOCTYPE project [
   <!ENTITY include SYSTEM "include.inc">

Modified: ant/core/trunk/src/etc/testcases/core/include/with space/simple.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/include/with%20space/simple.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/include/with space/simple.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/include/with space/simple.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project name="include-test" basedir="." default="test1">
   <target name="test1">
     <echo message="from simple buildfile in &apos;with space&apos;"/>

Modified: ant/core/trunk/src/etc/testcases/core/loaderref/loaderref.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/loaderref/loaderref.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/loaderref/loaderref.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/loaderref/loaderref.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <project name="loaderref-test" default="help">
 

Modified: ant/core/trunk/src/etc/testcases/core/loaderref/src/Task1.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/loaderref/src/Task1.java?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/loaderref/src/Task1.java (original)
+++ ant/core/trunk/src/etc/testcases/core/loaderref/src/Task1.java Mon Mar 17 08:27:42 2008
@@ -1,3 +1,19 @@
+/*
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+*/
 import org.apache.tools.ant.Task;
 
 public class Task1 extends Task {

Modified: ant/core/trunk/src/etc/testcases/core/taskcontainer.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/taskcontainer.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/taskcontainer.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/taskcontainer.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project default="dont-run-this">
 
   <property name="build.dir" value="build"/>
@@ -45,4 +62,4 @@
     <delete dir="${build.dir}"/>
   </target>
   
-</project>
\ No newline at end of file
+</project>

Modified: ant/core/trunk/src/etc/testcases/core/topleveltasks/notarget.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/topleveltasks/notarget.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/topleveltasks/notarget.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/topleveltasks/notarget.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project default="foo">
   <echo message="Called" />
   <target name="foo" />

Modified: ant/core/trunk/src/etc/testcases/core/topleveltasks/targetlevelant.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/topleveltasks/targetlevelant.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/topleveltasks/targetlevelant.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/topleveltasks/targetlevelant.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project basedir="." default="foo">
   <target name="foo">
     <ant antfile="notarget.xml" />

Modified: ant/core/trunk/src/etc/testcases/core/topleveltasks/toplevelant.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/topleveltasks/toplevelant.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/topleveltasks/toplevelant.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/topleveltasks/toplevelant.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project basedir="." default="foo">
   <ant antfile="notarget.xml" />
   <target name="foo" />

Modified: ant/core/trunk/src/etc/testcases/core/unknownelement.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/unknownelement.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/unknownelement.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/unknownelement.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project>
   <target name="testMaybeConfigure">
     <taskdef name="parent" 

Modified: ant/core/trunk/src/etc/testcases/filters/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/filters/build.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/filters/build.xml (original)
+++ ant/core/trunk/src/etc/testcases/filters/build.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project default="cleanup" basedir=".">
 
   <target name="init">

Modified: ant/core/trunk/src/etc/testcases/filters/concat.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/filters/concat.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/filters/concat.xml (original)
+++ ant/core/trunk/src/etc/testcases/filters/concat.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project default="cleanup" basedir=".">
 
   <target name="init">
@@ -102,4 +118,4 @@
     </copy>
   </target>
 
-</project>
\ No newline at end of file
+</project>

Modified: ant/core/trunk/src/etc/testcases/filters/dynamicfilter.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/filters/dynamicfilter.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/filters/dynamicfilter.xml (original)
+++ ant/core/trunk/src/etc/testcases/filters/dynamicfilter.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project default="cleanup" basedir=".">
 
   <target name="init">

Modified: ant/core/trunk/src/etc/testcases/filters/head-tail.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/filters/head-tail.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/filters/head-tail.xml (original)
+++ ant/core/trunk/src/etc/testcases/filters/head-tail.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project default="cleanup" basedir=".">
 
   <target name="init">

Modified: ant/core/trunk/src/etc/testcases/filters/input/sample.properties
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/filters/input/sample.properties?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/filters/input/sample.properties (original)
+++ ant/core/trunk/src/etc/testcases/filters/input/sample.properties Mon Mar 17 08:27:42 2008
@@ -1 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 foo=

Modified: ant/core/trunk/src/etc/testcases/filters/tokenfilter.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/filters/tokenfilter.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/filters/tokenfilter.xml (original)
+++ ant/core/trunk/src/etc/testcases/filters/tokenfilter.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <project default="cleanup" basedir=".">
 
   <target name="init">

Modified: ant/core/trunk/src/etc/testcases/taskdefs/abstractcvstask.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/abstractcvstask.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/abstractcvstask.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/abstractcvstask.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 
 <project name="abstractcvstask-test" basedir="../../../../" 
          default="all">

Modified: ant/core/trunk/src/etc/testcases/taskdefs/ant.topleveltest.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/ant.topleveltest.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/ant.topleveltest.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/ant.topleveltest.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <project>
   <echo>Hello world</echo>
 </project>

Modified: ant/core/trunk/src/etc/testcases/taskdefs/ant.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/ant.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/ant.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/ant.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 
 <project name="ant-test" basedir="." default="test1">
 

Modified: ant/core/trunk/src/etc/testcases/taskdefs/ant/ant.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/ant/ant.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/ant/ant.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/ant/ant.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <project name="test" default="def" basedir=".">
 
   <target name="def">

Modified: ant/core/trunk/src/etc/testcases/taskdefs/ant/references.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/ant/references.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/ant/references.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/ant/references.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <project name="test" default="def" basedir=".">
 
   <path id="no-override" />

Modified: ant/core/trunk/src/etc/testcases/taskdefs/antlib.current-test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/antlib.current-test.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/antlib.current-test.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/antlib.current-test.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <antlib xmlns:c="ant:current">
   <typedef name="echo2" classname="org.apache.tools.ant.taskdefs.Echo"/>
   <presetdef name="preset.echo">

Modified: ant/core/trunk/src/etc/testcases/taskdefs/antlib.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/antlib.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/antlib.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/antlib.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <project name="test">
 
   <property name="testcases.dir" location="../../../../build/testcases"/>

Modified: ant/core/trunk/src/etc/testcases/taskdefs/antstructure.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/antstructure.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/antstructure.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/antstructure.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 
 <project name="antstructure-test" basedir="." default="test1">
 

Modified: ant/core/trunk/src/etc/testcases/taskdefs/apt.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/apt.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/apt.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/apt.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <project basedir=".">
   <!-- apt tests -->
 

Modified: ant/core/trunk/src/etc/testcases/taskdefs/available.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/available.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/available.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/available.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 
 <project name="available-test" basedir="." default="test1">
 

Modified: ant/core/trunk/src/etc/testcases/taskdefs/bar.properties
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/bar.properties?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/bar.properties (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/bar.properties Mon Mar 17 08:27:42 2008
@@ -1 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
 bar=Bar

Modified: ant/core/trunk/src/etc/testcases/taskdefs/basename.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/basename.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/basename.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/basename.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 
 <project name="xxx-test" basedir="." default="test1">
 

Modified: ant/core/trunk/src/etc/testcases/taskdefs/bunzip2.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/bunzip2.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/bunzip2.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/bunzip2.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 
 <project basedir="." default="cleanup">
 

Modified: ant/core/trunk/src/etc/testcases/taskdefs/bzip2.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/bzip2.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/bzip2.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/bzip2.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 
 <project basedir="." default="cleanup">
 

Modified: ant/core/trunk/src/etc/testcases/taskdefs/calltarget.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/calltarget.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/calltarget.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/calltarget.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <project name ="calltarget-test" default="testinheritreffileset" basedir=".">
     <property name="tmp.dir" value="tmp.dir" />
     <target name="setup">

Modified: ant/core/trunk/src/etc/testcases/taskdefs/checksum.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/checksum.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/checksum.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/checksum.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <project default="cleanup" basedir=".">
 
   <macrodef name="compare">

Modified: ant/core/trunk/src/etc/testcases/taskdefs/classloader.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/classloader.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/classloader.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/classloader.xml Mon Mar 17 08:27:42 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <project name="classloader-test" default="main" basedir=".">
 
   <target name="init">

Modified: ant/core/trunk/src/etc/testcases/taskdefs/concat.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/concat.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/concat.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/concat.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 
 <project name="concat-test" basedir="." default="test1">
 

Modified: ant/core/trunk/src/etc/testcases/taskdefs/condition.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/condition.xml?rev=637939&r1=637938&r2=637939&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/condition.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/condition.xml Mon Mar 17 08:27:42 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 
 <!-- test conditioning -->
 <project name="condition-test" basedir="." default="test1">