Author: antonio
Date: Tue Dec 28 02:06:34 2004
New Revision: 123488

URL: http://svn.apache.org/viewcvs?view=rev&rev=123488
Log:
Restore Apache license
Modified:
   cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.properties
   cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.script

Modified: cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.properties
Url: 
http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.properties?view=diff&rev=123488&p1=cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.properties&r1=123487&p2=cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.properties&r2=123488
==============================================================================
--- cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.properties       
(original)
+++ cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.properties       
Tue Dec 28 02:06:34 2004
@@ -1,3 +1,17 @@
+# Copyright 1999-2004 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.
+
 #HSQL database
 #Tue Dec 28 03:28:01 CST 2004
 hsqldb.cache_file_scale=1

Modified: cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.script
Url: 
http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.script?view=diff&rev=123488&p1=cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.script&r1=123487&p2=cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.script&r2=123488
==============================================================================
--- cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.script   
(original)
+++ cocoon/trunk/src/blocks/hsqldb/samples/WEB-INF/db/cocoondb.script   Tue Dec 
28 02:06:34 2004
@@ -1,3 +1,17 @@
+-- Copyright 1999-2004 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.
+
 CREATE TABLE DEPARTMENT(ID INTEGER NOT NULL,NAME VARCHAR NOT NULL,CONSTRAINT 
SYS_CT_1 UNIQUE(ID))
 CREATE TABLE EMPLOYEE(ID INTEGER NOT NULL,DEPARTMENT_ID INTEGER NOT NULL,NAME 
VARCHAR NOT NULL,CONSTRAINT SYS_CT_3 UNIQUE(ID))
 CREATE TABLE USER(UID INTEGER GENERATED BY DEFAULT AS IDENTITY(START WITH 0)  
NOT NULL PRIMARY KEY,NAME VARCHAR,FIRSTNAME VARCHAR,UNAME VARCHAR,CONSTRAINT 
SYS_CT_5 UNIQUE(UNAME))

Reply via email to