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 2015/02/21 18:51:27 UTC

svn commit: r1661414 - in /maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources: misc-excludes/ src-contains-ide-files/src-contains-ide-files-child1/src/test/resources/ src-contains-ide-files/src/test/resources/ src-contai...

Author: dennisl
Date: Sat Feb 21 17:51:27 2015
New Revision: 1661414

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

Modified:
    maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/debug.log
    maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/pom.xml.releaseBackup
    maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src-contains-ide-files-child1/src/test/resources/pom.xml.releaseBackup
    maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src/test/resources/pom.xml.releaseBackup
    maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-output-dir-name/src/main/resources/target/test.txt

Modified: maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/debug.log
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/debug.log?rev=1661414&r1=1661413&r2=1661414&view=diff
==============================================================================
--- maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/debug.log (original)
+++ maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/debug.log Sat Feb 21 17:51:27 2015
@@ -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

Modified: maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/pom.xml.releaseBackup
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/pom.xml.releaseBackup?rev=1661414&r1=1661413&r2=1661414&view=diff
==============================================================================
--- maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/pom.xml.releaseBackup (original)
+++ maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/misc-excludes/pom.xml.releaseBackup Sat Feb 21 17:51:27 2015
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.assembly.it</groupId>

Modified: maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src-contains-ide-files-child1/src/test/resources/pom.xml.releaseBackup
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src-contains-ide-files-child1/src/test/resources/pom.xml.releaseBackup?rev=1661414&r1=1661413&r2=1661414&view=diff
==============================================================================
--- maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src-contains-ide-files-child1/src/test/resources/pom.xml.releaseBackup (original)
+++ maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src-contains-ide-files-child1/src/test/resources/pom.xml.releaseBackup Sat Feb 21 17:51:27 2015
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.assembly.it</groupId>

Modified: maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src/test/resources/pom.xml.releaseBackup
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src/test/resources/pom.xml.releaseBackup?rev=1661414&r1=1661413&r2=1661414&view=diff
==============================================================================
--- maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src/test/resources/pom.xml.releaseBackup (original)
+++ maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-ide-files/src/test/resources/pom.xml.releaseBackup Sat Feb 21 17:51:27 2015
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.assembly.it</groupId>

Modified: maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-output-dir-name/src/main/resources/target/test.txt
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-output-dir-name/src/main/resources/target/test.txt?rev=1661414&r1=1661413&r2=1661414&view=diff
==============================================================================
--- maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-output-dir-name/src/main/resources/target/test.txt (original)
+++ maven/resources/trunk/apache-source-release-assembly-descriptor/src/test/resources/src-contains-output-dir-name/src/main/resources/target/test.txt Sat Feb 21 17:51:27 2015
@@ -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 File