From 4a3a5c26ca5398b194d091dcab71af82ed7668c7 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 8 Aug 2005 10:28:48 +0000 Subject: [PATCH] removed CVS Id fields git-svn-id: http://svn.opengroupware.org/SOPE/trunk@999 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-gdl1/PostgreSQL/ChangeLog | 9 +++++++ .../PostgreSQL/EOAttribute+PostgreSQL72.h | 1 - .../PostgreSQL/EOAttribute+PostgreSQL72.m | 1 - sope-gdl1/PostgreSQL/GNUmakefile | 2 +- sope-gdl1/PostgreSQL/GNUmakefile.preamble | 27 ++++--------------- sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m | 3 ++- sope-gdl1/PostgreSQL/NSData+PGVal.m | 26 +++++++++++++++++- sope-gdl1/PostgreSQL/NSNumber+PGVal.m | 26 +++++++++++++++++- sope-gdl1/PostgreSQL/NSString+PGVal.m | 4 +-- sope-gdl1/PostgreSQL/NSString+PostgreSQL72.h | 1 - sope-gdl1/PostgreSQL/NSString+PostgreSQL72.m | 4 +-- sope-gdl1/PostgreSQL/PGConnection.h | 1 - sope-gdl1/PostgreSQL/PGConnection.m | 3 +-- sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.h | 1 - sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.m | 1 - .../PostgreSQL/PostgreSQL72Channel+Model.h | 1 - .../PostgreSQL/PostgreSQL72Channel+Model.m | 1 - sope-gdl1/PostgreSQL/PostgreSQL72Channel.m | 1 - sope-gdl1/PostgreSQL/PostgreSQL72Context.h | 1 - sope-gdl1/PostgreSQL/PostgreSQL72Context.m | 1 - sope-gdl1/PostgreSQL/PostgreSQL72Exception.h | 1 - sope-gdl1/PostgreSQL/PostgreSQL72Expression.h | 1 - sope-gdl1/PostgreSQL/PostgreSQL72Expression.m | 1 - sope-gdl1/PostgreSQL/PostgreSQL72Values.h | 1 - sope-gdl1/PostgreSQL/PostgreSQL72Values.m | 1 - sope-gdl1/PostgreSQL/README | 3 ++- sope-gdl1/PostgreSQL/TODO | 4 +-- sope-gdl1/PostgreSQL/Version | 2 +- sope-gdl1/PostgreSQL/gdltest.m | 26 +++++++++++++++++- 29 files changed, 102 insertions(+), 53 deletions(-) diff --git a/sope-gdl1/PostgreSQL/ChangeLog b/sope-gdl1/PostgreSQL/ChangeLog index 6e4ff66b..d9995430 100644 --- a/sope-gdl1/PostgreSQL/ChangeLog +++ b/sope-gdl1/PostgreSQL/ChangeLog @@ -1,3 +1,12 @@ +2005-08-08 Helge Hess + + * removed CVS Id fields (v4.5.44) + +2005-08-08 Sebastian Ley + + * GNUmakefile.preamble: use 'pg_config' tool to determine PostgreSQL + include/lib locations (v4.5.43) + 2005-07-27 Helge Hess * v4.5.42 diff --git a/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.h b/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.h index 07ca6890..e84cfdd3 100644 --- a/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.h +++ b/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.h @@ -23,7 +23,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: EOAttribute+PostgreSQL72.h 1 2004-08-20 10:38:46Z znek $ #ifndef ___PostgreSQL72_EOAttribute_H___ #define ___PostgreSQL72_EOAttribute_H___ diff --git a/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m b/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m index ba788049..2489775b 100644 --- a/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m +++ b/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m @@ -23,7 +23,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: EOAttribute+PostgreSQL72.m 1 2004-08-20 10:38:46Z znek $ #include "common.h" #import "EOAttribute+PostgreSQL72.h" diff --git a/sope-gdl1/PostgreSQL/GNUmakefile b/sope-gdl1/PostgreSQL/GNUmakefile index 719d026b..cfcce03f 100644 --- a/sope-gdl1/PostgreSQL/GNUmakefile +++ b/sope-gdl1/PostgreSQL/GNUmakefile @@ -1,7 +1,7 @@ # # GNUmakefile # -# Copyright (C) 2004 SKYRIX Software AG +# Copyright (C) 2004-2005 SKYRIX Software AG # # Author: Helge Hess (helge.hess@skyrix.com) # diff --git a/sope-gdl1/PostgreSQL/GNUmakefile.preamble b/sope-gdl1/PostgreSQL/GNUmakefile.preamble index 7308087f..d674a8d5 100644 --- a/sope-gdl1/PostgreSQL/GNUmakefile.preamble +++ b/sope-gdl1/PostgreSQL/GNUmakefile.preamble @@ -1,7 +1,7 @@ # # GNUmakefile # -# Copyright (C) 2003-2004 SKYRIX Software AG +# Copyright (C) 2003-2005 SKYRIX Software AG # # Author: Helge Hess (helge.hess@skyrix.com) # @@ -33,24 +33,15 @@ ADDITIONAL_INCLUDE_DIRS += \ -I../GDLAccess -I.. ADDITIONAL_INCLUDE_DIRS += \ - -I$(PGSQL)/include/pgsql \ - -I$(PGSQL)/include \ -I.. -I../.. \ -I../../sope-core/ \ -I../../sope-core/NGExtensions ADDITIONAL_INCLUDE_DIRS += \ - -I/usr/local/include/pgsql \ - -I/usr/local/include \ - -I/usr/local/pgsql/include \ - -I/usr/include/pgsql \ - -I/usr/include/postgresql \ - -I/usr/include \ + -I/usr/local/include -ifneq ($(shell which pg_config),) ADDITIONAL_INCLUDE_DIRS += -I$(shell pg_config --includedir) -ADDITIONAL_LIB_DIRS += -L$(shell pg_config --libdir) -endif +ADDITIONAL_LIB_DIRS += -L$(shell pg_config --libdir) ifneq ($(GNUSTEP_BUILD_DIR),) RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/../.. @@ -67,19 +58,11 @@ ADDITIONAL_LIB_DIRS += \ -L../../sope-core/EOControl/$(GNUSTEP_OBJ_DIR) endif -ifneq ($(PGSQL),) -ADDITIONAL_LIB_DIRS += -L$(PGSQL)/lib -endif -SYSTEM_LIB_DIR += \ - -L/usr/local/lib \ - -L/usr/local/pgsql/lib/ \ - -L/usr/lib +SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib -ifeq ($(FOUNDATION_LIB),apple) +ifeq ($(FOUNDATION_LIB),apple) PostgreSQL_BUNDLE_LIBS += -lssl -lcrypto - ADDITIONAL_INCLUDE_DIRS += -I/Library/PostgreSQL/include/ - endif diff --git a/sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m b/sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m index 616a3fe7..9498bbb4 100644 --- a/sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m +++ b/sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m @@ -2,8 +2,9 @@ NSCalendarDate+PGVal.m Copyright (C) 1999 MDlink online service center GmbH and Helge Hess + Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess - Author: Helge Hess (helge@mdlink.de) + Author: Helge Hess (helge@opengroupware.org) This file is part of the PostgreSQL72 Adaptor Library diff --git a/sope-gdl1/PostgreSQL/NSData+PGVal.m b/sope-gdl1/PostgreSQL/NSData+PGVal.m index a0095f4f..27cb36f7 100644 --- a/sope-gdl1/PostgreSQL/NSData+PGVal.m +++ b/sope-gdl1/PostgreSQL/NSData+PGVal.m @@ -1,4 +1,28 @@ -// $Id: NSData+PGVal.m 1 2004-08-20 10:38:46Z znek $ +/* + NSData+PGVal.m + + Copyright (C) 1999 MDlink online service center GmbH and Helge Hess + Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess + + Author: Helge Hess (helge.hess@opengroupware.org) + + This file is part of the PostgreSQL72 Adaptor Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; see the file COPYING.LIB. + If not, write to the Free Software Foundation, + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #import #include "PostgreSQL72Values.h" diff --git a/sope-gdl1/PostgreSQL/NSNumber+PGVal.m b/sope-gdl1/PostgreSQL/NSNumber+PGVal.m index 49728183..b3fd3f1c 100644 --- a/sope-gdl1/PostgreSQL/NSNumber+PGVal.m +++ b/sope-gdl1/PostgreSQL/NSNumber+PGVal.m @@ -1,4 +1,28 @@ -// $Id: NSNumber+PGVal.m 1 2004-08-20 10:38:46Z znek $ +/* + NSString+PGVal.m + + Copyright (C) 1999 MDlink online service center GmbH and Helge Hess + Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess + + Author: Helge Hess (helge.hess@opengroupware.org) + + This file is part of the PostgreSQL72 Adaptor Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; see the file COPYING.LIB. + If not, write to the Free Software Foundation, + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #import #include "PostgreSQL72Channel.h" diff --git a/sope-gdl1/PostgreSQL/NSString+PGVal.m b/sope-gdl1/PostgreSQL/NSString+PGVal.m index f14e2cd9..afecb2f2 100644 --- a/sope-gdl1/PostgreSQL/NSString+PGVal.m +++ b/sope-gdl1/PostgreSQL/NSString+PGVal.m @@ -1,8 +1,8 @@ /* - PostgreSQL72Channel.h + NSString+PGVal.m Copyright (C) 1999 MDlink online service center GmbH and Helge Hess - Copyright (C) 2000-2004 SKYRIX Software AG and Helge Hess + Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess Author: Helge Hess (helge.hess@opengroupware.org) diff --git a/sope-gdl1/PostgreSQL/NSString+PostgreSQL72.h b/sope-gdl1/PostgreSQL/NSString+PostgreSQL72.h index ae5ed909..2a6fffda 100644 --- a/sope-gdl1/PostgreSQL/NSString+PostgreSQL72.h +++ b/sope-gdl1/PostgreSQL/NSString+PostgreSQL72.h @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: NSString+PostgreSQL72.h 1 2004-08-20 10:38:46Z znek $ #ifndef ___PostgreSQL72_NSString_H___ #define ___PostgreSQL72_NSString_H___ diff --git a/sope-gdl1/PostgreSQL/NSString+PostgreSQL72.m b/sope-gdl1/PostgreSQL/NSString+PostgreSQL72.m index dfcbb519..78d8ee40 100644 --- a/sope-gdl1/PostgreSQL/NSString+PostgreSQL72.m +++ b/sope-gdl1/PostgreSQL/NSString+PostgreSQL72.m @@ -2,8 +2,9 @@ NSString+PostgreSQL72.m Copyright (C) 1999 MDlink online service center GmbH and Helge Hess + Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess - Author: Helge Hess (helge@mdlink.de) + Author: Helge Hess (helge.hess@opengroupware.org) This file is part of the PostgreSQL72 Adaptor Library @@ -22,7 +23,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: NSString+PostgreSQL72.m 1 2004-08-20 10:38:46Z znek $ #if LIB_FOUNDATION_BOEHM_GC # include diff --git a/sope-gdl1/PostgreSQL/PGConnection.h b/sope-gdl1/PostgreSQL/PGConnection.h index ebc81566..d7e8b126 100644 --- a/sope-gdl1/PostgreSQL/PGConnection.h +++ b/sope-gdl1/PostgreSQL/PGConnection.h @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PGConnection.h 1 2004-08-20 10:38:46Z znek $ #ifndef ___PostgreSQL72_PGConnection_H___ #define ___PostgreSQL72_PGConnection_H___ diff --git a/sope-gdl1/PostgreSQL/PGConnection.m b/sope-gdl1/PostgreSQL/PGConnection.m index 78812601..78ac0a93 100644 --- a/sope-gdl1/PostgreSQL/PGConnection.m +++ b/sope-gdl1/PostgreSQL/PGConnection.m @@ -1,7 +1,7 @@ /* PGConnection.m - Copyright (C) 2004 SKYRIX Software AG and Helge Hess + Copyright (C) 2004-2005 SKYRIX Software AG and Helge Hess Author: Helge Hess (helge.hess@opengroupware.org) @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PGConnection.m 1 2004-08-20 10:38:46Z znek $ #include "PGConnection.h" #include "common.h" diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.h b/sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.h index e0289366..627b6513 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.h +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.h @@ -23,7 +23,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Adaptor.h 1 2004-08-20 10:38:46Z znek $ #ifndef ___PostgreSQL72_Adaptor_H___ #define ___PostgreSQL72_Adaptor_H___ diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.m b/sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.m index 18fd8f8b..8aec0ab9 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.m +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.m @@ -23,7 +23,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Adaptor.m 1 2004-08-20 10:38:46Z znek $ #include "common.h" #include "PostgreSQL72Adaptor.h" diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.h b/sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.h index 9f44474c..339ff1bc 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.h +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.h @@ -23,7 +23,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Channel+Model.h 1 2004-08-20 10:38:46Z znek $ #ifndef ___PostgreSQL72_ModelFetching_H___ #define ___PostgreSQL72_ModelFetching_H___ diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.m b/sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.m index b82a2a20..68c15dee 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.m +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.m @@ -23,7 +23,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Channel+Model.m 1 2004-08-20 10:38:46Z znek $ #include "PostgreSQL72Channel.h" #include "NSString+PostgreSQL72.h" diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Channel.m b/sope-gdl1/PostgreSQL/PostgreSQL72Channel.m index d3b9165d..f9aa4ecc 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Channel.m +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Channel.m @@ -23,7 +23,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Channel.m 1 2004-08-20 10:38:46Z znek $ #include #include diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Context.h b/sope-gdl1/PostgreSQL/PostgreSQL72Context.h index d3c794d7..f6c05ab7 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Context.h +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Context.h @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Context.h 1 2004-08-20 10:38:46Z znek $ #ifndef ___PostgreSQL72_Context_H___ #define ___PostgreSQL72_Context_H___ diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Context.m b/sope-gdl1/PostgreSQL/PostgreSQL72Context.m index 551e505e..45cc74da 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Context.m +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Context.m @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Context.m 1 2004-08-20 10:38:46Z znek $ #import "PostgreSQL72Context.h" #import "PostgreSQL72Channel.h" diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Exception.h b/sope-gdl1/PostgreSQL/PostgreSQL72Exception.h index e062c7e4..4b06bf5d 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Exception.h +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Exception.h @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Exception.h 1 2004-08-20 10:38:46Z znek $ #ifndef ___PostgreSQL72_Exception_H___ #define ___PostgreSQL72_Exception_H___ diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Expression.h b/sope-gdl1/PostgreSQL/PostgreSQL72Expression.h index 94785ec3..14af37be 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Expression.h +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Expression.h @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Expression.h 1 2004-08-20 10:38:46Z znek $ #ifndef ___Postgre_SQLExpression_H___ #define ___Postgre_SQLExpression_H___ diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Expression.m b/sope-gdl1/PostgreSQL/PostgreSQL72Expression.m index 7cbc6ee5..63da8811 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Expression.m +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Expression.m @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Expression.m 1 2004-08-20 10:38:46Z znek $ #include "PostgreSQL72Expression.h" #include "common.h" diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Values.h b/sope-gdl1/PostgreSQL/PostgreSQL72Values.h index 4396b82a..9cbdf026 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Values.h +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Values.h @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Values.h 1 2004-08-20 10:38:46Z znek $ #ifndef ___PostgreSQL72_Values_H___ #define ___PostgreSQL72_Values_H___ diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Values.m b/sope-gdl1/PostgreSQL/PostgreSQL72Values.m index 8ee3ce7d..1461c28e 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Values.m +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Values.m @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Values.m 1 2004-08-20 10:38:46Z znek $ #import "PostgreSQL72Values.h" #import "common.h" diff --git a/sope-gdl1/PostgreSQL/README b/sope-gdl1/PostgreSQL/README index 33367bfc..341a47f6 100644 --- a/sope-gdl1/PostgreSQL/README +++ b/sope-gdl1/PostgreSQL/README @@ -1,4 +1,5 @@ -# $Id: README 1 2004-08-20 10:38:46Z znek $ +PostgreSQL Adaptor +================== Install PostgreSQL: diff --git a/sope-gdl1/PostgreSQL/TODO b/sope-gdl1/PostgreSQL/TODO index 5d265ce1..88d9c6a3 100644 --- a/sope-gdl1/PostgreSQL/TODO +++ b/sope-gdl1/PostgreSQL/TODO @@ -1,3 +1,3 @@ -# $Id: TODO 1 2004-08-20 10:38:46Z znek $ - +TODO +==== - cache field-names in PostgreSQL72Channel -primaryFetch (see TODO) diff --git a/sope-gdl1/PostgreSQL/Version b/sope-gdl1/PostgreSQL/Version index a3c4ecc6..e99e63fc 100644 --- a/sope-gdl1/PostgreSQL/Version +++ b/sope-gdl1/PostgreSQL/Version @@ -1,5 +1,5 @@ # version file -SUBMINOR_VERSION:=42 +SUBMINOR_VERSION:=44 # v4.5.41 requires libGDLAccess v4.5.50 diff --git a/sope-gdl1/PostgreSQL/gdltest.m b/sope-gdl1/PostgreSQL/gdltest.m index dc95aeb5..e77f9563 100644 --- a/sope-gdl1/PostgreSQL/gdltest.m +++ b/sope-gdl1/PostgreSQL/gdltest.m @@ -1,4 +1,28 @@ -// $Id: gdltest.m 1 2004-08-20 10:38:46Z znek $ +/* + gdltest.m + + Copyright (C) 1999 MDlink online service center GmbH and Helge Hess + Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess + + Author: Helge Hess (helge.hess@opengroupware.org) + + This file is part of the PostgreSQL72 Adaptor Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; see the file COPYING.LIB. + If not, write to the Free Software Foundation, + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #import #import -- 2.39.5