You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ev...@apache.org on 2006/09/06 15:58:50 UTC

svn commit: r440716 - /maven/sandbox/maven-shared-jar/pom.xml

Author: evenisse
Date: Wed Sep  6 06:58:49 2006
New Revision: 440716

URL: http://svn.apache.org/viewvc?view=rev&rev=440716
Log:
Add copyright

Modified:
    maven/sandbox/maven-shared-jar/pom.xml

Modified: maven/sandbox/maven-shared-jar/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/maven-shared-jar/pom.xml?view=diff&rev=440716&r1=440715&r2=440716
==============================================================================
--- maven/sandbox/maven-shared-jar/pom.xml (original)
+++ maven/sandbox/maven-shared-jar/pom.xml Wed Sep  6 06:58:49 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" ?>
+
+<!--
+  ~ Copyright 2005-2006 The Apache Software Foundation.
+  ~
+  ~ Licensed 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"