Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda84545

Browse files
committed
Add copyright mentions, per Tom Lane.
1 parent215b90d commitda84545

File tree

24 files changed

+68
-128
lines changed

24 files changed

+68
-128
lines changed

‎doc/FAQ_BSDI

Lines changed: 0 additions & 81 deletions
This file was deleted.

‎src/bin/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#
33
# Makefile for src/bin (client programs)
44
#
5-
# Copyright (c) 1994, Regents of the University of California
5+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6+
# Portions Copyright (c) 1994, Regents of the University of California
67
#
7-
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.33 2000/10/10 22:01:52 momjian Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.34 2001/02/18 18:33:59 momjian Exp $
89
#
910
#-------------------------------------------------------------------------
1011

‎src/bin/initdb/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#
33
# Makefile for src/bin/initdb
44
#
5-
# Copyright (c) 1994, Regents of the University of California
5+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6+
# Portions Copyright (c) 1994, Regents of the University of California
67
#
7-
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.24 2000/09/17 13:02:31 petere Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.25 2001/02/18 18:33:59 momjian Exp $
89
#
910
#-------------------------------------------------------------------------
1011

‎src/bin/initdb/initdb.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
# made just by copying the completed template1.
2121
#
2222
#
23-
# Copyright (c) 1994, Regents of the University of California
23+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
24+
# Portions Copyright (c) 1994, Regents of the University of California
2425
#
25-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.120 2001/01/20 22:09:24 tgl Exp $
26+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.121 2001/02/18 18:33:59 momjian Exp $
2627
#
2728
#-------------------------------------------------------------------------
2829

‎src/bin/initlocation/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#
33
# Makefile for src/bin/initlocation
44
#
5-
# Copyright (c) 1994, Regents of the University of California
5+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6+
# Portions Copyright (c) 1994, Regents of the University of California
67
#
7-
# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.12 2000/09/17 13:02:32 petere Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.13 2001/02/18 18:33:59 momjian Exp $
89
#
910
#-------------------------------------------------------------------------
1011

‎src/bin/initlocation/initlocation.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
# initlocation.sh--
55
# Create a secondary PostgreSQL database storage area.
66
#
7-
# Copyright (c) 1994, Regents of the University of California
7+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8+
# Portions Copyright (c) 1994, Regents of the University of California
89
#
910
#
1011
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.10 2000/11/25 19:05:43 petere Exp $
12+
# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.11 2001/02/18 18:33:59 momjian Exp $
1213
#
1314
#-------------------------------------------------------------------------
1415

‎src/bin/ipcclean/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#
33
# Makefile for src/bin/ipcclean
44
#
5-
# Copyright (c) 1994, Regents of the University of California
5+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6+
# Portions Copyright (c) 1994, Regents of the University of California
67
#
7-
# $Header: /cvsroot/pgsql/src/bin/ipcclean/Attic/Makefile,v 1.14 2000/09/17 13:02:33 petere Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/ipcclean/Attic/Makefile,v 1.15 2001/02/18 18:33:59 momjian Exp $
89
#
910
#-------------------------------------------------------------------------
1011

‎src/bin/pg_dump/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#
33
# Makefile for src/bin/pg_dump
44
#
5-
# Copyright (c) 1994, Regents of the University of California
5+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6+
# Portions Copyright (c) 1994, Regents of the University of California
67
#
7-
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.27 2000/11/30 20:36:11 petere Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.28 2001/02/18 18:33:59 momjian Exp $
89
#
910
#-------------------------------------------------------------------------
1011

‎src/bin/pg_dump/pg_dump.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
*
33
* pg_dump.c
44
* pg_dump is an utility for dumping out a postgres database
5-
* into a script file.
5+
* into a script file.
6+
*
7+
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8+
* Portions Copyright (c) 1994, Regents of the University of California
69
*
710
*pg_dump will read the system catalogs in a database and
811
*dump out a script that reproduces
@@ -17,12 +20,9 @@
1720
*
1821
* the output script is SQL that is understood by PostgreSQL
1922
*
20-
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
21-
* Portions Copyright (c) 1994, Regents of the University of California
22-
*
2323
*
2424
* IDENTIFICATION
25-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.192 2001/02/13 01:31:54 pjw Exp $
25+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.193 2001/02/18 18:33:59 momjian Exp $
2626
*
2727
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
2828
*

