adding license headers for HItem extractors
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/47571dda Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/47571dda Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/47571dda Branch: refs/heads/master Commit: 47571dda07a90c658c0fe202f3f3133b8c69dec9 Parents: 6ad6d87 Author: Nisala <[email protected]> Authored: Thu Aug 27 09:44:48 2015 +0530 Committer: Nisala <[email protected]> Committed: Thu Aug 27 09:44:48 2015 +0530 ---------------------------------------------------------------------- .../html/microformats2/HItemExtractor.java | 17 +++++++++++++++++ .../html/microformats2/HItemExtractorFactory.java | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/47571dda/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractor.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractor.java b/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractor.java index 19ed757..4478dc0 100644 --- a/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractor.java +++ b/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractor.java @@ -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.any23.extractor.html.microformats2; import org.apache.any23.extractor.ExtractionException; http://git-wip-us.apache.org/repos/asf/any23/blob/47571dda/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractorFactory.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractorFactory.java b/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractorFactory.java index 14f20bd..4064955 100644 --- a/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractorFactory.java +++ b/core/src/main/java/org/apache/any23/extractor/html/microformats2/HItemExtractorFactory.java @@ -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.any23.extractor.html.microformats2; import java.util.Arrays;
