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/15 21:06:48 UTC

svn commit: r1523482 - in /maven/shared/trunk/maven-filtering/src/test: resources/org/apache/maven/shared/filtering/ units-files/MRESOURCES-104/ units-files/escape-remove-char/ units-files/includeEmptyDirs/dir1/ units-files/incremental/ units-files/inc...

Author: dennisl
Date: Sun Sep 15 19:06:47 2013
New Revision: 1523482

URL: http://svn.apache.org/r1523482
Log:
Add missing license headers where possible.
This component now passes the checks done by RAT.

Modified:
    maven/shared/trunk/maven-filtering/src/test/resources/org/apache/maven/shared/filtering/IncrementalResourceFilteringTest.xml
    maven/shared/trunk/maven-filtering/src/test/units-files/MRESOURCES-104/test.properties
    maven/shared/trunk/maven-filtering/src/test/units-files/escape-remove-char/content.xml
    maven/shared/trunk/maven-filtering/src/test/units-files/includeEmptyDirs/dir1/foo.txt
    maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file01.txt
    maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file02.txt
    maven/shared/trunk/maven-filtering/src/test/units-files/incremental/filters.txt
    maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/bar.txt
    maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/foo.txt
    maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludefile.txt
    maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includedir/include.txt
    maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includefile.txt

Modified: maven/shared/trunk/maven-filtering/src/test/resources/org/apache/maven/shared/filtering/IncrementalResourceFilteringTest.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/resources/org/apache/maven/shared/filtering/IncrementalResourceFilteringTest.xml?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/resources/org/apache/maven/shared/filtering/IncrementalResourceFilteringTest.xml (original)
+++ maven/shared/trunk/maven-filtering/src/test/resources/org/apache/maven/shared/filtering/IncrementalResourceFilteringTest.xml Sun Sep 15 19:06:47 2013
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <component-set>
   <components>
     <component>

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/MRESOURCES-104/test.properties
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/MRESOURCES-104/test.properties?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/MRESOURCES-104/test.properties (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/MRESOURCES-104/test.properties Sun Sep 15 19:06:47 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/shared/trunk/maven-filtering/src/test/units-files/escape-remove-char/content.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/escape-remove-char/content.xml?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/escape-remove-char/content.xml (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/escape-remove-char/content.xml Sun Sep 15 19:06:47 2013
@@ -1,4 +1,22 @@
 <?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 is my !\${\}\! static.content broken if the escapeString occurs ?!?</broken-tag>

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/includeEmptyDirs/dir1/foo.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/includeEmptyDirs/dir1/foo.txt?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/includeEmptyDirs/dir1/foo.txt (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/includeEmptyDirs/dir1/foo.txt Sun Sep 15 19:06:47 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.
\ No newline at end of file

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file01.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file01.txt?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file01.txt (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file01.txt Sun Sep 15 19:06:47 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.
+
 time=${time}
 foo=${foo}

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file02.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file02.txt?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file02.txt (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/incremental/files/file02.txt Sun Sep 15 19:06:47 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.
+
 time=${time}
 foo=${foo}

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/incremental/filters.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/incremental/filters.txt?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/incremental/filters.txt (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/incremental/filters.txt Sun Sep 15 19:06:47 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

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/bar.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/bar.txt?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/bar.txt (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/bar.txt Sun Sep 15 19:06:47 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.
+
 excluded
\ No newline at end of file

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/foo.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/foo.txt?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/foo.txt (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludedir/foo.txt Sun Sep 15 19:06:47 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.
+
 excluded
\ No newline at end of file

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludefile.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludefile.txt?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludefile.txt (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/excludefile.txt Sun Sep 15 19:06:47 2013
@@ -0,0 +1,16 @@
+# 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.

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includedir/include.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includedir/include.txt?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includedir/include.txt (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includedir/include.txt Sun Sep 15 19:06:47 2013
@@ -0,0 +1,16 @@
+# 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.

Modified: maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includefile.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includefile.txt?rev=1523482&r1=1523481&r2=1523482&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includefile.txt (original)
+++ maven/shared/trunk/maven-filtering/src/test/units-files/maven-resources-filtering/includefile.txt Sun Sep 15 19:06:47 2013
@@ -0,0 +1,16 @@
+# 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.