Author: tommaso
Date: Thu Nov  3 11:51:46 2011
New Revision: 1197071

URL: http://svn.apache.org/viewvc?rev=1197071&view=rev
Log:
[CLEREZZA-646] - added AL headers where reported by RAT running on 
rdf.core/jena.parser

Modified:
    
incubator/clerezza/trunk/parent/rdf.core/src/main/resources/META-INF/documentation.nt
    
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
    
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/data.turtle
    
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/tutorial.xhtml
    
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/tutorial1/pom.xml
    incubator/clerezza/trunk/parent/rdf.core/src/site/xsite/content/sitemap.xml
    
incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.access.WeightedTcProvider
    
incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider
    
incubator/clerezza/trunk/parent/rdf.jena.parser/src/main/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider

Modified: 
incubator/clerezza/trunk/parent/rdf.core/src/main/resources/META-INF/documentation.nt
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.core/src/main/resources/META-INF/documentation.nt?rev=1197071&r1=1197070&r2=1197071&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.core/src/main/resources/META-INF/documentation.nt
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.core/src/main/resources/META-INF/documentation.nt
 Thu Nov  3 11:51:46 2011
@@ -1,3 +1,19 @@
+# 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.
 <bundle:///smart-content-binding-content-content-el/0-content> 
<http://discobits.org/ontology#infoBit> "<p 
xmlns=\"http://www.w3.org/1999/xhtml\";>\n\t\t\tSmart Content Binding (SCB) is 
an open source framework developed by \n\t\t\tclerezza.org aiming primarily at 
providing a java implementation of the \n\t\t\tgraph data model specified by 
W3C RDF [<a href=\"#ref1\">1</a>] and \n\t\t\tfunctionalities to operate on 
that data model. SCB offers a service \n\t\t\tinterface to access multiple 
named graphs and it can use various \n\t\t\tproviders to manage RDF graphs in a 
technology specific manner, e.g., \n\t\t\tusing Jena [<a href=\"#ref2\">2</a>] 
(TBD) or Sesame [<a href=\"#ref3\">3</a>]. \n\t\t\tIt also provides 
fa\u00E7ades that allow an application to use Jena or Sesame (TBD) \n\t\t\tAPIs 
to process RDF graphs (note that the choice of a fa\u00E7ade is independent 
of\n                        the chosen backend; you can for example use the 
Jena fa\u00E7ade to write\n           
              your code against the Jena API while using the Sesame provider to 
store\n                        your data in a Sesame store). 
\n\t\t\tFurthermore, SCB offers a serialization and a parsing service to 
convert \n\t\t\ta graph into a certain representation (format) and vice versa. 
In order \n\t\t\tto support ontologies usage, SCB provides a tool to convert 
ontologies \n\t\t\tdefined in various formats including RDF/XML into Java 
classes.\n\t\t</p>\n"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
 <bundle:///smart-content-binding-content-content-el/0-content> 
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://discobits.org/ontology#XHTMLInfoDiscoBit> .
 <bundle:///smart-content-binding-content-content-el/0-title> 
<http://discobits.org/ontology#infoBit> 
"Introduction"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

Modified: 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml?rev=1197071&r1=1197070&r2=1197071&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
 Thu Nov  3 11:51:46 2011
@@ -1,4 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
 
+ 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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>

Modified: 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/data.turtle
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/data.turtle?rev=1197071&r1=1197070&r2=1197071&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/data.turtle
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/data.turtle
 Thu Nov  3 11:51:46 2011
@@ -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/>.
 
 [      a foaf:Person;

Modified: 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/tutorial.xhtml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/tutorial.xhtml?rev=1197071&r1=1197070&r2=1197071&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/tutorial.xhtml
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/src/main/resources/org/example/apache/clerezza/combined/tutorial/tutorial.xhtml
 Thu Nov  3 11:51:46 2011
@@ -1,5 +1,25 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<!--
+
+ 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.
+
+-->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
        ${ns:foaf=http://xmlns.com/foaf/0.1/}

Modified: 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/tutorial1/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/tutorial1/pom.xml?rev=1197071&r1=1197070&r2=1197071&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/tutorial1/pom.xml
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.core/src/site/resources/documentation/tutorial1/pom.xml
 Thu Nov  3 11:51:46 2011
@@ -1,4 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
 
+ 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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>

Modified: 
incubator/clerezza/trunk/parent/rdf.core/src/site/xsite/content/sitemap.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.core/src/site/xsite/content/sitemap.xml?rev=1197071&r1=1197070&r2=1197071&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/rdf.core/src/site/xsite/content/sitemap.xml 
(original)
+++ incubator/clerezza/trunk/parent/rdf.core/src/site/xsite/content/sitemap.xml 
Thu Nov  3 11:51:46 2011
@@ -1,3 +1,23 @@
+<!--
+
+ 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.
+
+-->
 <sitemap>
        <section>
         <name>Overview</name>

Modified: 
incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.access.WeightedTcProvider
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.access.WeightedTcProvider?rev=1197071&r1=1197070&r2=1197071&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.access.WeightedTcProvider
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.access.WeightedTcProvider
 Thu Nov  3 11:51:46 2011
@@ -1 +1,18 @@
+# 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.
+
 org.apache.clerezza.rdf.core.access.providers.WeightedA
\ No newline at end of file

Modified: 
incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider?rev=1197071&r1=1197070&r2=1197071&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.core/src/test/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider
 Thu Nov  3 11:51:46 2011
@@ -1 +1,18 @@
+# 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.
+
 org.apache.clerezza.rdf.core.serializedform.TestServiceManagedProvider
\ No newline at end of file

Modified: 
incubator/clerezza/trunk/parent/rdf.jena.parser/src/main/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.jena.parser/src/main/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider?rev=1197071&r1=1197070&r2=1197071&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.jena.parser/src/main/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.jena.parser/src/main/resources/META-INF/services/org.apache.clerezza.rdf.core.serializedform.ParsingProvider
 Thu Nov  3 11:51:46 2011
@@ -1 +1,18 @@
+# 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.
+
 org.apache.clerezza.rdf.jena.parser.JenaParserProvider


Reply via email to