Author: reto
Date: Fri Nov 11 08:59:15 2011
New Revision: 1200779

URL: http://svn.apache.org/viewvc?rev=1200779&view=rev
Log:
CLEREZZA-646: added license headers

Modified:
    
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-existing-subjects.ssp
    
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-find-create.ssp
    
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-tagging.ssp
    
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/generic-resource-page.ssp
    
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/manage-concept-providers-page.ssp
    
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/selected-concepts.ssp
    
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/skos-collection-json.ssp
    
incubator/clerezza/trunk/parent/platform.config.gui/src/main/resources/org/apache/clerezza/platform/config/gui/config.ssp
    
incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/XmlLiteral.ssp
    
incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/collection.ssp
    
incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-list-naked.ssp
    
incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-naked.ssp
    
incubator/clerezza/trunk/parent/platform.language/platform.language.core/src/main/resources/org/apache/clerezza/platform/language/language-list.ssp
    
incubator/clerezza/trunk/parent/platform.logging/core/src/main/resources/org/apache/clerezza/platform/logging/config-page-naked.ssp
    
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/globalmenu-naked.ssp
    
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/headed-page-template.ssp
    
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/rdf-list-template.ssp
    
incubator/clerezza/trunk/parent/platform.testing/src/test/resources/org/apache/clerezza/platform/testing/blackbox/osgi/renderingServiceTest.ssp
    
incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.core/src/main/resources/org/apache/clerezza/platform/typerendering/exception-template.ssp
    
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/backup-management.ssp
    
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp
    
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp
    
incubator/clerezza/trunk/parent/tools.offline/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp

Modified: 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-existing-subjects.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-existing-subjects.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-existing-subjects.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-existing-subjects.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def skos(s: Any) = new UriRef("http://www.w3.org/2008/05/skos#"+s)
 def dct(s: Any) = new UriRef("http://purl.org/dc/terms/"+s)
 def cpt(s: Any) = new UriRef("http://clerezza.org/2010/01/concepts#"+s);
