Author: metskem
Date: Sun Jun  7 18:30:40 2009
New Revision: 782420

URL: http://svn.apache.org/viewvc?rev=782420&view=rev
Log:
3.0.0-svn-127 JSPWIKI-545 fixed some more RAT issues

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/KEYS
    incubator/jspwiki/trunk/README
    incubator/jspwiki/trunk/ReleaseNotes
    incubator/jspwiki/trunk/UPGRADING
    incubator/jspwiki/trunk/build.bat
    incubator/jspwiki/trunk/build.properties
    incubator/jspwiki/trunk/build.properties.win
    incubator/jspwiki/trunk/build.sh
    incubator/jspwiki/trunk/doc/2.8 Auth Changes
    incubator/jspwiki/trunk/doc/Compiling.txt
    incubator/jspwiki/trunk/doc/README - JCR Changes.txt
    incubator/jspwiki/trunk/doc/README - Stripes Migration
    incubator/jspwiki/trunk/doc/Stripes R3 Notes
    incubator/jspwiki/trunk/doc/Translating.txt
    incubator/jspwiki/trunk/doc/eclipse/eclipse-jalkanen-codestyle.xml
    incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml
    incubator/jspwiki/trunk/etc/db/hsql/server.properties
    incubator/jspwiki/trunk/etc/db/hsql/userdb-setup.ddl
    incubator/jspwiki/trunk/etc/db/hsql/userdb-teardown.ddl
    incubator/jspwiki/trunk/etc/db/postgresql/userdb-setup.ddl
    incubator/jspwiki/trunk/etc/db/postgresql/userdb-teardown.ddl
    incubator/jspwiki/trunk/etc/priha.properties
    incubator/jspwiki/trunk/install.sh
    incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java
    incubator/jspwiki/trunk/tests/etc/dependencyfindertasks.properties
    incubator/jspwiki/trunk/tests/etc/groupdatabase.xml.tmpl
    incubator/jspwiki/trunk/tests/etc/jspwiki.properties.tmpl
    incubator/jspwiki/trunk/tests/etc/jspwiki_rcs.properties.tmpl
    incubator/jspwiki/trunk/tests/etc/jspwiki_vers.properties.tmpl
    incubator/jspwiki/trunk/tests/etc/log4j.properties
    incubator/jspwiki/trunk/tests/etc/priha.properties
    incubator/jspwiki/trunk/tests/etc/test.properties
    incubator/jspwiki/trunk/tests/etc/userdatabase.xml.tmpl

Modified: incubator/jspwiki/trunk/ChangeLog
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Sun Jun  7 18:30:40 2009
@@ -1,3 +1,9 @@
+2009-06-07 Harry Metske <[email protected]>
+
+        * 3.0.0-svn-127
+        
+        * JSPWIKI-545: Fixed a number of RAT issues (2), more needed still.
+        
 2009-06-07 Janne Jalkanen <[email protected]>
 
         * 3.0.0-svn-126

Modified: incubator/jspwiki/trunk/KEYS
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/KEYS?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/KEYS (original)
+++ incubator/jspwiki/trunk/KEYS Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 This file contains the PGP keys of various developers.
 
 Users: pgp < KEYS

Modified: incubator/jspwiki/trunk/README
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/README?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/README (original)
+++ incubator/jspwiki/trunk/README Sun Jun  7 18:30:40 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 
 
                         JSPWiki documentation

Modified: incubator/jspwiki/trunk/ReleaseNotes
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ReleaseNotes?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ReleaseNotes (original)
+++ incubator/jspwiki/trunk/ReleaseNotes Sun Jun  7 18:30:40 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 
 Welcome to the stable version of JSPWiki 3.0!
 

Modified: incubator/jspwiki/trunk/UPGRADING
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/UPGRADING?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/UPGRADING (original)
+++ incubator/jspwiki/trunk/UPGRADING Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 Upgrading JSPWiki to 2.8
 ------------------------
 

