You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2008/11/29 01:18:32 UTC

svn commit: r721593 - in /lucene/tika/trunk/src: site/resources/ test/resources/test-documents/

Author: dmeikle
Date: Fri Nov 28 16:18:31 2008
New Revision: 721593

URL: http://svn.apache.org/viewvc?rev=721593&view=rev
Log:
Added missing license information on HTML, XML and SVG files

Modified:
    lucene/tika/trunk/src/site/resources/tika.svg
    lucene/tika/trunk/src/site/resources/tikaNoText.svg
    lucene/tika/trunk/src/test/resources/test-documents/testHTML.html
    lucene/tika/trunk/src/test/resources/test-documents/testHTML_utf8.html
    lucene/tika/trunk/src/test/resources/test-documents/testXHTML.html
    lucene/tika/trunk/src/test/resources/test-documents/testXML.xml

Modified: lucene/tika/trunk/src/site/resources/tika.svg
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/src/site/resources/tika.svg?rev=721593&r1=721592&r2=721593&view=diff
==============================================================================
--- lucene/tika/trunk/src/site/resources/tika.svg (original)
+++ lucene/tika/trunk/src/site/resources/tika.svg Fri Nov 28 16:18:31 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ 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.
+-->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:cc="http://web.resource.org/cc/"

Modified: lucene/tika/trunk/src/site/resources/tikaNoText.svg
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/src/site/resources/tikaNoText.svg?rev=721593&r1=721592&r2=721593&view=diff
==============================================================================
--- lucene/tika/trunk/src/site/resources/tikaNoText.svg (original)
+++ lucene/tika/trunk/src/site/resources/tikaNoText.svg Fri Nov 28 16:18:31 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ 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.
+-->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:cc="http://web.resource.org/cc/"

Modified: lucene/tika/trunk/src/test/resources/test-documents/testHTML.html
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/src/test/resources/test-documents/testHTML.html?rev=721593&r1=721592&r2=721593&view=diff
==============================================================================
--- lucene/tika/trunk/src/test/resources/test-documents/testHTML.html (original)
+++ lucene/tika/trunk/src/test/resources/test-documents/testHTML.html Fri Nov 28 16:18:31 2008
@@ -1,3 +1,19 @@
+<!--
+ 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>
 	<head>
         <title>Title : Test Indexation Html</title>

Modified: lucene/tika/trunk/src/test/resources/test-documents/testHTML_utf8.html
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/src/test/resources/test-documents/testHTML_utf8.html?rev=721593&r1=721592&r2=721593&view=diff
==============================================================================
--- lucene/tika/trunk/src/test/resources/test-documents/testHTML_utf8.html (original)
+++ lucene/tika/trunk/src/test/resources/test-documents/testHTML_utf8.html Fri Nov 28 16:18:31 2008
@@ -1,3 +1,19 @@
+<!--
+ 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>
 	<head>
 		<title>Title : Tilte with UTF-8 chars öäå</title>	

Modified: lucene/tika/trunk/src/test/resources/test-documents/testXHTML.html
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/src/test/resources/test-documents/testXHTML.html?rev=721593&r1=721592&r2=721593&view=diff
==============================================================================
--- lucene/tika/trunk/src/test/resources/test-documents/testXHTML.html (original)
+++ lucene/tika/trunk/src/test/resources/test-documents/testXHTML.html Fri Nov 28 16:18:31 2008
@@ -1,3 +1,19 @@
+<!--
+ 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 xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>XHTML test document</title>

Modified: lucene/tika/trunk/src/test/resources/test-documents/testXML.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/src/test/resources/test-documents/testXML.xml?rev=721593&r1=721592&r2=721593&view=diff
==============================================================================
--- lucene/tika/trunk/src/test/resources/test-documents/testXML.xml (original)
+++ lucene/tika/trunk/src/test/resources/test-documents/testXML.xml Fri Nov 28 16:18:31 2008
@@ -1,4 +1,20 @@
 <?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.
+-->
 <oaidc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oaidc="http://www.openarchives.org/OAI/2.0/oai_dc/">
 
 	<dc:title>Tika test document</dc:title>