Author: tpalsulich
Date: Wed Sep 24 19:25:04 2014
New Revision: 1627399
URL: http://svn.apache.org/r1627399
Log:
Add license headers to PhoneExtractingContentHandler and its test.
Modified:
tika/trunk/tika-example/src/main/java/org/apache/tika/example/PhoneExtractingContentHandler.java
tika/trunk/tika-example/src/test/java/org/apache/tika/example/PhoneExtractingContentHandlerTest.java
Modified:
tika/trunk/tika-example/src/main/java/org/apache/tika/example/PhoneExtractingContentHandler.java
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-example/src/main/java/org/apache/tika/example/PhoneExtractingContentHandler.java?rev=1627399&r1=1627398&r2=1627399&view=diff
==============================================================================
---
tika/trunk/tika-example/src/main/java/org/apache/tika/example/PhoneExtractingContentHandler.java
(original)
+++
tika/trunk/tika-example/src/main/java/org/apache/tika/example/PhoneExtractingContentHandler.java
Wed Sep 24 19:25:04 2014
@@ -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.
+ */
+
package org.apache.tika.example;
import com.google.i18n.phonenumbers.PhoneNumberMatch;
Modified:
tika/trunk/tika-example/src/test/java/org/apache/tika/example/PhoneExtractingContentHandlerTest.java
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-example/src/test/java/org/apache/tika/example/PhoneExtractingContentHandlerTest.java?rev=1627399&r1=1627398&r2=1627399&view=diff
==============================================================================
---
tika/trunk/tika-example/src/test/java/org/apache/tika/example/PhoneExtractingContentHandlerTest.java
(original)
+++
tika/trunk/tika-example/src/test/java/org/apache/tika/example/PhoneExtractingContentHandlerTest.java
Wed Sep 24 19:25:04 2014
@@ -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.
+ */
+
package org.apache.tika.example;
import org.apache.tika.metadata.Metadata;