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 2008/06/23 23:53:43 UTC

svn commit: r670780 - in /ant/ivy/ivyde/trunk: builder/ org.apache.ivy.feature/ org.apache.ivyde.eclipse/ org.apache.ivyde.feature/

Author: hibou
Date: Mon Jun 23 14:53:43 2008
New Revision: 670780

URL: http://svn.apache.org/viewvc?rev=670780&view=rev
Log:
Add some missing Apache License headers

Modified:
    ant/ivy/ivyde/trunk/builder/.project
    ant/ivy/ivyde/trunk/org.apache.ivy.feature/.project
    ant/ivy/ivyde/trunk/org.apache.ivy.feature/feature.properties
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.project
    ant/ivy/ivyde/trunk/org.apache.ivyde.feature/.project
    ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties

Modified: ant/ivy/ivyde/trunk/builder/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/builder/.project?rev=670780&r1=670779&r2=670780&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/builder/.project (original)
+++ ant/ivy/ivyde/trunk/builder/.project Mon Jun 23 14:53:43 2008
@@ -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>builder</name>
 	<comment></comment>

Modified: ant/ivy/ivyde/trunk/org.apache.ivy.feature/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivy.feature/.project?rev=670780&r1=670779&r2=670780&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivy.feature/.project (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivy.feature/.project Mon Jun 23 14:53:43 2008
@@ -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>org.apache.ivy.feature</name>
 	<comment></comment>

Modified: ant/ivy/ivyde/trunk/org.apache.ivy.feature/feature.properties
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivy.feature/feature.properties?rev=670780&r1=670779&r2=670780&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivy.feature/feature.properties (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivy.feature/feature.properties Mon Jun 23 14:53:43 2008
@@ -0,0 +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.
+#	 ***************************************************************
+

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath?rev=670780&r1=670779&r2=670780&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath Mon Jun 23 14:53:43 2008
@@ -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/java"/>
 	<classpathentry kind="src" path="test/java"/>

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.project?rev=670780&r1=670779&r2=670780&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.project (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.project Mon Jun 23 14:53:43 2008
@@ -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>org.apache.ivyde.eclipse</name>
 	<comment></comment>

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.feature/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.feature/.project?rev=670780&r1=670779&r2=670780&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.feature/.project (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.feature/.project Mon Jun 23 14:53:43 2008
@@ -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>org.apache.ivyde.feature</name>
 	<comment></comment>

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties?rev=670780&r1=670779&r2=670780&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties Mon Jun 23 14:53:43 2008
@@ -0,0 +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.
+#	 ***************************************************************
+