Fix NOTICE files in jars

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@813338 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/NOTICE b/gogo/NOTICE
index c2400a4..f312242 100644
--- a/gogo/NOTICE
+++ b/gogo/NOTICE
@@ -21,9 +21,6 @@
 Copyright (c) OSGi Alliance (2000, 2009).
 Licensed under the Apache License 2.0.
 
-This product uses software developed at
-The Codehaus (http://www.codehaus.org)
-Licensed under the Apache License 2.0.
 
 III. License Summary
 - Apache License 2.0
diff --git a/gogo/commands/pom.xml b/gogo/commands/pom.xml
index 277b5ef..1a8f22f 100644
--- a/gogo/commands/pom.xml
+++ b/gogo/commands/pom.xml
@@ -61,6 +61,7 @@
                         </Import-Package>
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
+                        <Include-Resource>{maven-resources},META-INF/NOTICE=../NOTICE</Include-Resource>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                         <_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>
                     </instructions>
diff --git a/gogo/console/pom.xml b/gogo/console/pom.xml
index d8e8d2a..666db45 100644
--- a/gogo/console/pom.xml
+++ b/gogo/console/pom.xml
@@ -64,6 +64,7 @@
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>org.apache.felix.gogo.console.Activator</Bundle-Activator>
+                        <Include-Resource>{maven-resources},META-INF/NOTICE=../NOTICE</Include-Resource>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                         <_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>
                     </instructions>
diff --git a/gogo/launcher/pom.xml b/gogo/launcher/pom.xml
index 8bf1216..35a564c 100644
--- a/gogo/launcher/pom.xml
+++ b/gogo/launcher/pom.xml
@@ -67,6 +67,7 @@
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>org.apache.felix.gogo.runtime.Activator</Bundle-Activator>
+                        <Include-Resource>{maven-resources},META-INF/NOTICE=../NOTICE</Include-Resource>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                         <_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>
                     </instructions>
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index a264831..f028a9e 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -66,6 +66,7 @@
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>org.apache.felix.gogo.runtime.Activator</Bundle-Activator>
+                        <Include-Resource>{maven-resources},META-INF/NOTICE=../NOTICE</Include-Resource>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                         <_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>
                     </instructions>