Author: simonetripodi
Date: Tue May  8 11:49:01 2012
New Revision: 1335438

URL: http://svn.apache.org/viewvc?rev=1335438&view=rev
Log:
added missing license header

Modified:
    
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-nquads.nq
    
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-ntriples.nt
    
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-turtle.ttl

Modified: 
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-nquads.nq
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-nquads.nq?rev=1335438&r1=1335437&r2=1335438&view=diff
==============================================================================
--- 
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-nquads.nq
 (original)
+++ 
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-nquads.nq
 Tue May  8 11:49:01 2012
@@ -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.
+#
+
 <http://www.michelemostarda.com/foaf.rdf#me> 
<http://xmlns.com/foaf/0.1/workplaceHomepage> <http://www.fbk.eu> 
<http://www.michelemostarda.com/foaf.rdf> .
 <http://www.michelemostarda.com/foaf.rdf#me> 
<http://xmlns.com/foaf/0.1/workInfoHomepage> 
<http://www.michelemostarda.com/work.html> 
<http://www.michelemostarda.com/foaf.rdf> .
 <http://www.michelemostarda.com/foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> 
_:node15v04bhrfx709971 <http://www.michelemostarda.com/foaf.rdf> .
\ No newline at end of file

Modified: 
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-ntriples.nt
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-ntriples.nt?rev=1335438&r1=1335437&r2=1335438&view=diff
==============================================================================
--- 
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-ntriples.nt
 (original)
+++ 
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-ntriples.nt
 Tue May  8 11:49:01 2012
@@ -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.
+#
+
 <http://example.com/#Alice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://xmlns.com/foaf/0.1/Person> .
 <http://example.com/#Alice> <http://xmlns.com/foaf/0.1/name> "Alice" .
 <http://example.com/#Alice> <http://xmlns.com/foaf/0.1/homepage> 
<http://alice.example.com/> .

Modified: 
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-turtle.ttl
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-turtle.ttl?rev=1335438&r1=1335437&r2=1335438&view=diff
==============================================================================
--- 
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-turtle.ttl
 (original)
+++ 
incubator/any23/trunk/core/src/main/resources/org/apache/any23/extractor/rdf/example-turtle.ttl
 Tue May  8 11:49:01 2012
@@ -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.
+#
+
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix : <#> .
 


Reply via email to