You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2013/02/22 01:39:13 UTC

svn commit: r1448870 - in /any23/trunk: core/src/main/java/org/apache/any23/extractor/html/ core/src/main/java/org/apache/any23/extractor/microdata/ core/src/main/java/org/apache/any23/extractor/rdf/ core/src/main/java/org/apache/any23/extractor/rdfa/ ...

Author: ansell
Date: Fri Feb 22 00:39:13 2013
New Revision: 1448870

URL: http://svn.apache.org/r1448870
Log:
add licenses to extractors

Modified:
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/AdrExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/GeoExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCalendarExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCardExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HListingExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HRecipeExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HResumeExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HReviewExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HTMLMetaExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HeadLinkExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/ICBMExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/LicenseExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/SpeciesExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TitleExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TurtleHTMLExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/html/XFNExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/MicrodataExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NQuadsExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NTriplesExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/RDFXMLExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TriXExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TurtleExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFaExtractorFactory.java
    any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/XPathExtractorFactory.java
    any23/trunk/core/src/test/java/org/apache/any23/cli/ExtractorDocumentationTest.java
    any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java
    any23/trunk/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/AdrExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/AdrExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/AdrExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/AdrExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/GeoExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/GeoExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/GeoExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/GeoExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCalendarExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCalendarExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCalendarExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCalendarExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCardExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCardExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCardExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCardExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HListingExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HListingExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HListingExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HListingExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HRecipeExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HRecipeExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HRecipeExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HRecipeExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HResumeExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HResumeExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HResumeExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HResumeExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HReviewExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HReviewExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HReviewExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HReviewExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HTMLMetaExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HTMLMetaExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HTMLMetaExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HTMLMetaExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HeadLinkExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HeadLinkExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HeadLinkExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HeadLinkExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/ICBMExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/ICBMExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/ICBMExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/ICBMExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/LicenseExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/LicenseExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/LicenseExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/LicenseExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/SpeciesExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/SpeciesExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/SpeciesExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/SpeciesExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TitleExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TitleExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TitleExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TitleExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TurtleHTMLExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TurtleHTMLExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TurtleHTMLExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TurtleHTMLExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/html/XFNExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/XFNExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/html/XFNExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/html/XFNExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.html;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/MicrodataExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/MicrodataExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/MicrodataExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/MicrodataExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.microdata;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NQuadsExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NQuadsExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NQuadsExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NQuadsExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.rdf;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NTriplesExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NTriplesExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NTriplesExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/NTriplesExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.rdf;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/RDFXMLExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/RDFXMLExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/RDFXMLExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/RDFXMLExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.rdf;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TriXExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TriXExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TriXExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TriXExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.rdf;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TurtleExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TurtleExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TurtleExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/TurtleExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.rdf;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.rdfa;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFaExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFaExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFaExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFaExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.rdfa;
 
 import java.util.Arrays;

Modified: any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/XPathExtractorFactory.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/XPathExtractorFactory.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/XPathExtractorFactory.java (original)
+++ any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/XPathExtractorFactory.java Fri Feb 22 00:39:13 2013
@@ -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.xpath;
 
 import java.util.Arrays;
@@ -8,7 +22,6 @@ import java.util.Arrays;
 import org.apache.any23.extractor.ExtractorDescription;
 import org.apache.any23.extractor.ExtractorFactory;
 import org.apache.any23.extractor.SimpleExtractorFactory;
-import org.apache.any23.rdf.PopularPrefixes;
 import org.apache.any23.rdf.Prefixes;
 import org.kohsuke.MetaInfServices;
 

Modified: any23/trunk/core/src/test/java/org/apache/any23/cli/ExtractorDocumentationTest.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/test/java/org/apache/any23/cli/ExtractorDocumentationTest.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/test/java/org/apache/any23/cli/ExtractorDocumentationTest.java (original)
+++ any23/trunk/core/src/test/java/org/apache/any23/cli/ExtractorDocumentationTest.java Fri Feb 22 00:39:13 2013
@@ -33,7 +33,7 @@ public class ExtractorDocumentationTest 
     }
 
     @Test
-    public void tesList() throws Exception {
+    public void testList() throws Exception {
         runToolCheckExit0("--list");
     }
 

Modified: any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java
URL: http://svn.apache.org/viewvc/any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java (original)
+++ any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java Fri Feb 22 00:39:13 2013
@@ -42,7 +42,7 @@ public class RDFSchemaUtilsTest {
      */
     @Test
     public void testSerializeVocabulariesNTriples() {
-        serializeVocabularies(RDFSchemaUtils.VocabularyFormat.NTriples, 1610);
+        serializeVocabularies(RDFSchemaUtils.VocabularyFormat.NTriples, 1622);
     }
 
     /**
@@ -52,7 +52,7 @@ public class RDFSchemaUtilsTest {
      */
     @Test
     public void testSerializeVocabulariesRDFXML() {
-        serializeVocabularies(RDFSchemaUtils.VocabularyFormat.RDFXML, 4205); // Effective lines + separators.
+        serializeVocabularies(RDFSchemaUtils.VocabularyFormat.RDFXML, 4241); // Effective lines + separators.
     }
 
     private void serializeVocabularies(RDFSchemaUtils.VocabularyFormat format, int expectedLines) {

Modified: any23/trunk/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java
URL: http://svn.apache.org/viewvc/any23/trunk/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java?rev=1448870&r1=1448869&r2=1448870&view=diff
==============================================================================
--- any23/trunk/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java (original)
+++ any23/trunk/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java Fri Feb 22 00:39:13 2013
@@ -41,7 +41,7 @@ import static org.junit.Assert.assertTru
  */
 public class PluginIT {
 
-    private static final int NUM_OF_EXTRACTORS = 28;
+    private static final int NUM_OF_EXTRACTORS = 29;
 
     private static final String PLUGIN_DIR = "target/plugins-build/";
 
@@ -82,7 +82,7 @@ public class PluginIT {
                 OFFICE_SCRAPER_TARGET_DIR
 , OFFICE_SCRAPER_DEPENDENCY_DIR // Required to satisfy class dependencies.
         );
-        assertEquals(NUM_OF_EXTRACTORS ,        // HTMLScraper Plugin, OfficeScraper Plugin.
+        assertEquals("Did not find the number of expected extractors", NUM_OF_EXTRACTORS ,        // HTMLScraper Plugin, OfficeScraper Plugin.
                 extractorGroup.getNumOfExtractors()
         );
     }