@@ -5,4 +26,4 @@ def cpt(s: Any) = new UriRef("http://cle
 <form method="post" action="/concepts/tagger/set" id="selected-concepts-form">
        <input type="hidden" name="uri" value={res/cpt("resource")*}></input>
        {render(res/cpt("resource"), "selectedconcepts-naked")}
-</form>
\ No newline at end of file
+</form>

Modified: 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-find-create.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-find-create.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-find-create.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-find-create.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 resultDocModifier.addScriptReference("/jquery/jquery-1.3.2.min.js");
 resultDocModifier.addScriptReference("/scripts/ajax-options.js");
 //resultDocModifier.addScriptReference("/scripts/modification-status.js");

Modified: 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-tagging.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-tagging.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-tagging.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/concept-tagging.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,2 +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.
+ *
+*/
+
 <div class="concept-tagging">{render(res,"concept-existing-subjects-naked")}
-{render(res,"concept-find-create-naked")}</div>
\ No newline at end of file
+{render(res,"concept-find-create-naked")}</div>

Modified: 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/generic-resource-page.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/generic-resource-page.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/generic-resource-page.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/generic-resource-page.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def skos(s: Any) = new UriRef("http://www.w3.org/2008/05/skos#"+s)
 def dct(s: Any) = new UriRef("http://purl.org/dc/terms/"+s)
 def cpt(s: Any) = new UriRef("http://clerezza.org/2010/01/concepts#"+s);

Modified: 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/manage-concept-providers-page.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/manage-concept-providers-page.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/manage-concept-providers-page.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/manage-concept-providers-page.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def skos(s: Any) = new UriRef("http://www.w3.org/2008/05/skos#"+s)
 def cpt(s: Any) = new UriRef("http://clerezza.org/2010/01/concepts#"+s)
 def lingvoj(s: Any) = new UriRef("http://www.lingvoj.org/ontology#"+s)

Modified: 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/selected-concepts.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/selected-concepts.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/selected-concepts.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/selected-concepts.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def skos(s: Any) = new UriRef("http://www.w3.org/2008/05/skos#"+s)
 def dct(s: Any) = new UriRef("http://purl.org/dc/terms/"+s)
 

Modified: 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/skos-collection-json.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/skos-collection-json.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/skos-collection-json.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.concepts/platform.concepts.core/src/main/resources/org/apache/clerezza/platform/concepts/core/skos-collection-json.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 import org.json.simple.JSONObject
 
 def skos(s: Any) = new UriRef("http://www.w3.org/2008/05/skos#"+s)

Modified: 
incubator/clerezza/trunk/parent/platform.config.gui/src/main/resources/org/apache/clerezza/platform/config/gui/config.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.config.gui/src/main/resources/org/apache/clerezza/platform/config/gui/config.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.config.gui/src/main/resources/org/apache/clerezza/platform/config/gui/config.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.config.gui/src/main/resources/org/apache/clerezza/platform/config/gui/config.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,28 +1,49 @@
-def platform(s: Any) = new UriRef("http://clerezza.org/2009/08/platform#"+s)
-resultDocModifier.addStyleSheet("style/form.css");
-resultDocModifier.addScriptReference("/jquery/jquery-1.3.2.min.js");
-resultDocModifier.addScriptReference("/admin/configuration/js/platformconfig.js");
-resultDocModifier.addStyleSheet("/yui/2/container/assets/container-core.css");
-resultDocModifier.addScriptReference("/yui/2/yahoo-dom-event/yahoo-dom-event.js");
-resultDocModifier.addScriptReference("/yui/2/element/element-min.js");
-resultDocModifier.addScriptReference("/yui/2/container/container-min.js");
-resultDocModifier.addScriptReference("/scripts/alert-message.js");
-resultDocModifier.addScriptReference("/scripts/ajax-options.js");
-resultDocModifier.addScriptReference("/scripts/modification-status.js");
-resultDocModifier.addScripts("ModificationStatus.watchElements(\"input\");");
-
-resultDocModifier.setTitle("Apache Clerezza Configuration");
-resultDocModifier.addNodes2Elem("tx-module", <h1>Apache Clerezza 
Configuration</h1>);
-resultDocModifier.addNodes2Elem("tx-contextual-buttons-ol", <li><a 
class="tx-button tx-button-create " id="saveButton" href="#">Save</a></li>);
-<div id="tx-content">
-       <fieldset>
-               <legend></legend>
-               <ol>
-                       <li class="tx-line">
-                               <label for="defaultBaseUri">Default Base 
URI</label>
-                               <input id="defaultBaseUri" 
name="defaultBaseUri" value={res/platform("defaultBaseUri")*}/>
-
-                       </li>
-               </ol>
-       </fieldset>
-</div>
+/*
+ *
+ * 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.
+ *
+*/
+
+def platform(s: Any) = new UriRef("http://clerezza.org/2009/08/platform#"+s)
+resultDocModifier.addStyleSheet("style/form.css");
+resultDocModifier.addScriptReference("/jquery/jquery-1.3.2.min.js");
+resultDocModifier.addScriptReference("/admin/configuration/js/platformconfig.js");
+resultDocModifier.addStyleSheet("/yui/2/container/assets/container-core.css");
+resultDocModifier.addScriptReference("/yui/2/yahoo-dom-event/yahoo-dom-event.js");
+resultDocModifier.addScriptReference("/yui/2/element/element-min.js");
+resultDocModifier.addScriptReference("/yui/2/container/container-min.js");
+resultDocModifier.addScriptReference("/scripts/alert-message.js");
+resultDocModifier.addScriptReference("/scripts/ajax-options.js");
+resultDocModifier.addScriptReference("/scripts/modification-status.js");
+resultDocModifier.addScripts("ModificationStatus.watchElements(\"input\");");
+
+resultDocModifier.setTitle("Apache Clerezza Configuration");
+resultDocModifier.addNodes2Elem("tx-module", <h1>Apache Clerezza 
Configuration</h1>);
+resultDocModifier.addNodes2Elem("tx-contextual-buttons-ol", <li><a 
class="tx-button tx-button-create " id="saveButton" href="#">Save</a></li>);
+<div id="tx-content">
+       <fieldset>
+               <legend></legend>
+               <ol>
+                       <li class="tx-line">
+                               <label for="defaultBaseUri">Default Base 
URI</label>
+                               <input id="defaultBaseUri" 
name="defaultBaseUri" value={res/platform("defaultBaseUri")*}/>
+
+                       </li>
+               </ol>
+       </fieldset>
+</div>

Modified: 
incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/XmlLiteral.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/XmlLiteral.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/XmlLiteral.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/XmlLiteral.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 import _root_.scala.xml._
 
 {

Modified: 
incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/collection.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/collection.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/collection.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.content/src/main/resources/org/apache/clerezza/platform/content/collection.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def hierarchy(s: Any) = new UriRef("http://clerezza.org/2009/09/hierarchy#"; + 
s)
 <div id="tx-content">
        <h3>{res*}</h3>
@@ -14,4 +35,4 @@ def hierarchy(s: Any) = new UriRef("http
                }
        </ul>} else {}
        }
