HI All,

So two issues with the last patch:

1. I missed two pref file for excluding

2. Four files are treated as binaries (.project and .classpath) and so the diff 
never showed.

I’ve forced the diff in those files so should be good now.

I’ll talk about why those .project and .classpath have mime-types set in the 
first place in another
thread.

Please find attached a patch to resolve the 6 remaining RAT license issues.

HTH

Gav…


Index: main/ooxml/source/framework/JavaPartManager/.classpath
===================================================================
--- main/ooxml/source/framework/JavaPartManager/.classpath      (revision 
1690389)
+++ main/ooxml/source/framework/JavaPartManager/.classpath      (working copy)
@@ -1,4 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--***********************************************************
+ *
+ * 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.
+ *
+***********************************************************-->
+
 <classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
Index: main/ooxml/source/framework/JavaPartManager/.project
===================================================================
--- main/ooxml/source/framework/JavaPartManager/.project        (revision 
1690389)
+++ main/ooxml/source/framework/JavaPartManager/.project        (working copy)
@@ -1,4 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
++<!--***********************************************************
++ *       
++ * 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.
++ *       
++***********************************************************-->
+
 <projectDescription>
        <name>JavaPartManager</name>
        <comment></comment>
Index: main/ooxml/source/framework/OOXMLViewer/.classpath
===================================================================
--- main/ooxml/source/framework/OOXMLViewer/.classpath  (revision 1690389)
+++ main/ooxml/source/framework/OOXMLViewer/.classpath  (working copy)
@@ -1,4 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--***********************************************************
+ *
+ * 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.
+ *
+***********************************************************-->
+
 <classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
Index: main/ooxml/source/framework/OOXMLViewer/.project
===================================================================
--- main/ooxml/source/framework/OOXMLViewer/.project    (revision 1690389)
+++ main/ooxml/source/framework/OOXMLViewer/.project    (working copy)
@@ -1,4 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--***********************************************************
+ *
+ * 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.
+ *
+***********************************************************-->
+
 <projectDescription>
        <name>OOXMLViewer</name>
        <comment></comment>
Index: main/rat-excludes
===================================================================
--- main/rat-excludes   (revision 1690389)
+++ main/rat-excludes   (working copy)
@@ -1492,4 +1492,6 @@
 
 main/ooxml/source/framework/OOXMLViewer/.settings/org.eclipse.jdt.core.prefs
 main/ooxml/source/framework/SchemaParser/.settings/org.eclipse.jdt.core.prefs
+main/ooxml/source/framework/JavaOOXMLParser/.settings/org.eclipse.jdt.core.prefs
+main/ooxml/source/framework/JavaPartManager/.settings/org.eclipse.jdt.core.prefs
 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to