Author: reto
Date: Mon Nov 14 09:34:22 2011
New Revision: 1201649
URL: http://svn.apache.org/viewvc?rev=1201649&view=rev
Log:
CLEREZZA-646: added license headers, adapted rat config
Modified:
incubator/clerezza/trunk/parent/platform.curieprefixmanager/ontologies/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/ontologies/curie.ttl
incubator/clerezza/trunk/parent/platform.logging/ontologies/src/main/resources/org/apache/clerezza/platform/logging/ontologies/logging.ttl
incubator/clerezza/trunk/parent/pom.xml
incubator/clerezza/trunk/parent/rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl
incubator/clerezza/trunk/parent/web.resources.yui/pom.xml
Modified:
incubator/clerezza/trunk/parent/platform.curieprefixmanager/ontologies/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/ontologies/curie.ttl
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.curieprefixmanager/ontologies/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/ontologies/curie.ttl?rev=1201649&r1=1201648&r2=1201649&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/platform.curieprefixmanager/ontologies/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/ontologies/curie.ttl
(original)
+++
incubator/clerezza/trunk/parent/platform.curieprefixmanager/ontologies/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/ontologies/curie.ttl
Mon Nov 14 09:34:22 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 : <http://clerezza.apache.org/platform/curieprefix#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
Modified:
incubator/clerezza/trunk/parent/platform.logging/ontologies/src/main/resources/org/apache/clerezza/platform/logging/ontologies/logging.ttl
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.logging/ontologies/src/main/resources/org/apache/clerezza/platform/logging/ontologies/logging.ttl?rev=1201649&r1=1201648&r2=1201649&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/platform.logging/ontologies/src/main/resources/org/apache/clerezza/platform/logging/ontologies/logging.ttl
(original)
+++
incubator/clerezza/trunk/parent/platform.logging/ontologies/src/main/resources/org/apache/clerezza/platform/logging/ontologies/logging.ttl
Mon Nov 14 09:34:22 2011
@@ -1,3 +1,21 @@
+# 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 : <http://clerezza.apache.org/2010/12/03/logging#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
Modified: incubator/clerezza/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1201649&r1=1201648&r2=1201649&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Mon Nov 14 09:34:22 2011
@@ -185,22 +185,35 @@
<exclude>**/.*</exclude>
<exclude>**/.*/**/*</exclude>
<exclude>**/*.sh</exclude>
- <exclude>**/shell/**/*</exclude>
+ <exclude>**/main/shell/**/*</exclude>
<exclude>**/maven-eclipse.xml</exclude>
- <!--
<exclude>.scala_dependencies</exclude>
- <exclude>**/.project</exclude>
- <exclude>**/.settings/**/*</exclude> -->
<exclude>**/*.iml</exclude>
<exclude>**/target/**/*</exclude>
- <exclude>**/test/**/*.nt</exclude>
- <exclude>**/test/**/*.ttl</exclude>
- <exclude>**/test/**/*.rdf</exclude>
+ <exclude>**/src/test/**/*.nt</exclude>
+ <exclude>**/src/test/**/*.ttl</exclude>
+ <exclude>**/src/test/**/*.rdf</exclude>
+ <exclude>**/src/test/**/*.txt</exclude>
+ <exclude>**/src/test/**/*.n3</exclude>
+ <exclude>**/src/test/**/*.json</exclude>
+ <exclude>**/src/test/**/*.seed</exclude>
+ <exclude>**/src/test/**/*.xrdf</exclude>
+ <exclude>**/src/test/**/*.foaf</exclude>
+
<exclude>**/src/test/**/*.turtle</exclude>
<exclude>**/documentation.nt</exclude>
<!-- yui is bsd licensed -->
<exclude>web.resources.yui/src/main/resources/**/*</exclude>
+
<exclude>platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-information.xhtml</exclude>
+
<exclude>templating.seedsnipe/src/test/resources/org/apache/clerezza/templating/seedsnipe/libby-foaf.rdf</exclude>
+
<exclude>platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/reset_mail.txt</exclude>
+
<exclude>rdf.ontologies/src/main/resources/org/apache/clerezza/rdf/ontologies/*</exclude>
+
<exclude>platform.security.foafssl/ontologies/src/main/resources/org/apache/clerezza/foafssl/ontologies/*</exclude>
<!-- text files for inclusion -->
<exclude>platform.typerendering.scalaserverpages/src/main/resources/org/apache/clerezza/platform/typerendering/scalaserverpages/*.txt</exclude>
<exclude>**/META-INF/services/*</exclude>
+ <exclude>**/LICENSE*</exclude>
+
<exclude>**/META-INF/MANIFEST.MF</exclude>
+
<exclude>ssl.keygen/samplewebapp/src/main/webapp/cacert.crt</exclude>
+
<exclude>web.fileserver/src/main/resources/org/apache/clerezza/web/fileserver/util/mime.types</exclude>
</excludes>
<numUnapprovedLicenses>1</numUnapprovedLicenses>
</configuration>
Modified:
incubator/clerezza/trunk/parent/rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl?rev=1201649&r1=1201648&r2=1201649&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl
(original)
+++
incubator/clerezza/trunk/parent/rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl
Mon Nov 14 09:34:22 2011
@@ -1,3 +1,21 @@
+# 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 : <http://clerezza.apache.org/platform/curieprefix#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
Modified: incubator/clerezza/trunk/parent/web.resources.yui/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/web.resources.yui/pom.xml?rev=1201649&r1=1201648&r2=1201649&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/web.resources.yui/pom.xml (original)
+++ incubator/clerezza/trunk/parent/web.resources.yui/pom.xml Mon Nov 14
09:34:22 2011
@@ -1,4 +1,25 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.clerezza</groupId>