Updated Branches: refs/heads/master ac567e58c -> 0b7f3820a
ANY23-158 : Add license headers to files added in the extractor factory patch Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/0b7f3820 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/0b7f3820 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/0b7f3820 Branch: refs/heads/master Commit: 0b7f3820abc7d8feaae5f2b9a7fee7e115d0da1b Parents: ac567e5 Author: Peter Ansell <[email protected]> Authored: Fri May 10 13:04:44 2013 +1000 Committer: Peter Ansell <[email protected]> Committed: Fri May 10 13:05:43 2013 +1000 ---------------------------------------------------------------------- .../any23/extractor/csv/CSVExtractorFactory.java | 18 +++++++++++++- .../extractor/example/ExampleExtractorFactory.java | 18 +++++++++++++- .../officescraper/ExcelExtractorFactory.java | 18 +++++++++++++- 3 files changed, 48 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/0b7f3820/core/src/main/java/org/apache/any23/extractor/csv/CSVExtractorFactory.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/any23/extractor/csv/CSVExtractorFactory.java b/core/src/main/java/org/apache/any23/extractor/csv/CSVExtractorFactory.java index 40272dd..5f1dc8f 100644 --- a/core/src/main/java/org/apache/any23/extractor/csv/CSVExtractorFactory.java +++ b/core/src/main/java/org/apache/any23/extractor/csv/CSVExtractorFactory.java @@ -1,6 +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.csv; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/any23/blob/0b7f3820/core/src/test/java/org/apache/any23/extractor/example/ExampleExtractorFactory.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/any23/extractor/example/ExampleExtractorFactory.java b/core/src/test/java/org/apache/any23/extractor/example/ExampleExtractorFactory.java index 1491e6c..24da686 100644 --- a/core/src/test/java/org/apache/any23/extractor/example/ExampleExtractorFactory.java +++ b/core/src/test/java/org/apache/any23/extractor/example/ExampleExtractorFactory.java @@ -1,6 +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.example; import java.util.Collections; http://git-wip-us.apache.org/repos/asf/any23/blob/0b7f3820/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractorFactory.java ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractorFactory.java b/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractorFactory.java index 097a0c0..99bfe9b 100644 --- a/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractorFactory.java +++ b/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractorFactory.java @@ -1,6 +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.plugin.officescraper; import java.util.Arrays;
