You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jl...@apache.org on 2014/01/01 13:01:27 UTC

svn commit: r1554613 - in /ant/easyant/core/trunk/src: main/java/org/apache/easyant/tasks/PluginUpdateChecker.java test/resources/repositories/plugins/mycompany/simplepluginwithproperties/propertiess/simplepluginwithproperties-0.1.properties

Author: jlboudart
Date: Wed Jan  1 12:01:27 2014
New Revision: 1554613

URL: http://svn.apache.org/r1554613
Log:
Add missing license headers

Modified:
    ant/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/PluginUpdateChecker.java
    ant/easyant/core/trunk/src/test/resources/repositories/plugins/mycompany/simplepluginwithproperties/propertiess/simplepluginwithproperties-0.1.properties

Modified: ant/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/PluginUpdateChecker.java
URL: http://svn.apache.org/viewvc/ant/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/PluginUpdateChecker.java?rev=1554613&r1=1554612&r2=1554613&view=diff
==============================================================================
--- ant/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/PluginUpdateChecker.java (original)
+++ ant/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/PluginUpdateChecker.java Wed Jan  1 12:01:27 2014
@@ -1,3 +1,20 @@
+/*
+ *  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.
+ *
+ */
 package org.apache.easyant.tasks;
 
 import java.io.File;

Modified: ant/easyant/core/trunk/src/test/resources/repositories/plugins/mycompany/simplepluginwithproperties/propertiess/simplepluginwithproperties-0.1.properties
URL: http://svn.apache.org/viewvc/ant/easyant/core/trunk/src/test/resources/repositories/plugins/mycompany/simplepluginwithproperties/propertiess/simplepluginwithproperties-0.1.properties?rev=1554613&r1=1554612&r2=1554613&view=diff
==============================================================================
--- ant/easyant/core/trunk/src/test/resources/repositories/plugins/mycompany/simplepluginwithproperties/propertiess/simplepluginwithproperties-0.1.properties (original)
+++ ant/easyant/core/trunk/src/test/resources/repositories/plugins/mycompany/simplepluginwithproperties/propertiess/simplepluginwithproperties-0.1.properties Wed Jan  1 12:01:27 2014
@@ -1,2 +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.
 aproperty=value
 anotherproperty=${aproperty}
\ No newline at end of file