You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2011/04/12 15:25:29 UTC

svn commit: r1091400 - in /tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui: about.html welcome.html

Author: jukka
Date: Tue Apr 12 13:25:29 2011
New Revision: 1091400

URL: http://svn.apache.org/viewvc?rev=1091400&view=rev
Log:
TIKA-635: Tika GUI improvements

Add missing license headers

Modified:
    tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/about.html
    tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/welcome.html

Modified: tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/about.html
URL: http://svn.apache.org/viewvc/tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/about.html?rev=1091400&r1=1091399&r2=1091400&view=diff
==============================================================================
--- tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/about.html (original)
+++ tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/about.html Tue Apr 12 13:25:29 2011
@@ -1,3 +1,21 @@
+<!--
+  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.
+-->
 <html>
   <body>
     <center>
@@ -11,4 +29,4 @@
       - <a href="/META-INF/LICENSE">License terms</a></p>
     </center>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/welcome.html
URL: http://svn.apache.org/viewvc/tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/welcome.html?rev=1091400&r1=1091399&r2=1091400&view=diff
==============================================================================
--- tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/welcome.html (original)
+++ tika/trunk/tika-app/src/main/resources-filtered/org/apache/tika/gui/welcome.html Tue Apr 12 13:25:29 2011
@@ -1,3 +1,21 @@
+<!--
+  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.
+-->
 <html>
   <body>
     <center>
@@ -8,4 +26,4 @@
       Use the View menu to switch views.</p>
     </center>
   </body>
-</html>
\ No newline at end of file
+</html>