You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2013/09/29 13:41:07 UTC

svn commit: r1527307 - in /maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src: main/resources/test.properties test/java/org/apache/maven/it0105/FilterTest.java

Author: dennisl
Date: Sun Sep 29 11:41:07 2013
New Revision: 1527307

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

Modified:
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/main/resources/test.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/test/java/org/apache/maven/it0105/FilterTest.java

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/main/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/main/resources/test.properties?rev=1527307&r1=1527306&r2=1527307&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/main/resources/test.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/main/resources/test.properties Sun Sep 29 11:41:07 2013
@@ -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.
+
 system.property=${java.version}
 cli.param=${cli.param}
 pom.property=${my.property}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/test/java/org/apache/maven/it0105/FilterTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/test/java/org/apache/maven/it0105/FilterTest.java?rev=1527307&r1=1527306&r2=1527307&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/test/java/org/apache/maven/it0105/FilterTest.java (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/src/test/java/org/apache/maven/it0105/FilterTest.java Sun Sep 29 11:41:07 2013
@@ -1,5 +1,25 @@
 package org.apache.maven.it0105;
 
+/*
+ * 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 junit.framework.TestCase;
 
 import java.util.Properties;