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:59:40 UTC

svn commit: r1525444 - in /maven/plugins/trunk/maven-resources-plugin/src: it/MRESOURCES-106/src/main/resources/ it/MRESOURCES-131/src/test/resources/ it/MRESOURCES-166/src/main/resources/ it/MRESOURCES-20/src/main/resources/ it/MRESOURCES-77/src/main/...

Author: dennisl
Date: Sun Sep 22 20:59:39 2013
New Revision: 1525444

URL: http://svn.apache.org/r1525444
Log:
Add missing license headers.
This plugin now passes the checks done by RAT.

Modified:
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/file.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-131/src/test/resources/skipped.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-166/src/main/resources/resource.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-20/src/main/resources/resource.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/my.filter
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/resources/SomeResource.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/binaries-filtering/src/main/resources/file.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/my.filter
    maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/resources/SomeResource.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/filters/my.filter
    maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/resources/SomeResource.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/filters/my.filter
    maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/resources/SomeResource.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/filters/my.filter
    maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/resources/SomeResource.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/my.filter
    maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/resources/SomeResource.txt
    maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/filters/my.filter
    maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/resources/SomeResource.txt
    maven/plugins/trunk/maven-resources-plugin/src/test/unit-files/copy-resources-test/filter-files/filter.txt

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/file.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/file.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-106/src/main/resources/file.txt Sun Sep 22 20:59:39 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.
+
 Dummy content

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-131/src/test/resources/skipped.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-131/src/test/resources/skipped.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-131/src/test/resources/skipped.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-131/src/test/resources/skipped.txt Sun Sep 22 20:59:39 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.
+
 This file should be skipped.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-166/src/main/resources/resource.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-166/src/main/resources/resource.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-166/src/main/resources/resource.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-166/src/main/resources/resource.txt Sun Sep 22 20:59:39 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.
+
 fileValue=${foo.file}
 export SERVER_ENV=\${SERVER_ENV:${httpd.server.env}}
 envserver=${httpd.server.env}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-20/src/main/resources/resource.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-20/src/main/resources/resource.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-20/src/main/resources/resource.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-20/src/main/resources/resource.txt Sun Sep 22 20:59:39 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.
+
 fileValue=${foo.file}
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/my.filter
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/my.filter?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/my.filter (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/filters/my.filter Sun Sep 22 20:59:39 2013
@@ -1,3 +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.
 
 filter.token.project.version=${project.version}
 filter.token.projectProperty=${projectProperty}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/resources/SomeResource.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/resources/SomeResource.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/resources/SomeResource.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-77/src/main/resources/SomeResource.txt Sun Sep 22 20:59:39 2013
@@ -1,3 +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:direct resolution project.version=${project.version}
 test:filter resolution project.version=${filter.token.project.version}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/binaries-filtering/src/main/resources/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/binaries-filtering/src/main/resources/file.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/binaries-filtering/src/main/resources/file.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/binaries-filtering/src/main/resources/file.txt Sun Sep 22 20:59:39 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.
+
 version=${pom.version}
\ No newline at end of file

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/my.filter
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/my.filter?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/my.filter (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/filters/my.filter Sun Sep 22 20:59:39 2013
@@ -1,3 +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.
 
 filter.token.project.version=${project.version}
 filter.token.projectProperty=${projectProperty}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/resources/SomeResource.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/resources/SomeResource.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/resources/SomeResource.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/custom-delimiter/src/main/resources/SomeResource.txt Sun Sep 22 20:59:39 2013
@@ -1,3 +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:direct resolution project.version=${project.version}
 test:filter resolution project.version=${filter.token.project.version}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/filters/my.filter
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/filters/my.filter?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/filters/my.filter (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/filters/my.filter Sun Sep 22 20:59:39 2013
@@ -1,3 +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.
 
 filter.token.project.version=${project.version}
 filter.token.projectProperty=${projectProperty}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/resources/SomeResource.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/resources/SomeResource.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/resources/SomeResource.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/main/resources/SomeResource.txt Sun Sep 22 20:59:39 2013
@@ -1,3 +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:direct resolution project.version=${project.version}
 test:filter resolution project.version=${filter.token.project.version}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/filters/my.filter
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/filters/my.filter?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/filters/my.filter (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/filters/my.filter Sun Sep 22 20:59:39 2013
@@ -1,3 +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.
 
 filter.token.project.version=${project.version}
 filter.token.projectProperty=${projectProperty}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/resources/SomeResource.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/resources/SomeResource.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/resources/SomeResource.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/escapeInterpolation/src/test/resources/SomeResource.txt Sun Sep 22 20:59:39 2013
@@ -1,3 +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:direct resolution project.version=${project.version}
 test:filter resolution project.version=${filter.token.project.version}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/filters/my.filter
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/filters/my.filter?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/filters/my.filter (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/filters/my.filter Sun Sep 22 20:59:39 2013
@@ -1,3 +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.
 
 filter.token.project.version=${project.version}
 filter.token.projectProperty=${projectProperty}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/resources/SomeResource.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/resources/SomeResource.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/resources/SomeResource.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/src/test/resources/SomeResource.txt Sun Sep 22 20:59:39 2013
@@ -1,3 +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:direct resolution project.version=${project.version}
 test:filter resolution project.version=${filter.token.project.version}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/my.filter
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/my.filter?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/my.filter (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/filters/my.filter Sun Sep 22 20:59:39 2013
@@ -1,3 +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.
 
 filter.token.project.version=${project.version}
 filter.token.projectProperty=${projectProperty}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/resources/SomeResource.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/resources/SomeResource.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/resources/SomeResource.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/filter/src/main/resources/SomeResource.txt Sun Sep 22 20:59:39 2013
@@ -1,3 +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:direct resolution project.version=${project.version}
 test:filter resolution project.version=${filter.token.project.version}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/filters/my.filter
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/filters/my.filter?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/filters/my.filter (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/filters/my.filter Sun Sep 22 20:59:39 2013
@@ -1,3 +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.
 
 filter.token.project.version=${project.version}
 filter.token.projectProperty=${projectProperty}

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/resources/SomeResource.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/resources/SomeResource.txt?rev=1525444&r1=1525443&r2=1525444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/resources/SomeResource.txt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/includeEmptyDirs/src/main/resources/SomeResource.txt Sun Sep 22 20:59:39 2013
@@ -1,3 +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:direct resolution project.version=${project.version}
 test:filter resolution project.version=${filter.token.project.version}

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