You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2011/03/04 23:52:13 UTC

svn commit: r1078195 - in /felix/trunk/dependencymanager: annotation/DEPENDENCIES annotation/LICENSE.json annotation/NOTICE annotation/pom.xml compat/DEPENDENCIES compat/NOTICE compat/pom.xml runtime/DEPENDENCIES runtime/LICENSE runtime/NOTICE

Author: pderop
Date: Fri Mar  4 22:52:12 2011
New Revision: 1078195

URL: http://svn.apache.org/viewvc?rev=1078195&view=rev
Log:
trying to fix license files ...

Added:
    felix/trunk/dependencymanager/annotation/DEPENDENCIES
    felix/trunk/dependencymanager/compat/DEPENDENCIES
Removed:
    felix/trunk/dependencymanager/annotation/LICENSE.json
Modified:
    felix/trunk/dependencymanager/annotation/NOTICE
    felix/trunk/dependencymanager/annotation/pom.xml
    felix/trunk/dependencymanager/compat/NOTICE
    felix/trunk/dependencymanager/compat/pom.xml
    felix/trunk/dependencymanager/runtime/DEPENDENCIES
    felix/trunk/dependencymanager/runtime/LICENSE
    felix/trunk/dependencymanager/runtime/NOTICE

Added: felix/trunk/dependencymanager/annotation/DEPENDENCIES
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/DEPENDENCIES?rev=1078195&view=auto
==============================================================================
--- felix/trunk/dependencymanager/annotation/DEPENDENCIES (added)
+++ felix/trunk/dependencymanager/annotation/DEPENDENCIES Fri Mar  4 22:52:12 2011
@@ -0,0 +1,29 @@
+Apache Felix Dependency Manager Annotation
+Copyright 2011 The Apache Software Foundation
+
+This software was developed at the Apache Software Foundation
+(http://www.apache.org) and may have dependencies on other
+Apache software licensed under Apache License 2.0.
+
+I. Included Third-Party Software
+
+II. Used Third-Party Software
+
+This product uses software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2009).
+Licensed under the Apache License 2.0.
+
+This product uses software developed by Peter Kriens
+(http://www.aqute.biz/Code/Bnd)
+Copyright 2006-2011 aQute, All rights reserved
+Licensed under the Apache License 2.0.
+
+This product uses software from http://www.json.org.
+Copyright (c) 2002 JSON.org
+Licensed under the JSON License
+
+III. Overall License Summary
+
+- Apache License 2.0
+- JSON License

Modified: felix/trunk/dependencymanager/annotation/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/NOTICE?rev=1078195&r1=1078194&r2=1078195&view=diff
==============================================================================
--- felix/trunk/dependencymanager/annotation/NOTICE (original)
+++ felix/trunk/dependencymanager/annotation/NOTICE Fri Mar  4 22:52:12 2011
@@ -1,26 +1,8 @@
-Apache Felix Dependency Manager
-Copyright 2009 The Apache Software Foundation
-
-
-I. Included Software
+Apache Felix Dependency Manager Annotation
+Copyright 2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
 
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2007).
-Licensed under the Apache License 2.0.
-
-
-II. Used Software
-
-This product uses software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2007).
-Licensed under the Apache License 2.0.
-
 
-III. License Summary
-- Apache License 2.0

Modified: felix/trunk/dependencymanager/annotation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/pom.xml?rev=1078195&r1=1078194&r2=1078195&view=diff
==============================================================================
--- felix/trunk/dependencymanager/annotation/pom.xml (original)
+++ felix/trunk/dependencymanager/annotation/pom.xml Fri Mar  4 22:52:12 2011
@@ -34,12 +34,10 @@
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.core</artifactId>
 		</dependency>
-
 		<dependency>
 			<groupId>biz.aQute</groupId>
 			<artifactId>bndlib</artifactId>
 		</dependency>
-
 		<dependency>
 			<groupId>org.apache.maven</groupId>
 			<artifactId>maven-plugin-api</artifactId>
@@ -55,7 +53,6 @@
 			<artifactId>maven-artifact</artifactId>
 			<scope>compile</scope>
 		</dependency>
-
 		<dependency>
 			<groupId>org.json</groupId>
 			<artifactId>json</artifactId>
@@ -63,6 +60,18 @@
 		</dependency>
 	</dependencies>
 	<build>
+		<resources>
+			<resource>
+				<directory>.</directory>
+				<targetPath>META-INF</targetPath>
+				<includes>
+					<include>LICENSE*</include>
+					<include>NOTICE*</include>
+					<include>DEPENDENCIES*</include>
+				</includes>
+			</resource>
+		</resources>
+
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>

Added: felix/trunk/dependencymanager/compat/DEPENDENCIES
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/compat/DEPENDENCIES?rev=1078195&view=auto
==============================================================================
--- felix/trunk/dependencymanager/compat/DEPENDENCIES (added)
+++ felix/trunk/dependencymanager/compat/DEPENDENCIES Fri Mar  4 22:52:12 2011
@@ -0,0 +1,20 @@
+Apache Felix Dependency Manager Runtime
+Copyright 2011 The Apache Software Foundation
+
+This software was developed at the Apache Software Foundation
+(http://www.apache.org) and may have dependencies on other
+Apache software licensed under Apache License 2.0.
+
+I. Included Third-Party Software
+
+II. Used Third-Party Software
+
+This product uses software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2009).
+Licensed under the Apache License 2.0.
+
+III. Overall License Summary
+
+- Apache License 2.0
+

Modified: felix/trunk/dependencymanager/compat/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/compat/NOTICE?rev=1078195&r1=1078194&r2=1078195&view=diff
==============================================================================
--- felix/trunk/dependencymanager/compat/NOTICE (original)
+++ felix/trunk/dependencymanager/compat/NOTICE Fri Mar  4 22:52:12 2011
@@ -1,26 +1,6 @@
-Apache Felix Dependency Manager
-Copyright 2009 The Apache Software Foundation
-
-
-I. Included Software
+Apache Felix Dependency Manager Compatibility
+Copyright 2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
-
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2007).
-Licensed under the Apache License 2.0.
-
-
-II. Used Software
-
-This product uses software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2007).
-Licensed under the Apache License 2.0.
-
-
-III. License Summary
-- Apache License 2.0

Modified: felix/trunk/dependencymanager/compat/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/compat/pom.xml?rev=1078195&r1=1078194&r2=1078195&view=diff
==============================================================================
--- felix/trunk/dependencymanager/compat/pom.xml (original)
+++ felix/trunk/dependencymanager/compat/pom.xml Fri Mar  4 22:52:12 2011
@@ -58,6 +58,7 @@
 						<Export-Package>org.apache.felix.dependencymanager"</Export-Package>
 						<Import-Package>!org.apache.felix.dependencymanager,org.apache.felix.dm;version="[3,4)",*</Import-Package>
 						<Private-Package>org.apache.felix.dependencymanager.impl</Private-Package>
+						<Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource> 
 					</instructions>
 				</configuration>
 			</plugin>

Modified: felix/trunk/dependencymanager/runtime/DEPENDENCIES
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/runtime/DEPENDENCIES?rev=1078195&r1=1078194&r2=1078195&view=diff
==============================================================================
--- felix/trunk/dependencymanager/runtime/DEPENDENCIES (original)
+++ felix/trunk/dependencymanager/runtime/DEPENDENCIES Fri Mar  4 22:52:12 2011
@@ -14,7 +14,8 @@ Licensed under the JSON License
 II. Used Third-Party Software
 
 This product uses software developed at
-The Apache Software Foundation (http://www.apache.org/).
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2009).
 Licensed under the Apache License 2.0.
 
 III. Overall License Summary

Modified: felix/trunk/dependencymanager/runtime/LICENSE
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/runtime/LICENSE?rev=1078195&r1=1078194&r2=1078195&view=diff
==============================================================================
--- felix/trunk/dependencymanager/runtime/LICENSE (original)
+++ felix/trunk/dependencymanager/runtime/LICENSE Fri Mar  4 22:52:12 2011
@@ -200,34 +200,3 @@
    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.
-
-APACHE FELIX OSGI DEPENDENCY MANAGER RUNTIME SUBCOMPONENTS: 
-
-The Apache Felix OSGi Dependency Manager Runtime includes a number of subcomponents with
-separate copyright notices and license terms. Your use of the source
-code for the these subcomponents is subject to the terms and
-conditions of the following licenses. 
-
-For the For the JSON component:
-
-Copyright (c) 2002 JSON.org
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-The Software shall be used for Good, not Evil.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Modified: felix/trunk/dependencymanager/runtime/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/runtime/NOTICE?rev=1078195&r1=1078194&r2=1078195&view=diff
==============================================================================
--- felix/trunk/dependencymanager/runtime/NOTICE (original)
+++ felix/trunk/dependencymanager/runtime/NOTICE Fri Mar  4 22:52:12 2011
@@ -5,8 +5,6 @@ This product includes software developed
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
 
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2009).
-Licensed under the Apache License 2.0.
-
+This product includes software from http://www.json.org.
+Copyright (c) 2002 JSON.org
+Licensed under the JSON License