‎src/bin/pgaccess/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#
33
# Makefile for src/bin/pgaccess
44
#
5-
# Copyright (c) 1994, Regents of the University of California
5+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6+
# Portions Copyright (c) 1994, Regents of the University of California
67
#
7-
# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.15 2001/02/07 20:30:20 tgl Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.16 2001/02/18 18:34:01 momjian Exp $
89
#
910
#-------------------------------------------------------------------------
1011

‎src/bin/pgaccess/README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---------------------------------------------------------------------------
22

3-
Copyright (c) 1994-7 Regents of the University of California
3+
Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1994, Regents of the University of California
45

56
Permission to use, copy, modify, and distribute this software and its
67
documentation for any purpose, without fee, and without a written agreement

‎src/bin/pgaccess/copyright.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
<BR><TT></TT>&nbsp;
1010
<BR><TT></TT>&nbsp;<TT></TT>
1111

12-
<P><TT>Copyright (c) 1994-7 Regents of the University of California</TT><TT></TT>
12+
<P><TT>Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group</TT>
13+
<P><TT>Portions Copyright (c) 1994, Regents of the University of California</TT>
1314

1415
<P><TT>Permission to use, copy, modify, and distribute this software and
1516
its</TT>
1617
<BR><TT>documentation for any purpose, without fee, and without a written
1718
agreement</TT>
1819
<BR><TT>is hereby granted, provided that the above copyright notice and
1920
this</TT>
20-
<BR><TT>paragraph and the following two paragraphs appear in all copies.</TT><TT></TT>
21+
<BR><TT>paragraph and the following two paragraphs appear in all copies.</TT>
2122

2223
<P><TT>IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY
2324
PARTY FOR</TT>
@@ -26,7 +27,7 @@
2627
<BR><TT>LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS</TT>
2728
<BR><TT>DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED
2829
OF THE</TT>
29-
<BR><TT>POSSIBILITY OF SUCH DAMAGE.</TT><TT></TT>
30+
<BR><TT>POSSIBILITY OF SUCH DAMAGE.</TT>
3031

3132
<P><TT>THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,</TT>
3233
<BR><TT>INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY</TT>

‎src/bin/pgaccess/doc/html/copyright.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<BR><TT></TT>&nbsp;
1010
<BR><TT></TT>&nbsp;<TT></TT>
1111

12-
<P><TT>Copyright (c) 1994-7 Regents of the University of California</TT><TT></TT>
12+
<P><TT>Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group</TT>
13+
<P><TT>Portions Copyright (c) 1994, Regents of the University of California</TT>
1314

1415
<P><TT>Permission to use, copy, modify, and distribute this software and
1516
its</TT>

‎src/bin/pgaccess/lib/help/copyrights.hlp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
.pgaw:Help.f.t insert end \
22
"Copyrights\n\n" {title} \
33
"
4-
PostgreSQL is Copyright � 1996-9 by thePostgreSQL Global Development Group, and is distributed under the terms of the Berkeley license.
4+
PostgreSQL is Copyright � 1996-2001,PostgreSQL Global Development Group.
55

6-
Postgres95 is Copyright � 1994-5 by the Regents of the University of California. Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
6+
Postgres95 is Copyright � 1994, Regents of the University of California.
7+
8+
Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
79

810
In no event shall the University of California be liable to any party for direct, indirect, special, incidental, or consequential damages, including lost profits, arising out of the use of this software and its documentation, even if the University of California has been advised of the possibility of such damage.
911

