Author: dennisl
Date: Wed Jul 31 21:05:53 2013
New Revision: 1509032

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

Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh
    
maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/invoker.properties
    
maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/verify.bsh
    
maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/invoker.properties
    
maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/verify.bsh
    
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/invoker.properties
    
maven/plugins/trunk/maven-antrun-plugin/src/it/local-repo-prop-test/invoker.properties
    
maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
    
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/invoker.properties
    
maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/test.properties
    
maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/verify.bsh

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh 
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh 
Wed Jul 31 21:05:53 2013
@@ -1,3 +1,23 @@
+
+/*
+ * 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 java.io.*;
 import org.codehaus.plexus.util.*;
 

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/invoker.properties?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/invoker.properties
 Wed Jul 31 21:05:53 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:run

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/verify.bsh
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/verify.bsh?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/verify.bsh 
(original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/antrun-default-test/verify.bsh 
Wed Jul 31 21:05:53 2013
@@ -1,3 +1,23 @@
+
+/*
+ * 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 java.io.*;
 import java.util.*;
 import java.util.regex.*;

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/invoker.properties?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/invoker.properties
 Wed Jul 31 21:05:53 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.
+
 invoker.goals=install

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/verify.bsh
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/verify.bsh?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/verify.bsh 
(original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/attach-artifact-test/verify.bsh 
Wed Jul 31 21:05:53 2013
@@ -1,3 +1,23 @@
+
+/*
+ * 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 java.io.*;
 import java.util.*;
 import java.util.regex.*;

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/invoker.properties?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/copy-fail-test/invoker.properties
 Wed Jul 31 21:05:53 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:run

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/local-repo-prop-test/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/local-repo-prop-test/invoker.properties?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/local-repo-prop-test/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/local-repo-prop-test/invoker.properties
 Wed Jul 31 21:05:53 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:run

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
 Wed Jul 31 21:05:53 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:run

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/invoker.properties?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-test/invoker.properties
 Wed Jul 31 21:05:53 2013
@@ -1,2 +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.
+
 invoker.goals = clean generate-resources
 invoker.profiles = property-profile
\ No newline at end of file

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/test.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/test.properties?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/test.properties
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/test.properties
 Wed Jul 31 21:05:53 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.
+
 maven.test.skip=true

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/verify.bsh
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/verify.bsh?rev=1509032&r1=1509031&r2=1509032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/verify.bsh 
(original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/tasksattributes-test/verify.bsh 
Wed Jul 31 21:05:53 2013
@@ -1,3 +1,23 @@
+
+/*
+ * 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 java.io.*;
 import java.util.*;
 import java.util.regex.*;


Reply via email to