Tag: cws_src680_mdbdriver02
User: fridrich_strba
Date: 05/12/12 02:02:37

Modified:
 /dba/connectivity/source/drivers/mdb/
  makefile.mk, mdb_allocator.hxx, mdb_baseresultset.cxx, mdb_baseresultset.hxx,
  mdb_connection.cxx, mdb_connection.hxx, mdb_databasemetadata.cxx,
  mdb_databasemetadata.hxx, mdb_driver.cxx, mdb_driver.hxx,
  mdb_preparedstatement.cxx, mdb_preparedstatement.hxx, mdb_resultset.cxx,
  mdb_resultset.hxx, mdb_resultsetmetadata.cxx, mdb_resultsetmetadata.hxx,
  mdb_sequenceresultset.cxx, mdb_sequenceresultset.hxx, mdb_statement.cxx,
  mdb_statement.hxx

Log:
 Issue number:  N/A
 Submitted by:  fridrich_strba
 Reviewed by:   fridrich_strba
 Removing Sun Industry Standards Source License from files

File Changes:

Directory: /dba/connectivity/source/drivers/mdb/
================================================

File [changed]: makefile.mk
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/makefile.mk?r1=1.1.4.2&r2=1.1.4.3
Delta lines:  +25 -44
---------------------
--- makefile.mk 22 Aug 2005 14:49:49 -0000      1.1.4.2
+++ makefile.mk 12 Dec 2005 10:02:28 -0000      1.1.4.3
@@ -2,21 +2,17 @@
 #
 #   $RCSfile: makefile.mk,v $
 #
-#   $Revision: 1.1.4.2 $
+#   $Revision: 1.1.4.3 $
 #
-#   last change: $Author: rene $ $Date: 2005/08/22 14:49:49 $
+#   last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:28 $
 #
-#   The Contents of this file are made available subject to the terms of
-#   either of the following licenses
+#   The Contents of this file are made available subject to
+#   the terms of GNU Lesser General Public License Version 2.1.
 #
-#          - GNU Lesser General Public License Version 2.1
-#          - Sun Industry Standards Source License Version 1.1
-#
-#   Sun Microsystems Inc., October, 2000
 #
 #   GNU Lesser General Public License Version 2.1
 #   =============================================
-#   Copyright 2000 by Sun Microsystems, Inc.
+#     Copyright 2005 by Sun Microsystems, Inc.
 #   901 San Antonio Road, Palo Alto, CA 94303, USA
 #
 #   This library is free software; you can redistribute it and/or
@@ -33,21 +29,6 @@
 #   Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 #   MA  02111-1307  USA
 #
-#
-#   Sun Industry Standards Source License Version 1.1
-#   =================================================
-#   The contents of this file are subject to the Sun Industry Standards
-#   Source License Version 1.1 (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.openoffice.org/license.html.
-#
-#   Software provided under this License is provided on an "AS IS" basis,
-#   WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
-#   WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
-#   MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
-#   See the License for the specific provisions governing your rights and
-#   obligations concerning the Software.
-#
 #   The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 #
 #   Copyright: 2000 by Sun Microsystems, Inc.

File [changed]: mdb_allocator.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_allocator.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_allocator.hxx   15 Aug 2005 13:52:56 -0000      1.1.4.1
+++ mdb_allocator.hxx   12 Dec 2005 10:02:28 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_allocator.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:52:56 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:28 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.
  *

