Author: reto
Date: Fri Nov 11 10:52:55 2011
New Revision: 1200810

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

Modified:
    
incubator/clerezza/trunk/parent/platform.dashboard.webinterface/src/main/resources/org/apache/clerezza/platform/dashboard/webinterface/dashboard-template.ssp
    
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-execution-uri-list.xhtml
    
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-information.xhtml
    
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-list.xhtml
    
incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login.ssp
    
incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login_naked.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-property-template.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-user-template.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-property-template.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-user-infos-template.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/reset.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-overview-template.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-permission-template.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/update-user-template.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-overview-template.ssp
    
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-permission-template.ssp

Modified: 
incubator/clerezza/trunk/parent/platform.dashboard.webinterface/src/main/resources/org/apache/clerezza/platform/dashboard/webinterface/dashboard-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.dashboard.webinterface/src/main/resources/org/apache/clerezza/platform/dashboard/webinterface/dashboard-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.dashboard.webinterface/src/main/resources/org/apache/clerezza/platform/dashboard/webinterface/dashboard-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.dashboard.webinterface/src/main/resources/org/apache/clerezza/platform/dashboard/webinterface/dashboard-template.ssp
 Fri Nov 11 10:52:55 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("Dashboard");
 resultDocModifier.addNodes2Elem("tx-module", <h1>Dashboard</h1>);
 

