Fix NOTICE files so that each artifact has its own (slightly) different copy
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@813494 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/console/NOTICE b/gogo/console/NOTICE
new file mode 100644
index 0000000..df166f4
--- /dev/null
+++ b/gogo/console/NOTICE
@@ -0,0 +1,21 @@
+Apache Felix Gogo Console
+Copyright 2009 The Apache Software Foundation
+
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+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, 2009).
+Licensed under the Apache License 2.0.
+
+
+III. License Summary
+- Apache License 2.0
diff --git a/gogo/console/pom.xml b/gogo/console/pom.xml
index 666db45..12315eb 100644
--- a/gogo/console/pom.xml
+++ b/gogo/console/pom.xml
@@ -64,7 +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>
+ <Include-Resource>{maven-resources},META-INF/NOTICE=NOTICE</Include-Resource>
<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
<_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>
</instructions>