1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Update copyrights to 2003.

This commit is contained in:
Bruce Momjian
2003-08-04 02:40:20 +00:00
parent 19f7ca78cc
commit f3c3deb7d0
652 changed files with 1293 additions and 1293 deletions

View File

@@ -3,12 +3,12 @@
* dynloader.c
* Dynamic Loader for Postgres for BeOS
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/beos.c,v 1.11 2002/06/20 20:29:33 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/beos.c,v 1.12 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* port-specific prototypes for BeOS
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: beos.h,v 1.7 2002/06/20 20:29:33 momjian Exp $
* $Id: beos.h,v 1.8 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -6,12 +6,12 @@
*
* You need to install the dld library on your Linux system!
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/bsdi.c,v 1.21 2003/07/22 23:30:39 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/bsdi.c,v 1.22 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* bsdi.h
* Dynamic loader interface for BSD/OS
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: bsdi.h,v 1.17 2002/09/04 20:31:24 momjian Exp $
* $Id: bsdi.h,v 1.18 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,10 +2,10 @@
*
* Dynamic loader declarations for Cygwin
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/cygwin.h,v 1.1 2003/03/21 17:18:34 petere Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/cygwin.h,v 1.2 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,10 +2,10 @@
*
* dgux.h
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: dgux.h,v 1.15 2002/06/20 20:29:33 momjian Exp $
* $Id: dgux.h,v 1.16 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,5 +1,5 @@
/*-
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*

View File

@@ -3,10 +3,10 @@
* freebsd.h
* port-specific prototypes for FreeBSD
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: freebsd.h,v 1.16 2002/06/20 20:29:33 momjian Exp $
* $Id: freebsd.h,v 1.17 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,12 +3,12 @@
* dynloader.c
* dynamic loader for HP-UX using the shared library mechanism
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.21 2002/09/05 00:43:07 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.22 2003/08/04 02:40:02 momjian Exp $
*
* NOTES
* all functions are defined here -- it's impossible to trace the

View File

@@ -3,12 +3,12 @@
* dynloader.h
* dynamic loader for HP-UX using the shared library mechanism
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.6 2002/06/20 20:29:33 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.7 2003/08/04 02:40:02 momjian Exp $
*
* NOTES
* all functions are defined here -- it's impossible to trace the

View File

@@ -4,10 +4,10 @@
* port-specific prototypes for Irix 5
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: irix5.h,v 1.13 2002/06/20 20:29:33 momjian Exp $
* $Id: irix5.h,v 1.14 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -6,12 +6,12 @@
*
* You need to install the dld library on your Linux system!
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.25 2003/08/04 00:43:21 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.26 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* Port-specific prototypes for Linux
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: linux.h,v 1.20 2003/08/04 00:43:21 momjian Exp $
* $Id: linux.h,v 1.21 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,5 +1,5 @@
/*-
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*

View File

@@ -4,10 +4,10 @@
* port-specific prototypes for NetBSD
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: netbsd.h,v 1.10 2002/06/20 20:29:33 momjian Exp $
* $Id: netbsd.h,v 1.11 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,5 +1,5 @@
/*-
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*

View File

@@ -3,10 +3,10 @@
* openbsd.h
* port-specific prototypes for OpenBSD
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: openbsd.h,v 1.11 2002/06/20 20:29:33 momjian Exp $
* $Id: openbsd.h,v 1.12 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for OSF/1-specific routines
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: osf.h,v 1.9 2002/06/20 20:29:33 momjian Exp $
* $Id: osf.h,v 1.10 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* port-specific prototypes for SCO 3.2v5.2
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: sco.h,v 1.13 2002/06/20 20:29:33 momjian Exp $
* $Id: sco.h,v 1.14 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* port-specific prototypes for Solaris
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: solaris.h,v 1.9 2002/06/20 20:29:33 momjian Exp $
* $Id: solaris.h,v 1.10 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* port-specific prototypes for SunOS 4
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: sunos4.h,v 1.14 2002/06/20 20:29:33 momjian Exp $
* $Id: sunos4.h,v 1.15 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* port-specific prototypes for Intel x86/Intel SVR4
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: svr4.h,v 1.13 2002/06/20 20:29:33 momjian Exp $
* $Id: svr4.h,v 1.14 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,12 +3,12 @@
* ultrix4.c
* This dynamic loader uses Andrew Yu's libdl-1.0 package for Ultrix 4.x.
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.17 2003/07/22 23:30:39 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.18 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
*
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: ultrix4.h,v 1.11 2002/06/20 20:29:33 momjian Exp $
* $Id: ultrix4.h,v 1.12 2003/08/04 02:40:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,7 +4,7 @@
* port-specific prototypes for Intel x86/UNIXWARE
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* univel.h,v 1.2 1995/03/17 06:40:18 andrew Exp

View File

@@ -4,7 +4,7 @@
* port-specific prototypes for Intel x86/UNIXWARE 7
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* unixware.h,v 1.2 1995/03/17 06:40:18 andrew Exp