- 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/manual/NOTICE b/karaf/manual/NOTICE
index 595fab4..3e356c8 100644
--- a/karaf/manual/NOTICE
+++ b/karaf/manual/NOTICE
@@ -12,6 +12,10 @@
 and contains an attribution which should not be removed by

 licensee.

 

+This product includes software written by

+Hakon Wium Lie and Bert Bos.

+Licensed under the MIT License.

+

 II. Used Software

 

 This product uses software developed at

@@ -21,3 +25,4 @@
 

 III. License Summary

 - Apache License 2.0

+- MIT License
\ No newline at end of file
diff --git a/karaf/manual/src/fallback/manual.html b/karaf/manual/src/fallback/manual.html
index 236f49a..4aa3dbd 100644
--- a/karaf/manual/src/fallback/manual.html
+++ b/karaf/manual/src/fallback/manual.html
@@ -1,3 +1,20 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
 <div class="wiki-content">
     Unable to generate manual.
 </div>
\ No newline at end of file
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>
diff --git a/karaf/tooling/features-maven-plugin/src/main/resources/config.properties b/karaf/tooling/features-maven-plugin/src/main/resources/config.properties
index 96597f2..870e83c 100644
--- a/karaf/tooling/features-maven-plugin/src/main/resources/config.properties
+++ b/karaf/tooling/features-maven-plugin/src/main/resources/config.properties
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 jre-1.5= \
  javax.accessibility; \
  javax.activity; \