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/26 20:20:06 UTC

svn commit: r641496 - in /ant/sandbox/antlibs/debian/trunk: ./ src/tests/antunit/

Author: bodewig
Date: Wed Mar 26 12:20:01 2008
New Revision: 641496

URL: http://svn.apache.org/viewvc?rev=641496&view=rev
Log:
Add license

Modified:
    ant/sandbox/antlibs/debian/trunk/contributors.xml
    ant/sandbox/antlibs/debian/trunk/libraries.properties
    ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml
    ant/sandbox/antlibs/debian/trunk/src/tests/antunit/checksum-test.xml
    ant/sandbox/antlibs/debian/trunk/src/tests/antunit/controlfile-test.xml
    ant/sandbox/antlibs/debian/trunk/src/tests/antunit/install-test.xml
    ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml
    ant/sandbox/antlibs/debian/trunk/version.properties

Modified: ant/sandbox/antlibs/debian/trunk/contributors.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/contributors.xml?rev=641496&r1=641495&r2=641496&view=diff
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/contributors.xml (original)
+++ ant/sandbox/antlibs/debian/trunk/contributors.xml Wed Mar 26 12:20:01 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.
+-->
 <!DOCTYPE contributors
 [
 <!ELEMENT name (first?, middle?, last)>
@@ -18,4 +34,4 @@
     <first>Kevin</first>
     <last>Jackson</last>
   </name>
-</contributors>
\ No newline at end of file
+</contributors>

Modified: ant/sandbox/antlibs/debian/trunk/libraries.properties
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/libraries.properties?rev=641496&r1=641495&r2=641496&view=diff
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/libraries.properties (original)
+++ ant/sandbox/antlibs/debian/trunk/libraries.properties Wed Mar 26 12:20:01 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.
 artifact.version=1.0-beta-SNAPSHOT

Modified: ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml?rev=641496&r1=641495&r2=641496&view=diff
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml (original)
+++ ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml Wed Mar 26 12:20:01 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="all" basedir="../../../.."
   xmlns:au="antlib:org.apache.ant.antunit"
   xmlns:deb="antlib:org.apache.ant.debian">
@@ -49,4 +65,4 @@
       <au:plainlistener/>
     </au:antunit>
   </target>
-</project>
\ No newline at end of file
+</project>

Modified: ant/sandbox/antlibs/debian/trunk/src/tests/antunit/checksum-test.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/src/tests/antunit/checksum-test.xml?rev=641496&r1=641495&r2=641496&view=diff
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/src/tests/antunit/checksum-test.xml (original)
+++ ant/sandbox/antlibs/debian/trunk/src/tests/antunit/checksum-test.xml Wed Mar 26 12:20:01 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="all" basedir="../../../.."
   xmlns:au="antlib:org.apache.ant.antunit"
   xmlns:deb="antlib:org.apache.ant.debian">
@@ -25,4 +41,4 @@
       <au:plainlistener/>
     </au:antunit>
   </target>
-</project>
\ No newline at end of file
+</project>

Modified: ant/sandbox/antlibs/debian/trunk/src/tests/antunit/controlfile-test.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/src/tests/antunit/controlfile-test.xml?rev=641496&r1=641495&r2=641496&view=diff
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/src/tests/antunit/controlfile-test.xml (original)
+++ ant/sandbox/antlibs/debian/trunk/src/tests/antunit/controlfile-test.xml Wed Mar 26 12:20:01 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="all" 
 	xmlns:au="antlib:org.apache.ant.antunit"
 	xmlns:deb="antlib:org.apache.ant.debian">
@@ -41,4 +57,4 @@
 	  <delete file="${java.io.tmpdir}/${testfile}"/>
 	</target>
 	
-</project>
\ No newline at end of file
+</project>

Modified: ant/sandbox/antlibs/debian/trunk/src/tests/antunit/install-test.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/src/tests/antunit/install-test.xml?rev=641496&r1=641495&r2=641496&view=diff
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/src/tests/antunit/install-test.xml (original)
+++ ant/sandbox/antlibs/debian/trunk/src/tests/antunit/install-test.xml Wed Mar 26 12:20:01 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="all" 
   xmlns:au="antlib:org.apache.ant.antunit"
   xmlns:deb="antlib:org.apache.ant.debian">
@@ -17,4 +33,4 @@
       <au:plainlistener/>
     </au:antunit>
   </target>
-</project>
\ No newline at end of file
+</project>

Modified: ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml?rev=641496&r1=641495&r2=641496&view=diff
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml (original)
+++ ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml Wed Mar 26 12:20:01 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="all" 
   xmlns:au="antlib:org.apache.ant.antunit"
   xmlns:deb="antlib:org.apache.ant.debian">
@@ -17,4 +33,4 @@
       <au:plainlistener/>
     </au:antunit>
   </target>
-</project>
\ No newline at end of file
+</project>

Modified: ant/sandbox/antlibs/debian/trunk/version.properties
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/version.properties?rev=641496&r1=641495&r2=641496&view=diff
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/version.properties (original)
+++ ant/sandbox/antlibs/debian/trunk/version.properties Wed Mar 26 12:20:01 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.
 artifact.version=0.1alpha