‎src/bin/pgtclsh/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
# Makefile for src/bin/pgtclsh
44
# (a tclsh workalike with pgtcl commands installed)
55
#
6-
# Copyright (c) 1994, Regents of the University of California
6+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
7+
# Portions Copyright (c) 1994, Regents of the University of California
78
#
8-
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.35 2000/11/30 20:36:12 petere Exp $
9+
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.36 2001/02/18 18:34:01 momjian Exp $
910
#
1011
#-------------------------------------------------------------------------
1112

‎src/bin/pgtclsh/pgtclAppInit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
22
* pgtclAppInit.c
3-
*
43
*a skeletal Tcl_AppInit that provides pgtcl initialization
54
* to create a tclsh that can talk to pglite backends
65
*

‎src/bin/psql/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#
33
# Makefile for src/bin/psql
44
#
5-
# Copyright (c) 1994, Regents of the University of California
5+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6+
# Portions Copyright (c) 1994, Regents of the University of California
67
#
7-
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.27 2000/11/30 20:36:12 petere Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.28 2001/02/18 18:34:01 momjian Exp $
89
#
910
#-------------------------------------------------------------------------
1011

‎src/bin/scripts/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#
33
# Makefile for src/bin/scripts
44
#
5-
# Copyright (c) 1994, Regents of the University of California
5+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6+
# Portions Copyright (c) 1994, Regents of the University of California
67
#
7-
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.11 2000/10/20 21:04:03 petere Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.12 2001/02/18 18:34:01 momjian Exp $
89
#
910
#-------------------------------------------------------------------------
1011

‎src/bin/scripts/createlang.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
# createlang.sh--
55
# Install a procedural language in a database
66
#
7-
# Copyright (c) 1994, Regents of the University of California
7+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8+
# Portions Copyright (c) 1994, Regents of the University of California
89
#
910
#
1011
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.22 2001/01/21 05:16:45 momjian Exp $
12+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.23 2001/02/18 18:34:01 momjian Exp $
1213
#
1314
#-------------------------------------------------------------------------
1415

‎src/bin/scripts/createuser

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
# createuser--
55
# Utility for creating a user in the PostgreSQL database
66
#
7-
# Copyright (c) 1994, Regents of the University of California
7+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8+
# Portions Copyright (c) 1994, Regents of the University of California
89
#
910
#
1011
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.16 2001/01/21 05:16:45 momjian Exp $
12+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.17 2001/02/18 18:34:01 momjian Exp $
1213
#
1314
# Note - this should NOT be setuid.
1415
#

‎src/bin/scripts/dropdb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
#
77
# this program runs psql to drop the requested database.
88
#
9-
# Copyright (c) 1994, Regents of the University of California
9+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
10+
# Portions Copyright (c) 1994, Regents of the University of California
1011
#
1112
#
1213
# IDENTIFICATION
13-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.10 2000/11/25 19:05:44 petere Exp $
14+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.11 2001/02/18 18:34:01 momjian Exp $
1415
#
1516
#-------------------------------------------------------------------------
1617

‎src/bin/scripts/droplang

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
# createlang--
55
# Remove a procedural language from a database
66
#
7-
# Copyright (c) 1994, Regents of the University of California
7+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8+
# Portions Copyright (c) 1994, Regents of the University of California
89
#
910
#
1011
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.12 2001/01/21 05:16:45 momjian Exp $
12+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.13 2001/02/18 18:34:01 momjian Exp $
1213
#
1314
#-------------------------------------------------------------------------
1415

‎src/bin/scripts/dropuser

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
# dropuser--
55
# Utility for removing a user from the PostgreSQL database.
66
#
7-
# Copyright (c) 1994, Regents of the University of California
7+
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8+
# Portions Copyright (c) 1994, Regents of the University of California
89
#
910
#
1011
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.11 2001/01/21 05:16:45 momjian Exp $
12+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.12 2001/02/18 18:34:02 momjian Exp $
1213
#
1314
# Note - this should NOT be setuid.
1415
#

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp