Author: reinhard Date: 2005-06-20 10:43:48 -0500 (Mon, 20 Jun 2005) New Revision: 7631
Modified: trunk/gnue-common/src/datasources/ConnectionTriggerObj.py trunk/gnue-common/src/datasources/Exceptions.py trunk/gnue-common/src/datasources/GConditions.py trunk/gnue-common/src/datasources/GConnections.py trunk/gnue-common/src/datasources/GDataSource.py trunk/gnue-common/src/datasources/GLoginHandler.py trunk/gnue-common/src/datasources/GSchema.py trunk/gnue-common/src/datasources/drivers/Base/Behavior.py trunk/gnue-common/src/datasources/drivers/Base/Connection.py trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py trunk/gnue-common/src/datasources/drivers/Base/__init__.py trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py trunk/gnue-common/src/datasources/drivers/__init__.py trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdb.py trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdb.py trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapi.py trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldb.py trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracle.py trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracle.py trunk/gnue-common/src/datasources/drivers/sql/postgres/Base.py trunk/gnue-common/src/datasources/drivers/sql/postgres/Behavior.py trunk/gnue-common/src/datasources/drivers/sql/postgres/psycopg.py trunk/gnue-common/src/datasources/drivers/sql/postgres/pygresql.py trunk/gnue-common/src/datasources/drivers/sql/postgres/pypgsql.py trunk/gnue-common/src/datasources/drivers/sql/sqlite/Behavior.py trunk/gnue-common/src/datasources/drivers/sql/sqlite/pysqlite.py trunk/gnue-common/src/datasources/readgsd.py Log: Use same GPL header everywhere. Modified: trunk/gnue-common/src/datasources/ConnectionTriggerObj.py =================================================================== --- trunk/gnue-common/src/datasources/ConnectionTriggerObj.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/ConnectionTriggerObj.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,4 +1,7 @@ +# GNU Enterprise Common Library - Connection object wrapper for triggers # +# Copyright 2000-2005 Free Software Foundation +# # This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it @@ -16,16 +19,7 @@ # write to the Free Software Foundation, Inc., 59 Temple Place # - Suite 330, Boston, MA 02111-1307, USA. # -# Copyright 2000-2005 Free Software Foundation -# -# FILE: -# GConnections.py -# -# DESCRIPTION: -""" -""" -# NOTES: -# +# $Id$ __all__ = ['ConnectionTriggerObj'] Modified: trunk/gnue-common/src/datasources/Exceptions.py =================================================================== --- trunk/gnue-common/src/datasources/Exceptions.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/Exceptions.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,4 +1,7 @@ +# GNU Enterprise Common Library - Exceptions # +# Copyright 2000-2005 Free Software Foundation +# # This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it @@ -16,7 +19,7 @@ # write to the Free Software Foundation, Inc., 59 Temple Place # - Suite 330, Boston, MA 02111-1307, USA. # -# Copyright 2000-2005 Free Software Foundation +# $Id$ from gnue.common.apps import errors Modified: trunk/gnue-common/src/datasources/GConditions.py =================================================================== --- trunk/gnue-common/src/datasources/GConditions.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/GConditions.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ -# GNU Enterprise Common Library - Datasources - Conditions +# GNU Enterprise Common Library - XML elements for conditions # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/GConnections.py =================================================================== --- trunk/gnue-common/src/datasources/GConnections.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/GConnections.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Connection Manager # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/GDataSource.py =================================================================== --- trunk/gnue-common/src/datasources/GDataSource.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/GDataSource.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ -# GNU Enterprise Common Library - Datasources - Datasource Objects +# GNU Enterprise Common Library - XML elements for datasources # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/GLoginHandler.py =================================================================== --- trunk/gnue-common/src/datasources/GLoginHandler.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/GLoginHandler.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ -# GNU Enterprise Common Library - Connections - Base Login Handler +# GNU Enterprise Common Library - Base Login Handler # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/GSchema.py =================================================================== --- trunk/gnue-common/src/datasources/GSchema.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/GSchema.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ -# GNU Enterprise Common Library - Datasources - Schema support +# GNU Enterprise Common Library - XML elements for schema support # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/Base/Behavior.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/Base/Behavior.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/Base/Behavior.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Base database driver - Schema behavior # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/Base/Connection.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/Base/Connection.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/Base/Connection.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Base database driver - Connection # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Base database driver - Record set # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Base database driver - Result set # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/Base/__init__.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/Base/__init__.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/Base/__init__.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Base database driver # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Generic DBSIG2 database driver - Behavior # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Generic DBSIG2 database driver - Connection # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Generic DBSIG2 database driver - Result set # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/__init__.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/__init__.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/__init__.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Database drivers # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Schema support for Firebird/Interbase # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdb.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdb.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdb.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Firebird database driver using KinterbasDB # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Schema support for MaxDB/SAP-DB # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdb.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdb.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdb.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - MaxDB database driver # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Schema support for MS-ADO # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapi.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapi.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapi.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - MS-ADO database driver using adodbapi # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Schema support for MySQL # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldb.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldb.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldb.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - MySQL database driver using MySQLdb # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Generic Oracle database driver # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Schema support for Oracle # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracle.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracle.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracle.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Oracle database driver using cxOracle # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracle.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracle.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracle.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Oracle database driver using DCOracle # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/postgres/Base.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/postgres/Base.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/postgres/Base.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Generic PostgreSQL database driver # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/postgres/Behavior.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/postgres/Behavior.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/postgres/Behavior.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Schema support for PostgreSQL # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/postgres/psycopg.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/postgres/psycopg.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/postgres/psycopg.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - PostgreSQL database driver using psycopg # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/postgres/pygresql.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/postgres/pygresql.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/postgres/pygresql.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - PostgreSQL database driver using PyGreSQL # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/postgres/pypgsql.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/postgres/pypgsql.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/postgres/pypgsql.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - PostgreSQL database driver using pyPgSQL # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite/Behavior.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/sqlite/Behavior.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/sqlite/Behavior.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - Schema support for SQLite # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite/pysqlite.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/sqlite/pysqlite.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/drivers/sql/sqlite/pysqlite.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ # GNU Enterprise Common Library - SQLite database driver using pysqlite # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public Modified: trunk/gnue-common/src/datasources/readgsd.py =================================================================== --- trunk/gnue-common/src/datasources/readgsd.py 2005-06-20 13:48:29 UTC (rev 7630) +++ trunk/gnue-common/src/datasources/readgsd.py 2005-06-20 15:43:48 UTC (rev 7631) @@ -1,8 +1,8 @@ -# GNU Enterprise Common Library - Datasources - Read and import gsd-files +# GNU Enterprise Common Library - Read and import gsd-files # -# Copyright 2001-2005 Free Software Foundation +# Copyright 2000-2005 Free Software Foundation # -# This file is part of GNU Enterprise +# This file is part of GNU Enterprise. # # GNU Enterprise is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