-</div>
\ No newline at end of file
+</div>

Modified: 
incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-list-naked.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-list-naked.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-list-naked.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-list-naked.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def curie(s: Any) = new 
UriRef("http://clerezza.apache.org/platform/curieprefix#"; + s)
 
 <div id="tx-content">
@@ -22,4 +43,4 @@ def curie(s: Any) = new UriRef("http://c
                <input type="submit" name="add"/>
        </form>
 
-</div>
\ No newline at end of file
+</div>

Modified: 
incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-naked.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-naked.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-naked.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.curieprefixmanager/core/src/main/resources/org/apache/clerezza/platform/curieprefixmanager/impl/curie-prefix-naked.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def curie(s: Any) = new 
UriRef("http://clerezza.apache.org/platform/curieprefix#"; + s)
 
 <div id="tx-content">
@@ -7,4 +28,4 @@ def curie(s: Any) = new UriRef("http://c
                <input type="text" name="binding" 
value={res/curie("binding")*}/><br/>
                <input type="submit" name="Save"/>
        </form>
-</div>
\ No newline at end of file
+</div>

Modified: 
incubator/clerezza/trunk/parent/platform.language/platform.language.core/src/main/resources/org/apache/clerezza/platform/language/language-list.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.language/platform.language.core/src/main/resources/org/apache/clerezza/platform/language/language-list.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.language/platform.language.core/src/main/resources/org/apache/clerezza/platform/language/language-list.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.language/platform.language.core/src/main/resources/org/apache/clerezza/platform/language/language-list.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 import org.apache.clerezza.rdf.scala.utils.RichGraphNode
 def lingvoj(s: Any) = new UriRef("http://www.lingvoj.org/ontology#"+s)
 def rdfs(s: Any) = new UriRef("http://www.w3.org/2000/01/rdf-schema#"+s)
@@ -26,4 +47,4 @@ val defaultLanguage:Language = new Langu
                        <option 
value={iso1}>{getLabel(defaultLanguage,language)}</option>
                }
        }
-</select>
\ No newline at end of file
+</select>

Modified: 
incubator/clerezza/trunk/parent/platform.logging/core/src/main/resources/org/apache/clerezza/platform/logging/config-page-naked.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.logging/core/src/main/resources/org/apache/clerezza/platform/logging/config-page-naked.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.logging/core/src/main/resources/org/apache/clerezza/platform/logging/config-page-naked.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.logging/core/src/main/resources/org/apache/clerezza/platform/logging/config-page-naked.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def logging(s: Any) = new 
UriRef("http://clerezza.apache.org/2010/12/03/logging#"; + s)
 
 <div id="tx-content">
