trying to fix license files ...

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1078195 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/compat/DEPENDENCIES b/dependencymanager/compat/DEPENDENCIES
new file mode 100644
index 0000000..df9f8c0
--- /dev/null
+++ b/dependencymanager/compat/DEPENDENCIES
@@ -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
+
diff --git a/dependencymanager/compat/NOTICE b/dependencymanager/compat/NOTICE
index cfc3633..0904e1f 100644
--- a/dependencymanager/compat/NOTICE
+++ b/dependencymanager/compat/NOTICE
@@ -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
diff --git a/dependencymanager/compat/pom.xml b/dependencymanager/compat/pom.xml
index 892ddbc..b7b7675 100644
--- a/dependencymanager/compat/pom.xml
+++ b/dependencymanager/compat/pom.xml
@@ -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>