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 13:34:39 UTC

svn commit: r1525349 - in /maven/plugins/trunk/maven-clean-plugin/src: it/dangling-symlinks/target/ it/file-sets-absolute-paths/delete-me/ it/file-sets-includes-excludes/dirs/dir0/ it/file-sets-includes-excludes/dirs/dir0/sub0/ it/file-sets-includes-ex...

Author: dennisl
Date: Sun Sep 22 11:34:38 2013
New Revision: 1525349

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

Modified:
    maven/plugins/trunk/maven-clean-plugin/src/it/dangling-symlinks/target/link-target.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-absolute-paths/delete-me/test.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub1/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub2/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub1/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub2/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub1/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub2/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub1/included.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub2/excluded.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/target/test.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/temp-stuff/test.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/deploy/test.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/target/test.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/deploy/test.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/target/test.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/temp-stuff/test.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/dir/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target/dummy.txt
    maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target2/dummy.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildDirectory/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildOutputDirectory/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildTestDirectory/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/outputDirectory/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/invalid-directory-test/this-is-a-file
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/locked-file-test/buildDirectory/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/classes/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/subdir/file.txt
    maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/test-classes/file.txt

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/dangling-symlinks/target/link-target.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/dangling-symlinks/target/link-target.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/dangling-symlinks/target/link-target.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/dangling-symlinks/target/link-target.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/it/file-sets-absolute-paths/delete-me/test.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-absolute-paths/delete-me/test.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-absolute-paths/delete-me/test.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-absolute-paths/delete-me/test.txt Sun Sep 22 11:34:38 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.
+
 Test
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub0/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub1/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub1/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub1/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub1/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub2/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub2/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub2/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir0/sub2/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub0/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub1/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub1/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub1/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub1/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub2/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub2/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub2/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir1/sub2/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub0/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub1/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub1/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub1/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub1/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub2/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub2/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub2/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir2/sub2/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub0/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub1/included.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub1/included.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub1/included.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub1/included.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub2/excluded.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub2/excluded.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub2/excluded.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-includes-excludes/dirs/dir3/sub2/excluded.txt Sun Sep 22 11:34:38 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.
+
 Just a file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/target/test.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/target/test.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/target/test.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/target/test.txt Sun Sep 22 11:34:38 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.
+
 Test
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/temp-stuff/test.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/temp-stuff/test.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/temp-stuff/test.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-a/temp-stuff/test.txt Sun Sep 22 11:34:38 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.
+
 Test
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/deploy/test.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/deploy/test.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/deploy/test.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/deploy/test.txt Sun Sep 22 11:34:38 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.
+
 Test
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/target/test.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/target/test.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/target/test.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/child-b/target/test.txt Sun Sep 22 11:34:38 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.
+
 Test
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/deploy/test.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/deploy/test.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/deploy/test.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/deploy/test.txt Sun Sep 22 11:34:38 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.
+
 Test
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/target/test.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/target/test.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/target/test.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/target/test.txt Sun Sep 22 11:34:38 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.
+
 Test
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/temp-stuff/test.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/temp-stuff/test.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/temp-stuff/test.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/file-sets-relative-paths/temp-stuff/test.txt Sun Sep 22 11:34:38 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.
+
 Test
\ No newline at end of file

Modified: maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/dir/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/dir/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/dir/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/dir/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/ext/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target/dummy.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target/dummy.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target/dummy.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target/dummy.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target2/dummy.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target2/dummy.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target2/dummy.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/it/symlink-dont-follow/target2/dummy.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildDirectory/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildDirectory/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildDirectory/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildDirectory/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildOutputDirectory/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildOutputDirectory/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildOutputDirectory/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildOutputDirectory/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildTestDirectory/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildTestDirectory/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildTestDirectory/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/basic-clean-test/buildTestDirectory/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/outputDirectory/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/outputDirectory/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/outputDirectory/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/empty-clean-test/testDirectoryStructure/outputDirectory/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/invalid-directory-test/this-is-a-file
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/invalid-directory-test/this-is-a-file?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/invalid-directory-test/this-is-a-file (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/invalid-directory-test/this-is-a-file Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/locked-file-test/buildDirectory/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/locked-file-test/buildDirectory/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/locked-file-test/buildDirectory/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/locked-file-test/buildDirectory/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/classes/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/classes/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/classes/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/classes/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/subdir/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/subdir/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/subdir/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/subdir/file.txt Sun Sep 22 11:34:38 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/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/test-classes/file.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/test-classes/file.txt?rev=1525349&r1=1525348&r2=1525349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/test-classes/file.txt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/resources/unit/nested-clean-test/target/test-classes/file.txt Sun Sep 22 11:34:38 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.