Modified: incubator/jspwiki/trunk/build.bat
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.bat?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.bat (original)
+++ incubator/jspwiki/trunk/build.bat Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 @echo off
 
 REM A simple build script

Modified: incubator/jspwiki/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.properties?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.properties (original)
+++ incubator/jspwiki/trunk/build.properties Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+#
 #
 #  This file contains defaults for development.  If you are cross-
 #  developing in multiple environments, just change the defaults

Modified: incubator/jspwiki/trunk/build.properties.win
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.properties.win?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.properties.win (original)
+++ incubator/jspwiki/trunk/build.properties.win Sun Jun  7 18:30:40 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 #
 #  This file contains defaults for development.  If you are cross-
 #  developing in multiple environments, just change the defaults

Modified: incubator/jspwiki/trunk/build.sh
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.sh?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.sh (original)
+++ incubator/jspwiki/trunk/build.sh Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 #!/bin/sh
 
 ant -Dbuild.properties=build.properties -find

Modified: incubator/jspwiki/trunk/doc/2.8 Auth Changes
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/2.8%20Auth%20Changes?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/2.8 Auth Changes (original)
+++ incubator/jspwiki/trunk/doc/2.8 Auth Changes Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 Authentication Login changes
 ----------------------------
 

Modified: incubator/jspwiki/trunk/doc/Compiling.txt
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/Compiling.txt?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/Compiling.txt (original)
+++ incubator/jspwiki/trunk/doc/Compiling.txt Sun Jun  7 18:30:40 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 
 Since you have the source, you'll probably want to know how to compile it. 
 

Modified: incubator/jspwiki/trunk/doc/README - JCR Changes.txt
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/README%20-%20JCR%20Changes.txt?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/README - JCR Changes.txt (original)
+++ incubator/jspwiki/trunk/doc/README - JCR Changes.txt Sun Jun  7 18:30:40 
2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 JSPWiki 3 contains an all-new backend based on the JSR-170 specification.
 This document details the changes that this API will cause on the developers.
 

Modified: incubator/jspwiki/trunk/doc/README - Stripes Migration
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/README%20-%20Stripes%20Migration?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/README - Stripes Migration (original)
+++ incubator/jspwiki/trunk/doc/README - Stripes Migration Sun Jun  7 18:30:40 
2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 MIGRATION GUIDE FOR JSP DEVELOPERS
 ==================================
 

Modified: incubator/jspwiki/trunk/doc/Stripes R3 Notes
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/Stripes%20R3%20Notes?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/Stripes R3 Notes (original)
+++ incubator/jspwiki/trunk/doc/Stripes R3 Notes Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 1. WikiContext changes to an interface. This means that:
    a. WikiContext can no longer be instantiated directly
    b. WikiContext.setLocale() does not work

Modified: incubator/jspwiki/trunk/doc/Translating.txt
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/Translating.txt?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/Translating.txt (original)
+++ incubator/jspwiki/trunk/doc/Translating.txt Sun Jun  7 18:30:40 2009
@@ -1,8 +1,31 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 
 How to translate JSPWiki to your language and get away with it?
 ===============================================================
 
-JSPWiki translations are in three files, all located in the etc/i18n directory.
+JSPWiki translations are in three files, all located in the 
+src/WebContent/WEB-INF/classes directory.
+
 The files are:
 
 * CoreResources.properties - this is the main file for JSPWiki core components

Modified: incubator/jspwiki/trunk/doc/eclipse/eclipse-jalkanen-codestyle.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/eclipse/eclipse-jalkanen-codestyle.xml?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/eclipse/eclipse-jalkanen-codestyle.xml 
(original)
+++ incubator/jspwiki/trunk/doc/eclipse/eclipse-jalkanen-codestyle.xml Sun Jun  
7 18:30:40 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--JSPWiki - a JSP-based WikiWiki clone.
+
+    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.  -->
 <profiles version="8">
 <profile name="Janne's coding conventions" version="8">
 <setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" 
value="false"/>

