Author: dennisl
Date: Wed Jul 31 21:47:27 2013
New Revision: 1509044

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

Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/build.xml
    
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/src/main/java/Test.java
    
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test1.txt
    
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test2.txt
    maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/build.xml
    
maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/src/main/java/TestTask.java
    maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/build.xml
    
maven/plugins/trunk/maven-antrun-plugin/src/it/filesets-test/src/main/java/Test.java
    
maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/build.xml
    maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/calc.g
    
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/build.xml
    maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/build.xml
    
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/src/main/java/Test.java

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/build.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/build.xml?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/build.xml 
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/build.xml 
Wed Jul 31 21:47:27 2013
@@ -1,4 +1,24 @@
 <?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 name="test1">
 
     <target name="test">

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/src/main/java/Test.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/src/main/java/Test.java?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/src/main/java/Test.java
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/src/main/java/Test.java
 Wed Jul 31 21:47:27 2013
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 public class Test {
 
     public static void main(String args[]) {

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test1.txt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test1.txt?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test1.txt 
(original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test1.txt 
Wed Jul 31 21:47:27 2013
@@ -1 +1,18 @@
+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.
+
 test1
\ No newline at end of file

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test2.txt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test2.txt?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test2.txt 
(original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/stuff/test2.txt 
Wed Jul 31 21:47:27 2013
@@ -1 +1,18 @@
+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.
+
 test2
\ No newline at end of file

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/build.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/build.xml?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/build.xml 
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/build.xml 
Wed Jul 31 21:47:27 2013
@@ -1,4 +1,24 @@
 <?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 name="test1">
 
     <target name="test">

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/src/main/java/TestTask.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/src/main/java/TestTask.java?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/src/main/java/TestTask.java
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/src/main/java/TestTask.java
 Wed Jul 31 21:47:27 2013
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.Task;

Modified: maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/build.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/build.xml?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/build.xml 
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/build.xml Wed 
Jul 31 21:47:27 2013
@@ -1,4 +1,24 @@
 <?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 name="test1">
 
     <target name="test">

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/filesets-test/src/main/java/Test.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/filesets-test/src/main/java/Test.java?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/filesets-test/src/main/java/Test.java
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/filesets-test/src/main/java/Test.java
 Wed Jul 31 21:47:27 2013
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 public class Test {
 
     public static void main(String args[]) {

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/build.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/build.xml?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/build.xml 
(original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/build.xml 
Wed Jul 31 21:47:27 2013
@@ -1,4 +1,24 @@
 <?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 name="test6">
 
     <target name="test">

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/calc.g
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/calc.g?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/calc.g 
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/calc.g 
Wed Jul 31 21:47:27 2013
@@ -1,3 +1,22 @@
+/**
+ * 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.
+ */
+
 class CalcParser extends Parser;
 options {
        buildAST = true;        // uses CommonAST by default

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/build.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/build.xml?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/build.xml
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/build.xml
 Wed Jul 31 21:47:27 2013
@@ -1,4 +1,24 @@
 <?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 name="test1">
 
     <target name="test">

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/build.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/build.xml?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/build.xml 
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/build.xml 
Wed Jul 31 21:47:27 2013
@@ -1,4 +1,24 @@
 <?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 name="properties-test">
 
   <target name="test">

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/src/main/java/Test.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/src/main/java/Test.java?rev=1509044&r1=1509043&r2=1509044&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/src/main/java/Test.java
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/src/main/java/Test.java
 Wed Jul 31 21:47:27 2013
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 public class Test {
 
     public static void main(String args[]) {


Reply via email to