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 15:46:25 UTC

svn commit: r637914 [4/5] - in /ant/core/branches/ANT_17_BRANCH/src: etc/testcases/filters/input/ etc/testcases/taskdefs/ etc/testcases/taskdefs/ant/ etc/testcases/taskdefs/conditions/ etc/testcases/taskdefs/email/ etc/testcases/taskdefs/exec/ etc/test...

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/typeadapter.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/typeadapter.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/typeadapter.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/typeadapter.xml Mon Mar 17 07:45:57 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" basedir="." default="invalid">
   <property name="testcases.dir" location="../../../../build/testcases"/>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/typedef.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/typedef.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/typedef.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/typedef.xml Mon Mar 17 07:45:57 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" basedir="." default="invalid">
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/untar.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/untar.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/untar.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/untar.xml Mon Mar 17 07:45:57 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/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/unzip.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/unzip.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/unzip.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/unzip.xml Mon Mar 17 07:45:57 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/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/uptodate.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/uptodate.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/uptodate.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/uptodate.xml Mon Mar 17 07:45:57 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=".">
 
   <target name="setUp">

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/war.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/war.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/war.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/war.xml Mon Mar 17 07:45:57 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="war-test" basedir="." default="help">
   <property name="working.dir" value="working"/>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/whichresource.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/whichresource.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/whichresource.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/whichresource.xml Mon Mar 17 07:45:57 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="fail">
   <target name="fail">
     <fail>Run via testcases only</fail>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlns.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlns.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlns.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlns.xml Mon Mar 17 07:45:57 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" xmlns:other="this is the other uri"
          other:attr="this should be ignored by ant">
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty.xml Mon Mar 17 07:45:57 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" default="test" basedir=".">
 
   <target name="test">

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-input1.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-input1.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-input1.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-input1.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 properties.root=foo,bar
 properties.a.b.c=d
 properties.a.b=e

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-original.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-original.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-original.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-original.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 root-tag.myattr=true
 root-tag.inner-tag=Text
 root-tag.inner-tag.someattr=val

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-override.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-override.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-override.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-collapse-override.properties Mon Mar 17 07:45:57 2008
@@ -1,2 +1,17 @@
+# 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.
+
 # Match value hardwired in code, NOT in the input...
 override.property.test=foo

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-nocollapse-original.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-nocollapse-original.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-nocollapse-original.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-nocollapse-original.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 root-tag(myattr)=true
 root-tag.inner-tag=Text
 root-tag.inner-tag(someattr)=val

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-include.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-include.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-include.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-include.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 properties.root=foo,bar
 properties.a.b.c=d
 properties.a.b=e

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-input1.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-input1.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-input1.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-input1.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 properties.root=foo,bar
 properties.a.b.c=d
 properties.a.b=e

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-override.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-override.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-override.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/keeproot-semantic-override.properties Mon Mar 17 07:45:57 2008
@@ -1,2 +1,17 @@
+# 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.
+
 # Match value hardwired in code, NOT in the input...
 override.property.test=foo

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-collapse-input1.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-collapse-input1.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-collapse-input1.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-collapse-input1.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 root=foo,bar
 a.b.c=d
 a.b=e

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-collapse-original.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-collapse-original.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-collapse-original.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-collapse-original.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 inner-tag=Text
 inner-tag.someattr=val
 a2.a3.a4=false

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-nocollapse-multi.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-nocollapse-multi.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-nocollapse-multi.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-nocollapse-multi.properties Mon Mar 17 07:45:57 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.bar=1,2,3,4

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-nocollapse-original.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-nocollapse-original.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-nocollapse-original.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-nocollapse-original.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 inner-tag=Text
 inner-tag(someattr)=val
 a2.a3.a4=false

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-include-input1.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-include-input1.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-include-input1.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-include-input1.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 root=foo,bar
 a.b.c=d
 a.b=e

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-input1.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-input1.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-input1.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-input1.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 root=foo,bar
 a.b.c=d
 a.b=e

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-locations.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-locations.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-locations.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-locations.properties Mon Mar 17 07:45:57 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.
+
 file=FILE.foo

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-paths.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-paths.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-paths.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-paths.properties Mon Mar 17 07:45:57 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=ID.path

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-references.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-references.properties?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-references.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/goldfiles/nokeeproot-semantic-references.properties Mon Mar 17 07:45:57 2008
@@ -1,3 +1,18 @@
+# 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.
+
 property=foo
 foo.bar=foo
 foo.quux=foo

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/input1.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/input1.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/input1.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/input1.xml Mon Mar 17 07:45:57 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.
+-->
 <properties>
   <root>foo</root>
   <root>bar</root>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/locations.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/locations.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/locations.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/locations.xml Mon Mar 17 07:45:57 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.
+-->
 <locations>
   <file location="foo"/>
 </locations>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/multi.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/multi.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/multi.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/multi.xml Mon Mar 17 07:45:57 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.
+-->
 <properties>
   <foo>
     <bar>1</bar>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/original.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/original.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/original.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/original.xml Mon Mar 17 07:45:57 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.
+-->
 <root-tag myattr="true">
   <inner-tag someattr="val">Text</inner-tag>
   <a2><a3><a4>false</a4></a3></a2>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/override.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/override.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/override.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/override.xml Mon Mar 17 07:45:57 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.
+-->
 <root>
   <override>
     <!-- This property should not get set.  The

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/paths.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/paths.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/paths.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/paths.xml Mon Mar 17 07:45:57 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.
+-->
 <paths>
   <classpath pathid="foo">
     <path value="bar"/>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/references.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/references.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/references.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty/inputs/references.xml Mon Mar 17 07:45:57 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.
