You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/09/10 16:18:25 UTC

svn commit: r813455 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347: local-repository/org/apache/maven/it/mng4347/dep-with-import/ local-repository/org/apache/maven/it/mng4347/managed-dep/ src/main/java/org/apache/m...

Author: jdcasey
Date: Thu Sep 10 14:18:24 2009
New Revision: 813455

URL: http://svn.apache.org/viewvc?rev=813455&view=rev
Log:
adding license headers

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/dep-with-import/maven-metadata-local.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/managed-dep/maven-metadata-local.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/src/main/java/org/apache/maven/it/mng4347/App.java

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/dep-with-import/maven-metadata-local.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/dep-with-import/maven-metadata-local.xml?rev=813455&r1=813454&r2=813455&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/dep-with-import/maven-metadata-local.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/dep-with-import/maven-metadata-local.xml Thu Sep 10 14:18:24 2009
@@ -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.
+-->
+
 <metadata>
   <groupId>org.apache.maven.it.mng4347</groupId>
   <artifactId>dep-with-import</artifactId>

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/managed-dep/maven-metadata-local.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/managed-dep/maven-metadata-local.xml?rev=813455&r1=813454&r2=813455&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/managed-dep/maven-metadata-local.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/local-repository/org/apache/maven/it/mng4347/managed-dep/maven-metadata-local.xml Thu Sep 10 14:18:24 2009
@@ -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.
+-->
+
 <metadata>
   <groupId>org.apache.maven.it.mng4347</groupId>
   <artifactId>managed-dep</artifactId>

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/src/main/java/org/apache/maven/it/mng4347/App.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/src/main/java/org/apache/maven/it/mng4347/App.java?rev=813455&r1=813454&r2=813455&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/src/main/java/org/apache/maven/it/mng4347/App.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4347/src/main/java/org/apache/maven/it/mng4347/App.java Thu Sep 10 14:18:24 2009
@@ -1,5 +1,24 @@
 package org.apache.maven.it.mng4347;
 
+/*
+ * 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.
+ */
+
 public class App 
 {
     public static void main( String[] args )