Modified: 
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-execution-uri-list.xhtml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-execution-uri-list.xhtml?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-execution-uri-list.xhtml
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-execution-uri-list.xhtml
 Fri Nov 11 10:52:55 2011
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ 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.
+
+-->
+
 ${ns:sma=http://clerezza.org/2009/07/scriptmanager#}
 <table>
        <thead>

Modified: 
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-information.xhtml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-information.xhtml?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-information.xhtml
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-information.xhtml
 Fri Nov 11 10:52:55 2011
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ 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.
+
+-->
+
                ${ns:script=http://clerezza.org/2009/07/script#}
                ${ns:sma=http://clerezza.org/2009/07/scriptmanager#}
                ${ns:dct=http://purl.org/dc/terms/}
@@ -67,4 +89,4 @@
                                        </td>
                                </tr>
                        </table>
-               </form>
\ No newline at end of file
+               </form>

Modified: 
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-list.xhtml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-list.xhtml?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-list.xhtml
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.scripting.scriptmanager/src/main/resources/org/apache/clerezza/platform/scripting/scriptmanager/scriptmanager-script-list.xhtml
 Fri Nov 11 10:52:55 2011
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ 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.
+
+-->
+
 ${ns:dct=http://purl.org/dc/terms/}
 <ol>
        <li class="tx-open" id="scripts"><a href="#">Available Scripts</a>
@@ -7,4 +29,4 @@ ${ns:dct=http://purl.org/dc/terms/}
                ${/loop}
                </ol>
        </li>
-</ol>
\ No newline at end of file
+</ol>

Modified: 
incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login.ssp
 Fri Nov 11 10:52:55 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 login(s: Any) = new UriRef("http://clerezza.org/2009/07/login#"+s);
 
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">

Modified: 
incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login_naked.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login_naked.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login_naked.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.security.auth.cookie/src/main/resources/org/apache/clerezza/platform/security/auth/cookie/login_naked.ssp
 Fri Nov 11 10:52:55 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 login(s: Any) = new UriRef("http://clerezza.org/2009/07/login#"+s);
 
 
@@ -18,4 +39,4 @@ resultDocModifier.addScriptReference("/l
                </ol>
                <input type="hidden" id="referer" name="referer" 
value={res/login("refererUri")*} />
        </fieldset>
-</form>
\ No newline at end of file
+</form>

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-property-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-property-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-property-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-property-template.ssp
 Fri Nov 11 10:52:55 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 umr(s: Any) = new UriRef("http://clerezza.org/2009/05/usermanager#"; + s)
 
 resultDocModifier.setTitle("Users");
@@ -118,4 +139,4 @@ resultDocModifier.addNodes2Elem("tx-cont
                                </form>
             </div>
             </div>
-        </div>
\ No newline at end of file
+        </div>

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-user-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-user-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-user-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/add-user-template.ssp
 Fri Nov 11 10:52:55 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 permission(s: Any) = new UriRef("http://clerezza.org/2008/10/permission#"; 
+ s)
 def umr(s: Any) = new UriRef("http://clerezza.org/2009/05/usermanager#"; + s)
 def platform(s: Any) = new UriRef("http://clerezza.org/2009/08/platform#"; + s)

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-property-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-property-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-property-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-property-template.ssp
 Fri Nov 11 10:52:55 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 umr(s: Any) = new UriRef("http://clerezza.org/2009/05/usermanager#"; + s)
 def cp(s: Any) = new UriRef("http://clerezza.org/2009/06/custompropery#"; + s)
 def dc(s: Any) = new UriRef("http://purl.org/dc/elements/1.1/"; + s)

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-user-infos-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-user-infos-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-user-infos-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/custom-user-infos-template.ssp
 Fri Nov 11 10:52:55 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 umr(s: Any) = new UriRef("http://clerezza.org/2009/05/usermanager#"; + s)
 def cp(s: Any) = new UriRef("http://clerezza.org/2009/06/custompropery#"; + s)
 

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/reset.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/reset.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/reset.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/reset.ssp
 Fri Nov 11 10:52:55 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.
+ *
+*/
+
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <title>Password Reset</title>

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-overview-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-overview-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-overview-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-overview-template.ssp
 Fri Nov 11 10:52:55 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 permission(s: Any) = new UriRef("http://clerezza.org/2008/10/permission#"; 
+ s)
 def umr(s: Any) = new UriRef("http://clerezza.org/2009/05/usermanager#"; + s)
 def dc(s: Any) = new UriRef("http://purl.org/dc/elements/1.1/"; + s)

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-permission-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-permission-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-permission-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/role-permission-template.ssp
 Fri Nov 11 10:52:55 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 dc(s: Any) = new UriRef("http://purl.org/dc/elements/1.1/"; + s)
 def permission(s: Any) = new UriRef("http://clerezza.org/2008/10/permission#"; 
+ s)
 def umr(s: Any) = new UriRef("http://clerezza.org/2009/05/usermanager#"; + s)
@@ -129,4 +150,4 @@ for (perm <- (res/umr("role")/permission
                        <br/>
                        </div>
         </div>
-       </div>
\ No newline at end of file
+       </div>

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/update-user-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/update-user-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/update-user-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/update-user-template.ssp
 Fri Nov 11 10:52:55 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 foaf(s: Any) = new UriRef("http://xmlns.com/foaf/0.1/"; + s)
 def osgi(s: Any) = new UriRef("http://clerezza.org/2008/11/osgi#"; + s)
 def permission(s: Any) = new UriRef("http://clerezza.org/2008/10/permission#"; 
+ s)

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-overview-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-overview-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-overview-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-overview-template.ssp
 Fri Nov 11 10:52:55 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 foaf(s: Any) = new UriRef("http://xmlns.com/foaf/0.1/"; + s)
 import java.net._
 
@@ -99,4 +120,4 @@ resultDocModifier.addNodes2Elem("tx-cont
                <div></div>
        }}
        </div>
-</div>
\ No newline at end of file
+</div>

Modified: 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-permission-template.ssp
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-permission-template.ssp?rev=1200810&r1=1200809&r2=1200810&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-permission-template.ssp
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/user-permission-template.ssp
 Fri Nov 11 10:52:55 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 permission(s: Any) = new UriRef("http://clerezza.org/2008/10/permission#"; 
+ s)
 def umr(s: Any) = new UriRef("http://clerezza.org/2009/05/usermanager#"; + s)
 def platform(s: Any) = new UriRef("http://clerezza.org/2009/08/platform#"; + s)


Reply via email to