[prev in list] [next in list] [prev in thread] [next in thread] 

List:       turbine-dev
Subject:    svn commit: r264148 [8/10] - in
From:       henning () apache ! org
Date:       2005-08-29 14:26:59
Message-ID: 20050829142920.67617.qmail () minotaur ! apache ! org
[Download RAW message or body]

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/hypersonic-turbine.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/hypersonic-turbine.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/hypersonic-turbine.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/hypersonic-turbine.sql \
Mon Aug 29 07:21:04 2005 @@ -1,6 +1,20 @@
------------------------------------------------------------------------------
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
+
+-- ---------------------------------------------------------------------------
 -- TURBINE_PERMISSION
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 CREATE TABLE TURBINE_PERMISSION
 (
     PERMISSION_ID integer,
@@ -12,9 +26,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_ROLE
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 CREATE TABLE TURBINE_ROLE
 (
     ROLE_ID integer,
@@ -26,9 +40,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_GROUP
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 CREATE TABLE TURBINE_GROUP
 (
     GROUP_ID integer,
@@ -40,9 +54,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_ROLE_PERMISSION
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 CREATE TABLE TURBINE_ROLE_PERMISSION
 (
     ROLE_ID integer,
@@ -52,9 +66,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_USER
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 CREATE TABLE TURBINE_USER
 (
     USER_ID integer,
@@ -74,9 +88,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_USER_GROUP_ROLE
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 CREATE TABLE TURBINE_USER_GROUP_ROLE
 (
     USER_ID integer,
@@ -87,9 +101,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_SCHEDULED_JOB
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 CREATE TABLE TURBINE_SCHEDULED_JOB
 (
     JOB_ID integer,

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-id-table-schema.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-id-table-schema.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-id-table-schema.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-id-table-schema.sql \
Mon Aug 29 07:21:04 2005 @@ -1,6 +1,19 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 /* --------------------------------------------------------------------------
 ID_TABLE
--------------------------------------------------------------------------- */
+-- ------------------------------------------------------------------------ */
 CREATE TABLE ID_TABLE
 (
     "ID_TABLE_ID" INTEGER NOT NULL IDENTITY,

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine-id-table-init.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/sql/interbase-turbine-id-table-init.sql?rev=264148&r1=264147&r2=264148&view=diff \
                ==============================================================================
                
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine-id-table-init.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine-id-table-init.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
     delete from ID_TABLE where id_table_id >= 1;
 
 insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1, \
'TURBINE_PERMISSION', 100, 10);

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine-security.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine-security.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine-security.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine-security.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 # Script to fill the tables with default roles and permissions
 # Currently tested with MySQL, Oracle, Postgres and Hypersonic only.
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/interbase-turbine.sql \
Mon Aug 29 07:21:04 2005 @@ -1,6 +1,19 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 /* --------------------------------------------------------------------------
 TURBINE_PERMISSION
--------------------------------------------------------------------------- */
+-- ------------------------------------------------------------------------ */
 CREATE TABLE TURBINE_PERMISSION
 (
     "PERMISSION_ID" INTEGER NOT NULL,
@@ -14,7 +27,7 @@
 
 /* --------------------------------------------------------------------------
 TURBINE_ROLE
--------------------------------------------------------------------------- */
+-- ------------------------------------------------------------------------ */
 CREATE TABLE TURBINE_ROLE
 (
     "ROLE_ID" INTEGER NOT NULL,
@@ -28,7 +41,7 @@
 
 /* --------------------------------------------------------------------------
 TURBINE_GROUP
--------------------------------------------------------------------------- */
+-- ------------------------------------------------------------------------ */
 CREATE TABLE TURBINE_GROUP
 (
     "GROUP_ID" INTEGER NOT NULL,
@@ -42,7 +55,7 @@
 
 /* --------------------------------------------------------------------------
 TURBINE_ROLE_PERMISSION
--------------------------------------------------------------------------- */
+-- ------------------------------------------------------------------------ */
 CREATE TABLE TURBINE_ROLE_PERMISSION
 (
     "ROLE_ID" INTEGER NOT NULL,
@@ -54,7 +67,7 @@
 
 /* --------------------------------------------------------------------------
 TURBINE_USER
--------------------------------------------------------------------------- */
+-- ------------------------------------------------------------------------ */
 CREATE TABLE TURBINE_USER
 (
     "USER_ID" INTEGER NOT NULL,
@@ -76,7 +89,7 @@
 
 /* --------------------------------------------------------------------------
 TURBINE_USER_GROUP_ROLE
--------------------------------------------------------------------------- */
+-- ------------------------------------------------------------------------ */
 CREATE TABLE TURBINE_USER_GROUP_ROLE
 (
     "USER_ID" INTEGER NOT NULL,
@@ -89,7 +102,7 @@
 
 /* --------------------------------------------------------------------------
 TURBINE_SCHEDULED_JOB
--------------------------------------------------------------------------- */
+-- ------------------------------------------------------------------------ */
 CREATE TABLE TURBINE_SCHEDULED_JOB
 (
     "JOB_ID" INTEGER NOT NULL,

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-id-table-schema.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-id-table-schema.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-id-table-schema.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-id-table-schema.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 # -----------------------------------------------------------------------
 # ID_TABLE
 # -----------------------------------------------------------------------

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine-id-table-init.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine-id-table-init.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine-id-table-init.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine-id-table-init.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
     delete from ID_TABLE where id_table_id >= 1;
 
 insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1, \
'TURBINE_PERMISSION', 100, 10);

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine-security.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine-security.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine-security.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine-security.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 # Script to fill the tables with default roles and permissions
 # Currently tested with MySQL, Oracle, Postgres and Hypersonic only.
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine.sql
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/mysql-turbine.sql Mon \
Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 # -----------------------------------------------------------------------
 # TURBINE_PERMISSION
 # -----------------------------------------------------------------------

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-id-table-schema.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-id-table-schema.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-id-table-schema.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-id-table-schema.sql \
Mon Aug 29 07:21:04 2005 @@ -1,6 +1,20 @@
------------------------------------------------------------------------------
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
+
+-- ---------------------------------------------------------------------------
 -- ID_TABLE
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table ID_TABLE cascade constraints;
 drop sequence ID_TABLE_SEQ;
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine-id-table-init.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine-id-table-init.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine-id-table-init.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine-id-table-init.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
     delete from ID_TABLE where id_table_id >= 1;
 
 insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1, \
'TURBINE_PERMISSION', 100, 10);

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine-security.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine-security.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine-security.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine-security.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 # Script to fill the tables with default roles and permissions
 # Currently tested with MySQL, Oracle, Postgres and Hypersonic only.
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine.sql
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/oracle-turbine.sql Mon \
Aug 29 07:21:04 2005 @@ -1,6 +1,20 @@
------------------------------------------------------------------------------
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
+
+-- ---------------------------------------------------------------------------
 -- TURBINE_PERMISSION
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_PERMISSION cascade constraints;
 
 CREATE TABLE TURBINE_PERMISSION
@@ -19,9 +33,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_ROLE
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_ROLE cascade constraints;
 
 CREATE TABLE TURBINE_ROLE
@@ -40,9 +54,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_GROUP
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_GROUP cascade constraints;
 
 CREATE TABLE TURBINE_GROUP
@@ -61,9 +75,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_ROLE_PERMISSION
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_ROLE_PERMISSION cascade constraints;
 
 CREATE TABLE TURBINE_ROLE_PERMISSION
@@ -90,9 +104,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_USER
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_USER cascade constraints;
 
 CREATE TABLE TURBINE_USER
@@ -119,9 +133,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_USER_GROUP_ROLE
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_USER_GROUP_ROLE cascade constraints;
 
 CREATE TABLE TURBINE_USER_GROUP_ROLE
@@ -154,9 +168,9 @@
 
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_SCHEDULED_JOB
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_SCHEDULED_JOB cascade constraints;
 
 CREATE TABLE TURBINE_SCHEDULED_JOB

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-id-table-schema.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-id-table-schema.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-id-table-schema.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-id-table-schema.sql \
Mon Aug 29 07:21:04 2005 @@ -1,6 +1,20 @@
------------------------------------------------------------------------------
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
+
+-- ---------------------------------------------------------------------------
 -- ID_TABLE
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop sequence ID_TABLE_SEQ;
 drop table ID_TABLE;
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine-id-table-init.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/sql/postgresql-turbine-id-table-init.sql?rev=264148&r1=264147&r2=264148&view=diff \
                ==============================================================================
                
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine-id-table-init.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine-id-table-init.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
     delete from ID_TABLE where id_table_id >= 1;
 
 insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1, \
'TURBINE_PERMISSION', 100, 10);

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine-security.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine-security.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine-security.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine-security.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 # Script to fill the tables with default roles and permissions
 # Currently tested with MySQL, Oracle, Postgres and Hypersonic only.
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/postgresql-turbine.sql \
Mon Aug 29 07:21:04 2005 @@ -1,6 +1,20 @@
------------------------------------------------------------------------------
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
+
+-- ---------------------------------------------------------------------------
 -- TURBINE_PERMISSION
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_PERMISSION;
 
 CREATE TABLE TURBINE_PERMISSION
@@ -13,9 +27,9 @@
 );
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_ROLE
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_ROLE;
 
 CREATE TABLE TURBINE_ROLE
@@ -28,9 +42,9 @@
 );
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_GROUP
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_GROUP;
 
 CREATE TABLE TURBINE_GROUP
@@ -43,9 +57,9 @@
 );
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_ROLE_PERMISSION
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_ROLE_PERMISSION;
 
 CREATE TABLE TURBINE_ROLE_PERMISSION
@@ -58,9 +72,9 @@
 );
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_USER
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_USER;
 
 CREATE TABLE TURBINE_USER
@@ -81,9 +95,9 @@
 );
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_USER_GROUP_ROLE
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_USER_GROUP_ROLE;
 
 CREATE TABLE TURBINE_USER_GROUP_ROLE
@@ -98,9 +112,9 @@
 );
 
 
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 -- TURBINE_SCHEDULED_JOB
------------------------------------------------------------------------------
+-- ---------------------------------------------------------------------------
 drop table TURBINE_SCHEDULED_JOB;
 
 CREATE TABLE TURBINE_SCHEDULED_JOB

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-id-table-schema.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-id-table-schema.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-id-table-schema.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-id-table-schema.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 /* ---------------------------------------------------------------------- */
 /* ID_TABLE                                                      */
 /* ---------------------------------------------------------------------- */

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine-id-table-init.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine-id-table-init.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine-id-table-init.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine-id-table-init.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
     delete from ID_TABLE where id_table_id >= 1;
 insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1, \
'TURBINE_PERMISSION', 100, 10);  insert into ID_TABLE (id_table_id, table_name, \
next_id, quantity) VALUES (2, 'TURBINE_ROLE', 100, 10);

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine-security.sql
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine-security.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine-security.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine-security.sql \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 # Script to fill the tables with default roles and permissions
 # Currently tested with MySQL, Oracle, Postgres and Hypersonic only.
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine.sql
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/sql/sybase-turbine.sql Mon \
Aug 29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 /* ---------------------------------------------------------------------- */
 /* TURBINE_PERMISSION                                                      */
 /* ---------------------------------------------------------------------- */

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/layouts/ExistPageWithLayout.vm
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/templates/test/layouts/ExistPageWithLayout.vm?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/layouts/ExistPageWithLayout.vm \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/layouts/ExistPageWithLayout.vm \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed 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 Velocity Page used for the Template Service
 ## tests.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/layouts/existing/ExistSublevelPageWithLayout.vm
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/templates/test/layouts/existing/ExistSublevelPageWithLayout.vm?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/layouts/existing/ExistSublevelPageWithLayout.vm \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/layouts/existing/ExistSublevelPageWithLayout.vm \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed 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 Velocity Page used for the Template Service
 ## tests

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/ExistPage.vm
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/ExistPage.vm?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/ExistPage.vm \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/ExistPage.vm \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed 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 Velocity Page used for the Template Service
 ## tests

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/ExistPageWithLayout.vm
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/templates/test/screens/ExistPageWithLayout.vm?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/ExistPageWithLayout.vm \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/ExistPageWithLayout.vm \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed 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 Velocity Page used for the Template Service
 ## tests

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/existing/ExistPageWithLayout.vm
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/templates/test/screens/existing/ExistPageWithLayout.vm?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/existing/ExistPageWithLayout.vm \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/existing/ExistPageWithLayout.vm \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed 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 Velocity Page used for the Template Service
 ## tests

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/existing/ExistSublevelPageWithLayout.vm
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/templates/test/screens/existing/ExistSublevelPageWithLayout.vm?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/existing/ExistSublevelPageWithLayout.vm \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/existing/ExistSublevelPageWithLayout.vm \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed 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 Velocity Page used for the Template Service
 ## tests

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/existing/Page.vm
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/templates/test/screens/existing/Page.vm?rev=264148&r1=264147&r2=264148&view=diff \
                ==============================================================================
                
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/existing/Page.vm \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/templates/test/screens/existing/Page.vm \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed 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 Velocity Page used for the Template Service
 ## tests

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/modules/screens/ErrorTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test-cactus/org/apache/turbine/modules/screens/ErrorTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/modules/screens/ErrorTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/modules/screens/ErrorTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.screens;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/om/security/TurbineUserTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test-cactus/org/apache/turbine/om/security/TurbineUserTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/om/security/TurbineUserTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/om/security/TurbineUserTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.om.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/services/cache/TurbineCacheTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test-cactus/org/apache/turbine/services/cache/TurbineCacheTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/services/cache/TurbineCacheTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/services/cache/TurbineCacheTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,6 +1,7 @@
 package org.apache.turbine.services.cache;
+
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.
@@ -15,7 +16,6 @@
  * limitations under the License.
  */
 
-// Cactus and Junit imports
 import junit.awtui.TestRunner;
 import junit.framework.Test;
 import junit.framework.TestSuite;

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/util/parser/BaseValueParserTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test-cactus/org/apache/turbine/util/parser/BaseValueParserTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/util/parser/BaseValueParserTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/util/parser/BaseValueParserTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.util.parser;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/util/parser/CSVParserTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test-cactus/org/apache/turbine/util/parser/CSVParserTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/util/parser/CSVParserTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/util/parser/CSVParserTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.util.parser;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/util/parser/TSVParserTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test-cactus/org/apache/turbine/util/parser/TSVParserTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/util/parser/TSVParserTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/org/apache/turbine/util/parser/TSVParserTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.util.parser;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed 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.
+
 # -------------------------------------------------------------------
 # $Id$
 #
@@ -290,7 +304,7 @@
 services.LocalizationService.classname=org.apache.turbine.services.localization.TurbineLocalizationService
  services.MimeTypeService.classname=org.apache.turbine.services.mimetype.TurbineMimeTypeService
  services.GlobalCacheService.classname=org.apache.turbine.services.cache.TurbineGlobalCacheService
                
-#services.SchedulerService.classname=org.apache.turbine.services.schedule.TurbineSchedulerService
 +# services.SchedulerService.classname=org.apache.turbine.services.schedule.TurbineSchedulerService
  services.UniqueIdService.classname=org.apache.turbine.services.uniqueid.TurbineUniqueIdService
  services.UploadService.classname=org.apache.turbine.services.upload.TurbineUploadService
  services.SecurityService.classname=org.apache.turbine.services.security.db.DBSecurityService
 @@ -434,7 +448,7 @@
 tool.request.link=org.apache.turbine.service.pull.tools.TemplateLink
 tool.request.page=org.apache.turbine.util.template.HtmlPageAttributes
 tool.request.content=org.apache.turbine.service.pull.tools.ContentTool
-#tool.request.l10n=org.apache.turbine.services.localization.LocalizationTool
+# tool.request.l10n=org.apache.turbine.services.localization.LocalizationTool
 
 
 # -------------------------------------------------------------------
@@ -458,7 +472,7 @@
 services.VelocityService.default.layout.template = /Default.vm
 
 services.VelocityService.runtime.log=/logs/velocity.log
-#services.VelocityService.input.encoding=UTF-8
+# services.VelocityService.input.encoding=UTF-8
 services.VelocityService.velocimacro.library = GlobalMacros.vm
 
 services.VelocityService.resource.loader = file
@@ -549,7 +563,7 @@
 # the Apache Server, i.e.
 # <mimetype> <ext1> <ext2>...
 #
-#services.MimeTypeService.mime.types=/WEB-INF/conf/mime.types
+# services.MimeTypeService.mime.types=/WEB-INF/conf/mime.types
 
 # This property specifies a file containing mappings between locales
 # and the corresponding character encodings. The service itself
@@ -557,7 +571,7 @@
 # The file should use the Java property file syntax, i.e.
 # <lang_country_variant>=<charset>
 #
-#services.MimeTypeService.charsets=/WEB-INF/conf/charset.properties
+# services.MimeTypeService.charsets=/WEB-INF/conf/charset.properties
 
 # -------------------------------------------------------------------
 #
@@ -697,15 +711,15 @@
 
 # Configuration for the LDAP Security Service implementation
 
-#services.SecurityService.ldap.security.athentication=simple
-#services.SecurityService.ldap.port=<LDAP PORT>
-#services.SecurityService.ldap.host=<LDAP HOST>
-#services.SecurityService.ldap.admin.username=<ADMIN USERNAME>
-#services.SecurityService.ldap.admin.password=<ADMIN PASSWORD>
-#services.SecurityService.ldap.user.basesearch=<SEARCH PATTERN>
-#services.SecurityService.ldap.user.search.filter=<SEARCH FILTER>
-#services.SecurityService.ldap.dn.attribute=userPrincipalName
-#services.SecurityService.ldap.provider=com.sun.jndi.ldap.LdapCtxFactory
+# services.SecurityService.ldap.security.athentication=simple
+# services.SecurityService.ldap.port=<LDAP PORT>
+# services.SecurityService.ldap.host=<LDAP HOST>
+# services.SecurityService.ldap.admin.username=<ADMIN USERNAME>
+# services.SecurityService.ldap.admin.password=<ADMIN PASSWORD>
+# services.SecurityService.ldap.user.basesearch=<SEARCH PATTERN>
+# services.SecurityService.ldap.user.search.filter=<SEARCH FILTER>
+# services.SecurityService.ldap.dn.attribute=userPrincipalName
+# services.SecurityService.ldap.provider=com.sun.jndi.ldap.LdapCtxFactory
 
 #
 # This property specifies the type of security authentication
@@ -832,7 +846,7 @@
 #
 # Default: 127.0.0.1
 
-#services.XmlRpcService.address=127.0.0.1
+# services.XmlRpcService.address=127.0.0.1
 
 # This property specifies which TCP port the web server part of
 # XmlRpc should listen on (if it is active).
@@ -855,8 +869,8 @@
 #
 # Default: no classes are specified by default
 
-#services.XmlRpcService.handler.$default=java.util.Hashtable
-#services.XmlRpcService.handler.stringhandler=java.lang.String
+# services.XmlRpcService.handler.$default=java.util.Hashtable
+# services.XmlRpcService.handler.stringhandler=java.lang.String
 
 # The following properties allow the transfer of data between
 # separate Turbine applications running on different servers.
@@ -915,7 +929,7 @@
 
 # Class specific capacities used instead of the default if specified.
 #
-#services.PoolService.pool.capacity.org.apache.turbine.services.rundata.DefaultTurbineRunData=512
 +# services.PoolService.pool.capacity.org.apache.turbine.services.rundata.DefaultTurbineRunData=512
  
 # -------------------------------------------------------------------
 #
@@ -927,7 +941,7 @@
 #
 # Example: org.foo.bar.MyClassLoader, org.ack.joe.YourClassLoader
 #
-#services.FactoryService.class.loaders=
+# services.FactoryService.class.loaders=
 
 # Customized factories to be used instead of the default factory.
 # E.g. to instantiate XML parsers, SSL sockets, etc., which require
@@ -943,11 +957,11 @@
 # services.FactoryService.factory.javax.xml.parsers.SAXParser=org.foo.xml.SaxParserFactory
  # services.FactoryService.factory.java.net.ServerSocket=org.foo.net.SslServerSocketFactory
  
-#--------------------------------------------------------------------
+# --------------------------------------------------------------------
 #
 # X S L T  S E R V I C E
 #
-#--------------------------------------------------------------------
+# --------------------------------------------------------------------
 
 services.XSLTService.path = /path/to/stylesheets
 services.XSLTService.cache = false
@@ -977,11 +991,11 @@
 #
 services.IntakeService.serialize.path=WEB-INF/appData.ser
 
-#--------------------------------------------------------------------
+# --------------------------------------------------------------------
 #
 # P A R A M E T E R  P A R S E R
 #
-#--------------------------------------------------------------------
+# --------------------------------------------------------------------
 #
 # This variable controls the case folding applied to URL variable
 # names.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/log4j.properties
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test-cactus/testapp/WEB-INF/conf/log4j.properties?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/log4j.properties \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/log4j.properties \
Mon Aug 29 07:21:04 2005 @@ -1 +1,14 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed 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.
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/web.xml
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/web.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/web.xml \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/web.xml \
Mon Aug 29 07:21:04 2005 @@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 
 <!DOCTYPE web-app
     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/componentConfiguration.xml
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/componentConfiguration.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/componentConfiguration.xml \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/componentConfiguration.xml \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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 for Avalon components is used for testing the \
TestComponent -->  <componentConfig>
     <test/>

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/componentRoles.xml
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/componentRoles.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/componentRoles.xml \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/componentRoles.xml Mon \
Aug 29 07:21:04 2005 @@ -1,3 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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 for Avalon components is used for testing the \
TestComponent -->  <role-list>
     <role

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/ConfigurationTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/ConfigurationTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/ConfigurationTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/ConfigurationTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/DestroyTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/DestroyTest.java?rev=264148&r1=264147&r2=264148&view=diff \
                ==============================================================================
                
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/DestroyTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/DestroyTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/TestTurbine.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/TestTurbine.java?rev=264148&r1=264147&r2=264148&view=diff \
                ==============================================================================
                
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/TestTurbine.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/TestTurbine.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/TorqueLoadTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/TorqueLoadTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/TorqueLoadTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/TorqueLoadTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/TurbineConfigTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/TurbineConfigTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/TurbineConfigTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/TurbineConfigTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/modules/GenericLoaderTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/modules/GenericLoaderTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/modules/GenericLoaderTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/modules/GenericLoaderTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/modules/scheduledjob/SimpleJob.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/modules/scheduledjob/SimpleJob.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/modules/scheduledjob/SimpleJob.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/modules/scheduledjob/SimpleJob.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.scheduledjob;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/avaloncomponent/TurbineAvalonComponentServiceTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/avaloncomponent/TurbineAvalonComponentServiceTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/avaloncomponent/TurbineAvalonComponentServiceTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/avaloncomponent/TurbineAvalonComponentServiceTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.avaloncomponent;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/crypto/CryptoDefaultTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/crypto/CryptoDefaultTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/crypto/CryptoDefaultTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/crypto/CryptoDefaultTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.crypto;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/crypto/CryptoTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/crypto/CryptoTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/crypto/CryptoTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/crypto/CryptoTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.crypto;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/pull/util/DateFormatterTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/pull/util/DateFormatterTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/pull/util/DateFormatterTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/pull/util/DateFormatterTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.pull.util;
 
 /*
- * Copyright 2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/schedule/JobEntryTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/schedule/JobEntryTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/schedule/JobEntryTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/schedule/JobEntryTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.schedule;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/schedule/TurbineNonPersistentSchedulerServiceTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/schedule/TurbineNonPersistentSchedulerServiceTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/schedule/TurbineNonPersistentSchedulerServiceTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/schedule/TurbineNonPersistentSchedulerServiceTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.schedule;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/AccessControlListTest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/security/AccessControlListTest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/AccessControlListTest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/AccessControlListTest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurity.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/security/TestSecurity.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurity.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurity.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityACL.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/security/TestSecurityACL.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityACL.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityACL.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityGroup.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/security/TestSecurityGroup.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityGroup.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityGroup.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityPermission.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/security/TestSecurityPermission.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityPermission.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityPermission.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityRole.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/security/TestSecurityRole.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityRole.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityRole.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityUser.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/security/TestSecurityUser.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityUser.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityUser.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityUserManager.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/security/TestSecurityUserManager.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityUserManager.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/TestSecurityUserManager.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/torque/TestTorqueSecurity.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/test/org/apache/turbine/services/security/torque/TestTorqueSecurity.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/torque/TestTorqueSecurity.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test/org/apache/turbine/services/security/torque/TestTorqueSecurity.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.services.security.torque;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic