You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/07/09 20:11:57 UTC

svn commit: r554726 - in /maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi: ManifestReadingException.java Maven2OsgiConverter.java

Author: carlos
Date: Mon Jul  9 11:11:56 2007
New Revision: 554726

URL: http://svn.apache.org/viewvc?view=rev&rev=554726
Log:
Add missing license headers

Modified:
    maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/ManifestReadingException.java
    maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/Maven2OsgiConverter.java

Modified: maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/ManifestReadingException.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/ManifestReadingException.java?view=diff&rev=554726&r1=554725&r2=554726
==============================================================================
--- maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/ManifestReadingException.java (original)
+++ maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/ManifestReadingException.java Mon Jul  9 11:11:56 2007
@@ -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.
+ */
 package org.apache.maven.shared.osgi;
 
 /**

Modified: maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/Maven2OsgiConverter.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/Maven2OsgiConverter.java?view=diff&rev=554726&r1=554725&r2=554726
==============================================================================
--- maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/Maven2OsgiConverter.java (original)
+++ maven/sandbox/trunk/shared/maven-osgi/src/main/java/org/apache/maven/shared/osgi/Maven2OsgiConverter.java Mon Jul  9 11:11:56 2007
@@ -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.
+ */
 package org.apache.maven.shared.osgi;
 
 import org.apache.maven.artifact.Artifact;