@@ -8,4 +29,4 @@ def logging(s: Any) = new UriRef("http:/
        <input type="submit" value="Save" />
        </form>
 
-</div>
\ No newline at end of file
+</div>

Modified: 
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/globalmenu-naked.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/globalmenu-naked.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/globalmenu-naked.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/globalmenu-naked.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def menu(s: Any) = new UriRef("http://clerezza.org/2009/11/global-menu#"+s)
 def rdfs(s: Any) = new UriRef("http://www.w3.org/2000/01/rdf-schema#"+s)
 def platform(s: Any) = new UriRef("http://clerezza.org/2009/08/platform#"+s)
@@ -62,4 +83,4 @@ resultDocModifier.addScriptReference("/s
        }
        </ol>
        </div>
-</div>
\ No newline at end of file
+</div>

Modified: 
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/headed-page-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/headed-page-template.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/headed-page-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/headed-page-template.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 resultDocModifier.addStyleSheet("/style/style.css");
 resultDocModifier.addScriptReference("/jquery/jquery-1.3.2.min.js");
 resultDocModifier.addScriptReference("/jquery/jquery.menu.js");

Modified: 
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/rdf-list-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/rdf-list-template.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/rdf-list-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/rdf-list-template.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 <div id="tx-content" class="list">
        {for (entry <- res!!) yield
                <div class="entry">

Modified: 
incubator/clerezza/trunk/parent/platform.testing/src/test/resources/org/apache/clerezza/platform/testing/blackbox/osgi/renderingServiceTest.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.testing/src/test/resources/org/apache/clerezza/platform/testing/blackbox/osgi/renderingServiceTest.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.testing/src/test/resources/org/apache/clerezza/platform/testing/blackbox/osgi/renderingServiceTest.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.testing/src/test/resources/org/apache/clerezza/platform/testing/blackbox/osgi/renderingServiceTest.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 import org.apache.clerezza.platform.testing.blackbox.osgi._
 
-$[SomeContentWebRenderingService].getSomeContent
\ No newline at end of file
+$[SomeContentWebRenderingService].getSomeContent

Modified: 
incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.core/src/main/resources/org/apache/clerezza/platform/typerendering/exception-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.core/src/main/resources/org/apache/clerezza/platform/typerendering/exception-template.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.core/src/main/resources/org/apache/clerezza/platform/typerendering/exception-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.core/src/main/resources/org/apache/clerezza/platform/typerendering/exception-template.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def typerendering(s: Any) = new 
UriRef("http://clerezza.org/2009/04/typerendering#"+s)
 
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">

Modified: 
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/backup-management.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/backup-management.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/backup-management.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/backup-management.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 resultDocModifier.setTitle("Backup and restore");
 
 <div class="tx-content">
@@ -13,4 +34,4 @@ resultDocModifier.setTitle("Backup and r
                        <input type="submit" value="Restore from backup" />
                </form>
        </p>
-</div>
\ No newline at end of file
+</div>

Modified: 
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def gm(s: Any) = new UriRef("http://clerezza.org/2010/03/graph-management#"+s)
 def rdf(s: Any) = new UriRef("http://www.w3.org/1999/02/22-rdf-syntax-ns#"+s)
 def tcp(s: Any) = new UriRef("http://clerezza.org/2009/06/tcprovider#"+s)

Modified: 
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def se(s: Any) = new UriRef("http://clerezza.org/2009/11/sparql-endpoint#"+s)
 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"; lang="en">
        <head>

Modified: 
incubator/clerezza/trunk/parent/tools.offline/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/tools.offline/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp?rev=1200779&r1=1200778&r2=1200779&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/tools.offline/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/tools.offline/src/main/resources/org/apache/clerezza/rdf/web/core/sparql-endpoint.ssp
 Fri Nov 11 08:59:15 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 def se(s: Any) = new UriRef("http://clerezza.org/2009/11/sparql-endpoint#"+s)
 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"; lang="en">
        <head>


Reply via email to