You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2010/08/24 12:19:43 UTC

svn commit: r988467 - in /ant/ivy/ivyde/trunk/test: map-one-source/.classpath map-one-source/.project retrieved-classpath/.classpath retrieved-classpath/.project workspaceresolver-self-dep/.classpath workspaceresolver-self-dep/.project

Author: hibou
Date: Tue Aug 24 10:19:42 2010
New Revision: 988467

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

Modified:
    ant/ivy/ivyde/trunk/test/map-one-source/.classpath
    ant/ivy/ivyde/trunk/test/map-one-source/.project
    ant/ivy/ivyde/trunk/test/retrieved-classpath/.classpath
    ant/ivy/ivyde/trunk/test/retrieved-classpath/.project
    ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.classpath
    ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.project

Modified: ant/ivy/ivyde/trunk/test/map-one-source/.classpath
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/map-one-source/.classpath?rev=988467&r1=988466&r2=988467&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/map-one-source/.classpath (original)
+++ ant/ivy/ivyde/trunk/test/map-one-source/.classpath Tue Aug 24 10:19:42 2010
@@ -1,4 +1,22 @@
 <?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.    
+-->
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

Modified: ant/ivy/ivyde/trunk/test/map-one-source/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/map-one-source/.project?rev=988467&r1=988466&r2=988467&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/map-one-source/.project (original)
+++ ant/ivy/ivyde/trunk/test/map-one-source/.project Tue Aug 24 10:19:42 2010
@@ -1,4 +1,22 @@
 <?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.    
+-->
 <projectDescription>
 	<name>ivydetest-map-one-source</name>
 	<comment></comment>

Modified: ant/ivy/ivyde/trunk/test/retrieved-classpath/.classpath
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/retrieved-classpath/.classpath?rev=988467&r1=988466&r2=988467&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/retrieved-classpath/.classpath (original)
+++ ant/ivy/ivyde/trunk/test/retrieved-classpath/.classpath Tue Aug 24 10:19:42 2010
@@ -1,4 +1,22 @@
 <?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.    
+-->
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

Modified: ant/ivy/ivyde/trunk/test/retrieved-classpath/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/retrieved-classpath/.project?rev=988467&r1=988466&r2=988467&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/retrieved-classpath/.project (original)
+++ ant/ivy/ivyde/trunk/test/retrieved-classpath/.project Tue Aug 24 10:19:42 2010
@@ -1,4 +1,22 @@
 <?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.    
+-->
 <projectDescription>
 	<name>ivydetest-retrieved-classpath</name>
 	<comment></comment>

Modified: ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.classpath
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.classpath?rev=988467&r1=988466&r2=988467&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.classpath (original)
+++ ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.classpath Tue Aug 24 10:19:42 2010
@@ -1,4 +1,22 @@
 <?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.    
+-->
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

Modified: ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.project?rev=988467&r1=988466&r2=988467&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.project (original)
+++ ant/ivy/ivyde/trunk/test/workspaceresolver-self-dep/.project Tue Aug 24 10:19:42 2010
@@ -1,4 +1,22 @@
 <?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.    
+-->
 <projectDescription>
 	<name>ivydetest-workspaceresolver-self-dep</name>
 	<comment></comment>