You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cc...@apache.org on 2010/03/01 23:04:04 UTC

svn commit: r917746 - in /felix/trunk/karaf: manual/NOTICE manual/src/fallback/manual.html pom.xml tooling/features-maven-plugin/src/main/resources/config.properties

Author: ccustine
Date: Mon Mar  1 22:04:04 2010
New Revision: 917746

URL: http://svn.apache.org/viewvc?rev=917746&view=rev
Log:
- Add missing license headers 
- Exclude MIT licensed files because RAT doesn't recognize them

Modified:
    felix/trunk/karaf/manual/NOTICE
    felix/trunk/karaf/manual/src/fallback/manual.html
    felix/trunk/karaf/pom.xml
    felix/trunk/karaf/tooling/features-maven-plugin/src/main/resources/config.properties

Modified: felix/trunk/karaf/manual/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/manual/NOTICE?rev=917746&r1=917745&r2=917746&view=diff
==============================================================================
--- felix/trunk/karaf/manual/NOTICE (original)
+++ felix/trunk/karaf/manual/NOTICE Mon Mar  1 22:04:04 2010
@@ -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

Modified: felix/trunk/karaf/manual/src/fallback/manual.html
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/manual/src/fallback/manual.html?rev=917746&r1=917745&r2=917746&view=diff
==============================================================================
--- felix/trunk/karaf/manual/src/fallback/manual.html (original)
+++ felix/trunk/karaf/manual/src/fallback/manual.html Mon Mar  1 22:04:04 2010
@@ -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

Modified: felix/trunk/karaf/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=917746&r1=917745&r2=917746&view=diff
==============================================================================
--- felix/trunk/karaf/pom.xml (original)
+++ felix/trunk/karaf/pom.xml Mon Mar  1 22:04:04 2010
@@ -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>

Modified: felix/trunk/karaf/tooling/features-maven-plugin/src/main/resources/config.properties
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/tooling/features-maven-plugin/src/main/resources/config.properties?rev=917746&r1=917745&r2=917746&view=diff
==============================================================================
--- felix/trunk/karaf/tooling/features-maven-plugin/src/main/resources/config.properties (original)
+++ felix/trunk/karaf/tooling/features-maven-plugin/src/main/resources/config.properties Mon Mar  1 22:04:04 2010
@@ -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; \