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:39:33 UTC

svn commit: r1523493 - in /maven/shared/trunk/maven-repository-builder/src/test/resources: ./ projects/massembly-210-direct-parent-on-fs/ projects/massembly-210-direct-parent-on-fs/project/ projects/massembly-210-direct-parent-on-fs/project/src/main/as...

Author: dennisl
Date: Sun Sep 15 19:39:33 2013
New Revision: 1523493

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

Modified:
    maven/shared/trunk/maven-repository-builder/src/test/resources/marker.txt
    maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/pom.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/pom.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/src/main/assembly/repo.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/pom.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/src/main/assembly/repo.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/pom.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/src/main/assembly/repo.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/pom.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/src/main/assembly/repo.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/child-1.0-SNAPSHOT.pom
    maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/maven-metadata.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/maven-metadata.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/maven-metadata.xml
    maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/parent-1.0-SNAPSHOT.pom
    maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/maven-metadata.xml

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/marker.txt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/marker.txt?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/marker.txt (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/marker.txt Sun Sep 15 19:39:33 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.
+
 marker file for classpath basedir location...
\ No newline at end of file

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/pom.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/pom.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/pom.xml Sun Sep 15 19:39:33 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.
+-->
 <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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/pom.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/pom.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/pom.xml Sun Sep 15 19:39:33 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.
+-->
 <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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/src/main/assembly/repo.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/src/main/assembly/repo.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/src/main/assembly/repo.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent-on-fs/project/src/main/assembly/repo.xml Sun Sep 15 19:39:33 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.
+-->
 <assembly>
   <id>repo</id>
   <formats>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/pom.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/pom.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/pom.xml Sun Sep 15 19:39:33 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.
+-->
 <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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/src/main/assembly/repo.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/src/main/assembly/repo.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/src/main/assembly/repo.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-210-direct-parent/src/main/assembly/repo.xml Sun Sep 15 19:39:33 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.
+-->
 <assembly>
   <id>repo</id>
   <formats>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/pom.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/pom.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/pom.xml Sun Sep 15 19:39:33 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.
+-->
 <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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/src/main/assembly/repo.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/src/main/assembly/repo.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/src/main/assembly/repo.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-218-classifier-dependency/src/main/assembly/repo.xml Sun Sep 15 19:39:33 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.
+-->
 <assembly>
   <id>repo</id>
   <formats>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/pom.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/pom.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/pom.xml Sun Sep 15 19:39:33 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.
+-->
 <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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/src/main/assembly/repo.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/src/main/assembly/repo.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/src/main/assembly/repo.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/projects/massembly-219-snapshot-dependency/src/main/assembly/repo.xml Sun Sep 15 19:39:33 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.
+-->
 <assembly>
   <id>repo</id>
   <formats>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/child-1.0-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/child-1.0-SNAPSHOT.pom?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/child-1.0-SNAPSHOT.pom (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/child-1.0-SNAPSHOT.pom Sun Sep 15 19:39:33 2013
@@ -1,4 +1,23 @@
-<?xml version="1.0"?><project>
+<?xml version="1.0"?>
+<!--
+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>
   <parent>
     <artifactId>parent</artifactId>
     <groupId>massembly.210</groupId>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/maven-metadata.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/maven-metadata.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/maven-metadata.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/1.0-SNAPSHOT/maven-metadata.xml Sun Sep 15 19:39:33 2013
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?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.
+-->
+<metadata>
   <groupId>massembly.210</groupId>
   <artifactId>child</artifactId>
   <version>1.0-SNAPSHOT</version>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/maven-metadata.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/maven-metadata.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/maven-metadata.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/child/maven-metadata.xml Sun Sep 15 19:39:33 2013
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?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.
+-->
+<metadata>
   <groupId>massembly.210</groupId>
   <artifactId>child</artifactId>
   <version>1.0-SNAPSHOT</version>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/maven-metadata.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/maven-metadata.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/maven-metadata.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/maven-metadata.xml Sun Sep 15 19:39:33 2013
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?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.
+-->
+<metadata>
   <groupId>massembly.210</groupId>
   <artifactId>parent</artifactId>
   <version>1.0-SNAPSHOT</version>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/parent-1.0-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/parent-1.0-SNAPSHOT.pom?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/parent-1.0-SNAPSHOT.pom (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/1.0-SNAPSHOT/parent-1.0-SNAPSHOT.pom Sun Sep 15 19:39:33 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.
+-->
 <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>massembly.210</groupId>

Modified: maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/maven-metadata.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/maven-metadata.xml?rev=1523493&r1=1523492&r2=1523493&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/maven-metadata.xml (original)
+++ maven/shared/trunk/maven-repository-builder/src/test/resources/remote-repository/massembly/210/parent/maven-metadata.xml Sun Sep 15 19:39:33 2013
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?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.
+-->
+<metadata>
   <groupId>massembly.210</groupId>
   <artifactId>parent</artifactId>
   <version>1.0-SNAPSHOT</version>