Modified: incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml (original)
+++ incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml Sun Jun  7 
18:30:40 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--JSPWiki - a JSP-based WikiWiki clone.
+
+    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.  -->
 <!--
     This configuration file was written by the eclipse-cs plugin configuration 
editor
 -->

Modified: incubator/jspwiki/trunk/etc/db/hsql/server.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/db/hsql/server.properties?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/db/hsql/server.properties (original)
+++ incubator/jspwiki/trunk/etc/db/hsql/server.properties Sun Jun  7 18:30:40 
2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 server.port=9001
 server.database.0=file:jspwiki
 server.dbname.0=jspwiki

Modified: incubator/jspwiki/trunk/etc/db/hsql/userdb-setup.ddl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/db/hsql/userdb-setup.ddl?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/db/hsql/userdb-setup.ddl (original)
+++ incubator/jspwiki/trunk/etc/db/hsql/userdb-setup.ddl Sun Jun  7 18:30:40 
2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 drop table @jspwiki.userdatabase.table@ if exists;
 drop table @jspwiki.userdatabase.roleTable@ if exists;
 drop table @jspwiki.groupdatabase.table@ if exists;

Modified: incubator/jspwiki/trunk/etc/db/hsql/userdb-teardown.ddl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/db/hsql/userdb-teardown.ddl?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/db/hsql/userdb-teardown.ddl (original)
+++ incubator/jspwiki/trunk/etc/db/hsql/userdb-teardown.ddl Sun Jun  7 18:30:40 
2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 drop table @jspwiki.userdatabase.table@ if exists;
 drop table @jspwiki.userdatabase.roleTable@ if exists;
 drop table @jspwiki.groupdatabase.table@ if exists;

Modified: incubator/jspwiki/trunk/etc/db/postgresql/userdb-setup.ddl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/db/postgresql/userdb-setup.ddl?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/db/postgresql/userdb-setup.ddl (original)
+++ incubator/jspwiki/trunk/etc/db/postgresql/userdb-setup.ddl Sun Jun  7 
18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 drop table @jspwiki.userdatabase.table@;
 drop table @jspwiki.userdatabase.roleTable@;
 drop table @jspwiki.groupdatabase.table@;

Modified: incubator/jspwiki/trunk/etc/db/postgresql/userdb-teardown.ddl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/db/postgresql/userdb-teardown.ddl?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/db/postgresql/userdb-teardown.ddl (original)
+++ incubator/jspwiki/trunk/etc/db/postgresql/userdb-teardown.ddl Sun Jun  7 
18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 drop table @jspwiki.userdatabase.table@;
 drop table @jspwiki.userdatabase.roleTable@;
 drop table @jspwiki.groupdatabase.table@;

Modified: incubator/jspwiki/trunk/etc/priha.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/priha.properties?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/priha.properties (original)
+++ incubator/jspwiki/trunk/etc/priha.properties Sun Jun  7 18:30:40 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 #
 #  File to give a test configuration for Priha.
 #

