The shell actually did not need the NOTICE and LICENSE included explicitly.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@743535 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager.shell/pom.xml b/dependencymanager.shell/pom.xml
index d2d2259..73c5efe 100644
--- a/dependencymanager.shell/pom.xml
+++ b/dependencymanager.shell/pom.xml
@@ -67,7 +67,6 @@
             <Bundle-Name>Apache Felix Dependency Manager Shell</Bundle-Name>
             <Bundle-Description>Shell command for the dependency manager.</Bundle-Description>
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
-            <Include-Resource>META-INF/LICENCE=LICENSE,META-INF/NOTICE=NOTICE</Include-Resource>
           </instructions>
         </configuration>
       </plugin>