- Add missing license headers
- Exclude MIT licensed files because RAT doesn't recognize them
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@917746 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/pom.xml b/karaf/pom.xml
index cc73c31..f18ebf3 100644
--- a/karaf/pom.xml
+++ b/karaf/pom.xml
@@ -917,6 +917,8 @@
<exclude>**/.*</exclude>
<exclude>**/eclipse-classes/**/*</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
+ <!--RAT doesn't seem to recognize MIT style licenses-->
+ <exclude>manual/src/styles/print.css</exclude>
</excludes>
</configuration>
</plugin>