+-->
 <references>
   <property value="foo" id="foo.property"/>
   <foo bar="${property}">

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_data.dtd
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_data.dtd?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_data.dtd (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_data.dtd Mon Mar 17 07:45:57 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.
+-->
 <!ELEMENT root-tag (inner-tag, a2, cdatatag)>
 <!ATTLIST root-tag myattr CDATA "">
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_data.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_data.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_data.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_data.xml Mon Mar 17 07:45:57 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.
+-->
  <root-tag myattr="true">
    <inner-tag someattr="val">Text</inner-tag>
    <a2><a3><a4>false</a4></a3></a2>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_needscat.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_needscat.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_needscat.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_needscat.xml Mon Mar 17 07:45:57 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 skinconfig PUBLIC "-//FOO//DTD Skin Configuration V0.1//EN" "http://example-no-dtd.com/dtd/skinconfig.dtd">
 <skinconfig>
   <foo>true</foo>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_withdtd.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_withdtd.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_withdtd.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/xmlproperty_withdtd.xml Mon Mar 17 07:45:57 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 root-tag SYSTEM "xmlproperty_data.dtd">
 
  <root-tag myattr="true">

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/zip.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/zip.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/zip.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/zip.xml Mon Mar 17 07:45:57 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="zip-test" basedir="." default="test1">
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/addtype.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/addtype.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/addtype.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/addtype.xml Mon Mar 17 07:45:57 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" basedir=".">
 
   <target name="addpath">

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/assertions.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/assertions.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/assertions.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/assertions.xml Mon Mar 17 07:45:57 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="assertions" basedir="." default="init">
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description1.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description1.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description1.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description1.xml Mon Mar 17 07:45:57 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" default="main" basedir=".">
   <description>Test Project Description</description>
   <target name="main">

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description2.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description2.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description2.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description2.xml Mon Mar 17 07:45:57 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" default="main" basedir=".">
   <description>Multi Line
 Project Description</description>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description3.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description3.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description3.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description3.xml Mon Mar 17 07:45:57 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" default="main" basedir=".">
   <description>Multi Instance </description>
   <description>Project Description</description>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description4.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description4.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description4.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/description4.xml Mon Mar 17 07:45:57 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" default="main" basedir=".">
   <description>Multi Instance </description>
   <target name="main">

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/filelist.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/filelist.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/filelist.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/filelist.xml Mon Mar 17 07:45:57 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">
   <target name="simple">
     <filelist id="filelist"

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/filterset.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/filterset.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/filterset.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/filterset.xml Mon Mar 17 07:45:57 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" default="new" basedir=".">
   <filterset id="testset.one">
     <filter token="aaaa" value="1111"/>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/flexinteger.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/flexinteger.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/flexinteger.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/flexinteger.xml Mon Mar 17 07:45:57 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" default="test" basedir=".">
 
   <path id="testclasses">

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mapper.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mapper.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mapper.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mapper.xml Mon Mar 17 07:45:57 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="copy-test" basedir="." default="test1">
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/define.mapperresult.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/define.mapperresult.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/define.mapperresult.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/define.mapperresult.xml Mon Mar 17 07:45:57 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>
   <typedef name="mapperresult"
            classpath="../../../../../build/testcases"

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/globmapper.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/globmapper.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/globmapper.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/globmapper.xml Mon Mar 17 07:45:57 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>
   <import file="define.mapperresult.xml"/>
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/regexpmapper.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/regexpmapper.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/regexpmapper.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/regexpmapper.xml Mon Mar 17 07:45:57 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>
   <import file="define.mapperresult.xml"/>
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/scriptmapper.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/scriptmapper.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/scriptmapper.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/mappers/scriptmapper.xml Mon Mar 17 07:45:57 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="scriptmapper">
   <import file="define.mapperresult.xml"/>
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/poly.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/poly.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/poly.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/poly.xml Mon Mar 17 07:45:57 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" basedir=".">
   
   <property name="c" value="org.apache.tools.ant.types.PolyTest"/>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/quote1.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/quote1.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/quote1.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/quote1.xml Mon Mar 17 07:45:57 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  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.
+-->
 
   <!-- I belong to:
        org.apache.tools.ant.types.XMLCatalogBuildFileTest.java 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/quote2.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/quote2.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/quote2.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/quote2.xml Mon Mar 17 07:45:57 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  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.
+-->
 
   <!-- I belong to:
        org.apache.tools.ant.types.XMLCatalogBuildFileTest.java 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/comparators/build.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/comparators/build.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/comparators/build.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/comparators/build.xml Mon Mar 17 07:45:57 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="sort"
          xmlns:rcmp="antlib:org.apache.tools.ant.types.resources.comparators">
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/javaresource.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/javaresource.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/javaresource.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/javaresource.xml Mon Mar 17 07:45:57 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="loadManifest">
     <loadresource property="manifest">

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/tarentry.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/tarentry.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/tarentry.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/resources/tarentry.xml Mon Mar 17 07:45:57 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="not me">
   <target name="not me">
     <fail>only use from within unit tests</fail>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors.xml Mon Mar 17 07:45:57 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="selectors-test" basedir="." default="setupfiles">
 

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors/scriptselector.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors/scriptselector.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors/scriptselector.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors/scriptselector.xml Mon Mar 17 07:45:57 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="scriptselector" default="def" basedir=".">
 
   <property name="src.file" location="${ant.file}" />

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors/signedselector.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors/signedselector.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors/signedselector.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/selectors/signedselector.xml Mon Mar 17 07:45:57 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>
   <macrodef name="pass">
     <element name="conditions" implicit="yes"/>

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/xmlcatalog.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/xmlcatalog.xml?rev=637914&r1=637913&r2=637914&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/xmlcatalog.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/types/xmlcatalog.xml Mon Mar 17 07:45:57 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>
 
 <project name="xmlcatalog" default="all" basedir=".">