Skip to content

Commit 5c25d60

Browse files
committed
Add:
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
1 parent b866d2e commit 5c25d60

File tree

596 files changed

+1776
-1179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

596 files changed

+1776
-1179
lines changed

contrib/os2client/c.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
* postgres.
88
*
99
*
10-
* Copyright (c) 1994, Regents of the University of California
10+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
11+
* Portions Copyright (c) 1994, Regents of the University of California
1112
*
12-
* $Id: c.h,v 1.2 1999/05/25 16:06:01 momjian Exp $
13+
* $Id: c.h,v 1.3 2000/01/26 05:55:52 momjian Exp $
1314
*
1415
*-------------------------------------------------------------------------
1516
*/

contrib/vacuumlo/vacuumlo.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
* vacuumlo.c
44
* This removes orphaned large objects from a database.
55
*
6-
* Copyright (c) 1994, Regents of the University of California
6+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7+
* Portions Copyright (c) 1994, Regents of the University of California
78
*
89
*
910
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.2 1999/05/25 16:06:31 momjian Exp $
11+
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.3 2000/01/26 05:55:52 momjian Exp $
1112
*
1213
*-------------------------------------------------------------------------
1314
*/

src/backend/access/common/heaptuple.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
* This file contains heap tuple accessor and mutator routines, as well
55
* as a few various tuple utilities.
66
*
7-
* Copyright (c) 1994, Regents of the University of California
7+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8+
* Portions Copyright (c) 1994, Regents of the University of California
89
*
910
*
1011
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.60 2000/01/15 02:59:17 petere Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.61 2000/01/26 05:55:53 momjian Exp $
1213
*
1314
* NOTES
1415
* The old interface functions have been converted to macros

src/backend/access/common/indextuple.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
* This file contains index tuple accessor and mutator routines,
55
* as well as a few various tuple utilities.
66
*
7-
* Copyright (c) 1994, Regents of the University of California
7+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8+
* Portions Copyright (c) 1994, Regents of the University of California
89
*
910
*
1011
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.41 2000/01/15 02:59:17 petere Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.42 2000/01/26 05:55:53 momjian Exp $
1213
*
1314
*-------------------------------------------------------------------------
1415
*/

src/backend/access/common/indexvalid.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
* indexvalid.c
44
* index tuple qualification validity checking code
55
*
6-
* Copyright (c) 1994, Regents of the University of California
6+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7+
* Portions Copyright (c) 1994, Regents of the University of California
78
*
89
*
910
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.23 1999/07/15 23:02:51 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.24 2000/01/26 05:55:53 momjian Exp $
1112
*
1213
*-------------------------------------------------------------------------
1314
*/

src/backend/access/common/printtup.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
* Routines to print out tuples to the destination (binary or non-binary
55
* portals, frontend/interactive backend, etc.).
66
*
7-
* Copyright (c) 1994, Regents of the University of California
7+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8+
* Portions Copyright (c) 1994, Regents of the University of California
89
*
910
*
1011
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.51 1999/11/22 17:55:52 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.52 2000/01/26 05:55:53 momjian Exp $
1213
*
1314
*-------------------------------------------------------------------------
1415
*/

src/backend/access/common/scankey.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
* scan.c
44
* scan direction and key code
55
*
6-
* Copyright (c) 1994, Regents of the University of California
6+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7+
* Portions Copyright (c) 1994, Regents of the University of California
78
*
89
*
910
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.16 1999/07/15 23:02:51 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.17 2000/01/26 05:55:53 momjian Exp $
1112
*
1213
*-------------------------------------------------------------------------
1314
*/

src/backend/access/common/tupdesc.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
* tupdesc.c
44
* POSTGRES tuple descriptor support code
55
*
6-
* Copyright (c) 1994, Regents of the University of California
6+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7+
* Portions Copyright (c) 1994, Regents of the University of California
78
*
89
*
910
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.59 1999/12/21 00:06:39 wieck Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.60 2000/01/26 05:55:53 momjian Exp $
1112
*
1213
* NOTES
1314
* some of the executor utility code such as "ExecTypeFromTL" should be

src/backend/access/gist/giststrat.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
* giststrat.c
44
* strategy map data for GiSTs.
55
*
6-
* Copyright (c) 1994, Regents of the University of California
6+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7+
* Portions Copyright (c) 1994, Regents of the University of California
78
*
89
*
910
* IDENTIFICATION

src/backend/access/hash/hash.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
* hash.c
44
* Implementation of Margo Seltzer's Hashing package for postgres.
55
*
6-
* Copyright (c) 1994, Regents of the University of California
6+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7+
* Portions Copyright (c) 1994, Regents of the University of California
78
*
89
*
910
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.34 2000/01/19 23:54:47 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.35 2000/01/26 05:55:55 momjian Exp $
1112
*
1213
* NOTES
1314
* This file contains only the public interface routines.

0 commit comments

Comments
 (0)