jford 2004/03/17 10:42:30 Modified: src/sql/ojb oracle-registry-drop.sql oracle-registry.sql Log: Added Apache License 2.0 Revision Changes Path 1.2 +16 -0 jakarta-jetspeed/src/sql/ojb/oracle-registry-drop.sql Index: oracle-registry-drop.sql =================================================================== RCS file: /home/cvs/jakarta-jetspeed/src/sql/ojb/oracle-registry-drop.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oracle-registry-drop.sql 1 Apr 2002 23:12:21 -0000 1.1 +++ oracle-registry-drop.sql 17 Mar 2004 18:42:30 -0000 1.2 @@ -1,3 +1,19 @@ +----------------------------------------------------------------------------- +-- Copyright 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. +----------------------------------------------------------------------------- + DROP TABLE OJB_SEQ; DROP TABLE OJB_HL_SEQ; drop table PORTLET_PARAMETER; 1.3 +15 -0 jakarta-jetspeed/src/sql/ojb/oracle-registry.sql Index: oracle-registry.sql =================================================================== RCS file: /home/cvs/jakarta-jetspeed/src/sql/ojb/oracle-registry.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- oracle-registry.sql 16 Feb 2004 05:02:56 -0000 1.2 +++ oracle-registry.sql 17 Mar 2004 18:42:30 -0000 1.3 @@ -1,3 +1,18 @@ +----------------------------------------------------------------------------- +-- Copyright 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 OJB_SEQ ( CLASSNAME VARCHAR(175) NOT NULL, FIELDNAME VARCHAR(70) NOT NULL, --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org