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/22 22:51:10 UTC

svn commit: r1525443 - in /maven/plugins/trunk/maven-resources-plugin/src: it/MRESOURCES-104/src/main/resources/ it/MRESOURCES-105/ it/MRESOURCES-105/src/main/resources/ it/MRESOURCES-106/src/main/resources/ it/MRESOURCES-110/src/main/resources/ it/MRE...

Author: dennisl
Date: Sun Sep 22 20:51:09 2013
New Revision: 1525443

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

Modified:
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-104/src/main/resources/test.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/my.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/src/main/resources/test.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/filter.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/src/main/resources/mresources-110.xml
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/invoker.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/test.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/custom-filters.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter2.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter3.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/filtered/filtered.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/resources/unfiltered.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/copy-resources-it/src/non-packaged-resources/configuration.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/filter2.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter2.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter3.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/invoker.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/production/config.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/test/config.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/invoker.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/filtered/filtered.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/resources/unfiltered.properties
    maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/test.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance_validation.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic_validation.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced_validation.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation_escapebackslashinpath.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/validation.properties
    maven/plugins/trunk/maven-resources-plugin/src/test/unit-files/copy-resources-test/no-filter/config.properties

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-104/src/main/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-104/src/main/resources/test.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-104/src/main/resources/test.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-104/src/main/resources/test.properties Sun Sep 22 20:51:09 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.
+
 email=foo@bar.com
 foo=${project.version}
 bar=@project.version@

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/my.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/my.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/my.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/my.properties Sun Sep 22 20:51:09 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.
+
 test.value=true
 toto.value=foo

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/src/main/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/src/main/resources/test.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/src/main/resources/test.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-105/src/main/resources/test.properties Sun Sep 22 20:51:09 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.
+
 #init test value (true|false) LINE IS essential for this bug report.#
 toto.value=$toto.value$
 test.value=#test.value#

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/filter.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/filter.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/filter.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/filter.properties Sun Sep 22 20:51:09 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.
+
 location=${location}
 basedir=${basedir}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/src/main/resources/mresources-110.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/src/main/resources/mresources-110.xml?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/src/main/resources/mresources-110.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/src/main/resources/mresources-110.xml Sun Sep 22 20:51:09 2013
@@ -1,4 +1,24 @@
 <?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.
+-->
+
 <root>
     <!-- This is a comment ... until filtering ... -->
    <broken-tag>Why are my !\${\}\! static.content broken if the escapeString occure ?!?</broken-tag>

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/invoker.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/invoker.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/invoker.properties Sun Sep 22 20:51:09 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 = clean test

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/test.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/test.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-18/test.properties Sun Sep 22 20:51:09 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.
+
 cli.param = CLI

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/custom-filters.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/custom-filters.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/custom-filters.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/custom-filters.properties Sun Sep 22 20:51:09 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.
+
 var1=Bar
 var3=${var2}/Stuff
 custom=my-custom-filter-value
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter2.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter2.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter2.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter2.properties Sun Sep 22 20:51:09 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.
+
 var1=Foo
 var3=${var2}/Thing
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter3.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter3.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter3.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/filter3.properties Sun Sep 22 20:51:09 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.
+
 var2=${var1}-Bar
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/filtered/filtered.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/filtered/filtered.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/filtered/filtered.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/filtered/filtered.properties Sun Sep 22 20:51:09 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.
+
 escaped=\${escaped}
 escaped.at=\@escaped.at@
 foo=${foo}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/resources/unfiltered.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/resources/unfiltered.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/resources/unfiltered.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-78/src/main/resources/unfiltered.properties Sun Sep 22 20:51:09 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.
+
 escaped=\${escaped}
 escaped.at=\@escaped.at@
 foo=${foo}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/copy-resources-it/src/non-packaged-resources/configuration.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/copy-resources-it/src/non-packaged-resources/configuration.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/copy-resources-it/src/non-packaged-resources/configuration.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/copy-resources-it/src/non-packaged-resources/configuration.properties Sun Sep 22 20:51:09 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.
+
 artifactId=${pom.artifactId}
 version=${pom.version}
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/filter2.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/filter2.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/filter2.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/filter2.properties Sun Sep 22 20:51:09 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.
+
 var1=Foo
 var2=${var1}-Bar
 var3=${var2}/Thing
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter2.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter2.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter2.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter2.properties Sun Sep 22 20:51:09 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.
+
 var1=Foo
 var3=${var2}/Thing
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter3.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter3.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter3.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/filter3.properties Sun Sep 22 20:51:09 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.
+
 var2=${var1}-Bar
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/invoker.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/invoker.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/invoker.properties Sun Sep 22 20:51:09 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.profiles=production

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/production/config.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/production/config.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/production/config.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/production/config.properties Sun Sep 22 20:51:09 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.
+
 env=production
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/test/config.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/test/config.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/test/config.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/profile-override/src/main/resources/test/config.properties Sun Sep 22 20:51:09 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.
+
 env=test
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/invoker.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/invoker.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/invoker.properties Sun Sep 22 20:51:09 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.systemPropertiesFile = test.properties
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/filtered/filtered.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/filtered/filtered.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/filtered/filtered.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/filtered/filtered.properties Sun Sep 22 20:51:09 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.
+
 escaped=\${escaped}
 escaped.at=\@escaped.at@
 foo=${foo}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/resources/unfiltered.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/resources/unfiltered.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/resources/unfiltered.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/src/main/resources/unfiltered.properties Sun Sep 22 20:51:09 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.
+
 escaped=\${escaped}
 escaped.at=\@escaped.at@
 foo=${foo}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/test.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/test.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/user-filters/test.properties Sun Sep 22 20:51:09 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.
+
 toto=titi
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance.properties Sun Sep 22 20:51:09 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.
+
 key1:value1
 key2:value 2
 key3:value 3

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance_validation.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance_validation.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance_validation.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/advance_validation.properties Sun Sep 22 20:51:09 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.
+
 key1  : value1
 key2  : value 2
 key3 : value 3

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic.properties Sun Sep 22 20:51:09 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.
+
 key1:value1
 key2:value2
 key3:value3

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic_validation.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic_validation.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic_validation.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/basic_validation.properties Sun Sep 22 20:51:09 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.
+
 key1:value1
 key2:value2
 key3:value3

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced.properties Sun Sep 22 20:51:09 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.
+
 key1=111
 key2=${prop1}
 key3=333_${key2}_${key1}_333

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced_validation.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced_validation.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced_validation.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/propertiesutils-test/enhanced_validation.properties Sun Sep 22 20:51:09 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.
+
 key1=111
 key2=valueOfProperty1
 key3=333_valueOfProperty1_111_333

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation.properties Sun Sep 22 20:51:09 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.
+
 project_property:description
 description:c\:\\root\\home\\my_dir
 outputDirectory:\\target\\test-classes\\unit\\reflectionproperties-test

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation_escapebackslashinpath.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation_escapebackslashinpath.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation_escapebackslashinpath.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/reflectionproperties-test/validation_escapebackslashinpath.properties Sun Sep 22 20:51:09 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.
+
 project_property:description
 description:c\\:\\\\root\\\\home\\\\my_dir
 outputDirectory:\\target\\test-classes\\unit\\reflectionproperties-test

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/validation.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/validation.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/validation.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/validation.properties Sun Sep 22 20:51:09 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.
+
 test1 : C\:\\Source\\maven_core\\plugins\\maven-resources-plugin\\target\\test-classes\\unit\\test-dir\\package\test   
 test2 :
 test3 :

Modified: maven/plugins/trunk/maven-resources-plugin/src/test/unit-files/copy-resources-test/no-filter/config.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/unit-files/copy-resources-test/no-filter/config.properties?rev=1525443&r1=1525442&r2=1525443&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/test/unit-files/copy-resources-test/no-filter/config.properties (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/test/unit-files/copy-resources-test/no-filter/config.properties Sun Sep 22 20:51:09 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.
+
 config=zorglub
\ No newline at end of file