You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2010/06/25 00:23:02 UTC

svn commit: r957737 - in /ant/ivy/core/trunk: .checkstyle .classpath.default .classpath.ivyde .project .settings/org.eclipse.jdt.core.prefs .settings/org.eclipse.jdt.ui.prefs .settings/org.jayasoft.ivyde.eclipse.prefs

Author: maartenc
Date: Thu Jun 24 22:23:01 2010
New Revision: 957737

URL: http://svn.apache.org/viewvc?rev=957737&view=rev
Log:
Added missing licenses

Modified:
    ant/ivy/core/trunk/.checkstyle
    ant/ivy/core/trunk/.classpath.default
    ant/ivy/core/trunk/.classpath.ivyde
    ant/ivy/core/trunk/.project
    ant/ivy/core/trunk/.settings/org.eclipse.jdt.core.prefs
    ant/ivy/core/trunk/.settings/org.eclipse.jdt.ui.prefs
    ant/ivy/core/trunk/.settings/org.jayasoft.ivyde.eclipse.prefs

Modified: ant/ivy/core/trunk/.checkstyle
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/.checkstyle?rev=957737&r1=957736&r2=957737&view=diff
==============================================================================
--- ant/ivy/core/trunk/.checkstyle (original)
+++ ant/ivy/core/trunk/.checkstyle Thu Jun 24 22:23:01 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.    
+-->
 <fileset-config file-format-version="1.2.0" simple-config="false">
     <local-check-config name="Ivy Checkstyle Config" location="src/etc/checkstyle/checkstyle-config" type="project" description="">
         <property name="checkstyle.src.dir" value="${basedir}/src/etc/checkstyle"/>

Modified: ant/ivy/core/trunk/.classpath.default
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/.classpath.default?rev=957737&r1=957736&r2=957737&view=diff
==============================================================================
--- ant/ivy/core/trunk/.classpath.default (original)
+++ ant/ivy/core/trunk/.classpath.default Thu Jun 24 22:23:01 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/java"/>
 	<classpathentry kind="src" path="test/java"/>

Modified: ant/ivy/core/trunk/.classpath.ivyde
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/.classpath.ivyde?rev=957737&r1=957736&r2=957737&view=diff
==============================================================================
--- ant/ivy/core/trunk/.classpath.ivyde (original)
+++ ant/ivy/core/trunk/.classpath.ivyde Thu Jun 24 22:23:01 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/java"/>
 	<classpathentry kind="src" path="test/java"/>

Modified: ant/ivy/core/trunk/.project
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/.project?rev=957737&r1=957736&r2=957737&view=diff
==============================================================================
--- ant/ivy/core/trunk/.project (original)
+++ ant/ivy/core/trunk/.project Thu Jun 24 22:23:01 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>ivy</name>
 	<comment></comment>

Modified: ant/ivy/core/trunk/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/.settings/org.eclipse.jdt.core.prefs?rev=957737&r1=957736&r2=957737&view=diff
==============================================================================
--- ant/ivy/core/trunk/.settings/org.eclipse.jdt.core.prefs (original)
+++ ant/ivy/core/trunk/.settings/org.eclipse.jdt.core.prefs Thu Jun 24 22:23:01 2010
@@ -1,4 +1,22 @@
 #Tue Jun 05 13:48:46 CEST 2007
+# ***************************************************************
+# * 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.
+# ***************************************************************
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2

Modified: ant/ivy/core/trunk/.settings/org.eclipse.jdt.ui.prefs
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/.settings/org.eclipse.jdt.ui.prefs?rev=957737&r1=957736&r2=957737&view=diff
==============================================================================
--- ant/ivy/core/trunk/.settings/org.eclipse.jdt.ui.prefs (original)
+++ ant/ivy/core/trunk/.settings/org.eclipse.jdt.ui.prefs Thu Jun 24 22:23:01 2010
@@ -1,4 +1,22 @@
 #Tue Jun 05 13:26:22 CEST 2007
+# ***************************************************************
+# * 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.
+# ***************************************************************
 eclipse.preferences.version=1
 formatter_profile=_Ivy Conventions
 formatter_settings_version=10

Modified: ant/ivy/core/trunk/.settings/org.jayasoft.ivyde.eclipse.prefs
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/.settings/org.jayasoft.ivyde.eclipse.prefs?rev=957737&r1=957736&r2=957737&view=diff
==============================================================================
--- ant/ivy/core/trunk/.settings/org.jayasoft.ivyde.eclipse.prefs (original)
+++ ant/ivy/core/trunk/.settings/org.jayasoft.ivyde.eclipse.prefs Thu Jun 24 22:23:01 2010
@@ -1,4 +1,22 @@
 #Sun Sep 03 16:43:34 PDT 2006
+# ***************************************************************
+# * 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.
+# ***************************************************************
 acceptedTypes=[inherited]
 eclipse.preferences.version=1
 ivy_conf_path=file\:///./ivysettings.xml