Modified: incubator/jspwiki/trunk/install.sh
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/install.sh?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/install.sh (original)
+++ incubator/jspwiki/trunk/install.sh Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 #!/bin/sh
 #
 #  A very simple installer script which restarts tomcat as well.

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java Sun Jun  7 
18:30:40 2009
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "126";
+    public static final String     BUILD         = "127";
     
     /**
      *  This is the generic version string you should use

Modified: incubator/jspwiki/trunk/tests/etc/dependencyfindertasks.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/dependencyfindertasks.properties?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/dependencyfindertasks.properties 
(original)
+++ incubator/jspwiki/trunk/tests/etc/dependencyfindertasks.properties Sun Jun  
7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+
 classmetrics=com.jeantessier.dependencyfinder.ant.ClassMetrics
 dependencycycles=com.jeantessier.dependencyfinder.ant.DependencyCycles
 dependencyclosure=com.jeantessier.dependencyfinder.ant.DependencyClosure

Modified: incubator/jspwiki/trunk/tests/etc/groupdatabase.xml.tmpl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/groupdatabase.xml.tmpl?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/groupdatabase.xml.tmpl (original)
+++ incubator/jspwiki/trunk/tests/etc/groupdatabase.xml.tmpl Sun Jun  7 
18:30:40 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--JSPWiki - a JSP-based WikiWiki clone.
+
+    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.  -->
 <groups>
   <group name="TV" created="2006.06.20 at 14:50:54:000 EDT" modifier="" 
lastModified="2006.01.21 at 14:50:54:000 EST">
     <member principal="Archie Bunker" />

Modified: incubator/jspwiki/trunk/tests/etc/jspwiki.properties.tmpl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/jspwiki.properties.tmpl?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/jspwiki.properties.tmpl (original)
+++ incubator/jspwiki/trunk/tests/etc/jspwiki.properties.tmpl Sun Jun  7 
18:30:40 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 #
 #  Property file for tests.
 #

Modified: incubator/jspwiki/trunk/tests/etc/jspwiki_rcs.properties.tmpl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/jspwiki_rcs.properties.tmpl?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/jspwiki_rcs.properties.tmpl (original)
+++ incubator/jspwiki/trunk/tests/etc/jspwiki_rcs.properties.tmpl Sun Jun  7 
18:30:40 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 #
 #  Property file for tests.
 #

Modified: incubator/jspwiki/trunk/tests/etc/jspwiki_vers.properties.tmpl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/jspwiki_vers.properties.tmpl?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/jspwiki_vers.properties.tmpl (original)
+++ incubator/jspwiki/trunk/tests/etc/jspwiki_vers.properties.tmpl Sun Jun  7 
18:30:40 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 #
 #  Property file for tests.
 #

Modified: incubator/jspwiki/trunk/tests/etc/log4j.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/log4j.properties?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/log4j.properties (original)
+++ incubator/jspwiki/trunk/tests/etc/log4j.properties Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+#
 # Default DEBUG logging for all web unit tests
 
 #  Log everything into a file, roll it over every 10 MB, keep

Modified: incubator/jspwiki/trunk/tests/etc/priha.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/priha.properties?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/priha.properties (original)
+++ incubator/jspwiki/trunk/tests/etc/priha.properties Sun Jun  7 18:30:40 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
 #
 #  File to give a test configuration for Priha.
 #

Modified: incubator/jspwiki/trunk/tests/etc/test.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/test.properties?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/test.properties (original)
+++ incubator/jspwiki/trunk/tests/etc/test.properties Sun Jun  7 18:30:40 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    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.  
+#
+############################################################################
+#
 # This is a sample properties file with comments
 testProp1=Foo
 

Modified: incubator/jspwiki/trunk/tests/etc/userdatabase.xml.tmpl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/userdatabase.xml.tmpl?rev=782420&r1=782419&r2=782420&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/userdatabase.xml.tmpl (original)
+++ incubator/jspwiki/trunk/tests/etc/userdatabase.xml.tmpl Sun Jun  7 18:30:40 
2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?><users>
+<!--JSPWiki - a JSP-based WikiWiki clone.
+
+    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.  -->
   <user uid="-7739839977499061014" email="[email protected]" fullName="Janne 
Jalkanen" loginName="janne" 
password="{SSHA}1WFv9OV11pD5IySgVH3sFa2VlCyYjbLrcVT/qw==" 
wikiName="JanneJalkanen" created="2006.06.25 at 14:50:54:000 EDT" 
lastModified="2006.01.26 at 14:50:54:000 EST">
     
<attributes>rO0ABXNyABFqYXZhLnV0aWwuSGFzaE1hcAUH2sHDFmDRAwACRgAKbG9hZEZhY3RvckkACXRocmVzaG9sZHhwP0AAAAAAAAx3CAAAABAAAAACdAAKYXR0cmlidXRlMXQAEXNvbWUgcmFuZG9tIHZhbHVldAAKYXR0cmlidXRlMnQADWFub3RoZXIgdmFsdWV4</attributes>
   </user>


Reply via email to