File [changed]: mdb_baseresultset.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_baseresultset.cxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_baseresultset.cxx       15 Aug 2005 13:52:57 -0000      1.1.4.1
+++ mdb_baseresultset.cxx       12 Dec 2005 10:02:29 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_baseresultset.cxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:52:57 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:29 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_baseresultset.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_baseresultset.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_baseresultset.hxx       15 Aug 2005 13:52:57 -0000      1.1.4.1
+++ mdb_baseresultset.hxx       12 Dec 2005 10:02:29 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_baseresultset.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:52:57 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:29 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_connection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_connection.cxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_connection.cxx  15 Aug 2005 13:52:58 -0000      1.1.4.1
+++ mdb_connection.cxx  12 Dec 2005 10:02:29 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_connection.cxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:52:58 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:29 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_connection.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_connection.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_connection.hxx  15 Aug 2005 13:52:59 -0000      1.1.4.1
+++ mdb_connection.hxx  12 Dec 2005 10:02:29 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_connection.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:52:59 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:29 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_databasemetadata.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_databasemetadata.cxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_databasemetadata.cxx    15 Aug 2005 13:52:59 -0000      1.1.4.1
+++ mdb_databasemetadata.cxx    12 Dec 2005 10:02:30 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_databasemetadata.cxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:52:59 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:30 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_databasemetadata.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_databasemetadata.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_databasemetadata.hxx    15 Aug 2005 13:53:00 -0000      1.1.4.1
+++ mdb_databasemetadata.hxx    12 Dec 2005 10:02:30 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_databasemetadata.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:00 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:30 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_driver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_driver.cxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_driver.cxx      15 Aug 2005 13:53:00 -0000      1.1.4.1
+++ mdb_driver.cxx      12 Dec 2005 10:02:30 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_driver.cxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:00 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:30 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_driver.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_driver.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_driver.hxx      15 Aug 2005 13:53:00 -0000      1.1.4.1
+++ mdb_driver.hxx      12 Dec 2005 10:02:31 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_driver.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:00 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:31 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_preparedstatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_preparedstatement.cxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_preparedstatement.cxx   15 Aug 2005 13:53:01 -0000      1.1.4.1
+++ mdb_preparedstatement.cxx   12 Dec 2005 10:02:31 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_preparedstatement.cxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:01 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:31 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_preparedstatement.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_preparedstatement.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_preparedstatement.hxx   15 Aug 2005 13:53:01 -0000      1.1.4.1
+++ mdb_preparedstatement.hxx   12 Dec 2005 10:02:31 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_preparedstatement.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:01 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:31 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_resultset.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_resultset.cxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_resultset.cxx   15 Aug 2005 13:53:01 -0000      1.1.4.1
+++ mdb_resultset.cxx   12 Dec 2005 10:02:31 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_resultset.cxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:01 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:31 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_resultset.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_resultset.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_resultset.hxx   15 Aug 2005 13:53:02 -0000      1.1.4.1
+++ mdb_resultset.hxx   12 Dec 2005 10:02:32 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_resultset.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:02 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:32 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_resultsetmetadata.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_resultsetmetadata.cxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_resultsetmetadata.cxx   15 Aug 2005 13:53:03 -0000      1.1.4.1
+++ mdb_resultsetmetadata.cxx   12 Dec 2005 10:02:32 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_resultsetmetadata.cxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:03 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:32 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_resultsetmetadata.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_resultsetmetadata.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_resultsetmetadata.hxx   15 Aug 2005 13:53:03 -0000      1.1.4.1
+++ mdb_resultsetmetadata.hxx   12 Dec 2005 10:02:32 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_resultsetmetadata.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:03 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:32 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_sequenceresultset.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_sequenceresultset.cxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_sequenceresultset.cxx   15 Aug 2005 13:53:04 -0000      1.1.4.1
+++ mdb_sequenceresultset.cxx   12 Dec 2005 10:02:33 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_sequenceresultset.cxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:04 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:33 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_sequenceresultset.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_sequenceresultset.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_sequenceresultset.hxx   15 Aug 2005 13:53:04 -0000      1.1.4.1
+++ mdb_sequenceresultset.hxx   12 Dec 2005 10:02:33 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_sequenceresultset.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:04 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:33 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_statement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_statement.cxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_statement.cxx   15 Aug 2005 13:53:05 -0000      1.1.4.1
+++ mdb_statement.cxx   12 Dec 2005 10:02:33 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_statement.cxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:05 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:33 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *

File [changed]: mdb_statement.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_statement.hxx?r1=1.1.4.1&r2=1.1.4.2
Delta lines:  +20 -39
---------------------
--- mdb_statement.hxx   15 Aug 2005 13:53:05 -0000      1.1.4.1
+++ mdb_statement.hxx   12 Dec 2005 10:02:33 -0000      1.1.4.2
@@ -2,21 +2,17 @@
  *
  *  $RCSfile: mdb_statement.hxx,v $
  *
- *  $Revision: 1.1.4.1 $
+ *  $Revision: 1.1.4.2 $
  *
- *  last change: $Author: fridrich_strba $ $Date: 2005/08/15 13:53:05 $
+ *  last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:33 $
  *
- *  The Contents of this file are made available subject to the terms of
- *  either of the following licenses
+ *  The Contents of this file are made available subject to
+ *  the terms of GNU Lesser General Public License Version 2.1.
  *
- *         - GNU Lesser General Public License Version 2.1
- *         - Sun Industry Standards Source License Version 1.1
- *
- *  Sun Microsystems Inc., October, 2000
  *
  *  GNU Lesser General Public License Version 2.1
  *  =============================================
- *  Copyright 2000 by Sun Microsystems, Inc.
+ *    Copyright 2005 by Sun Microsystems, Inc.
  *  901 San Antonio Road, Palo Alto, CA 94303, USA
  *
  *  This library is free software; you can redistribute it and/or
@@ -32,21 +28,6 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *  MA  02111-1307  USA
- *
- *
- *  Sun Industry Standards Source License Version 1.1
- *  =================================================
- *  The contents of this file are subject to the Sun Industry Standards
- *  Source License Version 1.1 (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.openoffice.org/license.html.
- *
- *  Software provided under this License is provided on an "AS IS" basis,
- *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- *  See the License for the specific provisions governing your rights and
- *  obligations concerning the Software.
  *
  *  The Initial Developer of the Original Code is: Joerg Budischewski
  *




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to