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

Commit7e1c8ef

Browse files
committed
Some more missed copyright notices. Many of these look like they
should have been caught by the src/tools/copyright script ... whyweren't they?
1 parent3ca924a commit7e1c8ef

File tree

45 files changed

+86
-86
lines changed

Some content is hidden

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

45 files changed

+86
-86
lines changed

‎contrib/dblink/README.dblink

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Darko Prenosil <Darko.Prenosil@finteh.hr>
99
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010
*
11-
* Copyright (c) 2001-2004, PostgreSQL Global Development Group
11+
* Copyright (c) 2001-2005, PostgreSQL Global Development Group
1212
* ALL RIGHTS RESERVED;
1313
*
1414
* Permission to use, copy, modify, and distribute this software and its

‎contrib/fuzzystrmatch/README.fuzzystrmatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Joe Conway <mail@joeconway.com>
77
*
8-
* Copyright (c) 2001-2004, PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2005, PostgreSQL Global Development Group
99
* ALL RIGHTS RESERVED;
1010
*
1111
* levenshtein()

‎contrib/tablefunc/README.tablefunc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* And contributors:
88
* Nabil Sayegh <postgresql@e-trolley.de>
99
*
10-
* Copyright (c) 2002-2004, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2005, PostgreSQL Global Development Group
1111
*
1212
* Permission to use, copy, modify, and distribute this software and its
1313
* documentation for any purpose, without fee, and without a written agreement

‎src/backend/catalog/information_schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* SQL Information Schema
33
* as defined in ISO 9075-2:1999 chapter 20
44
*
5-
* Copyright 2003, PostgreSQL Global Development Group
5+
* Copyright(c)2003-2005, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/backend/catalog/information_schema.sql,v 1.25 2004/11/27 21:27:08 petere Exp $
7+
* $PostgreSQL: pgsql/src/backend/catalog/information_schema.sql,v 1.26 2005/01/01 20:44:14 tgl Exp $
88
*/
99

1010
/*

‎src/backend/catalog/system_views.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* PostgreSQL System Views
33
*
4-
* Copyright 1996-2003, PostgreSQL Global Development Group
4+
* Copyright(c)1996-2005, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.10 2004/10/11 17:24:40 tgl Exp $
6+
* $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.11 2005/01/01 20:44:14 tgl Exp $
77
*/
88

99
CREATEVIEWpg_userAS

‎src/backend/nodes/bitmapset.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bms_is_empty() in preference to testing for NULL.)
1212
*
1313
*
14-
* Copyright (c) 2003, PostgreSQL Global Development Group
14+
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
1515
*
1616
* IDENTIFICATION
17-
* $PostgreSQL: pgsql/src/backend/nodes/bitmapset.c,v 1.6 2003/11/29 19:51:49 pgsql Exp $
17+
* $PostgreSQL: pgsql/src/backend/nodes/bitmapset.c,v 1.7 2005/01/01 20:44:15 tgl Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/

‎src/backend/nodes/value.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* implementation of Value nodes
55
*
66
*
7-
* Copyright (c) 2003, PostgreSQL Global Development Group
7+
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/nodes/value.c,v 1.1 2004/01/07 18:43:36 neilc Exp $
11+
* $PostgreSQL: pgsql/src/backend/nodes/value.c,v 1.2 2005/01/01 20:44:15 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎src/backend/postmaster/syslogger.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
*
1515
* Author: Andreas Pflug <pgadmin@pse-consulting.de>
1616
*
17-
* Copyright (c) 2004, PostgreSQL Global Development Group
17+
* Copyright (c) 2004-2005, PostgreSQL Global Development Group
1818
*
1919
*
2020
* IDENTIFICATION
21-
* $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.11 2004/11/09 13:01:27 petere Exp $
21+
* $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.12 2005/01/01 20:44:16 tgl Exp $
2222
*
2323
*-------------------------------------------------------------------------
2424
*/

‎src/backend/utils/adt/array_userfuncs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* array_userfuncs.c
44
* Misc user-visible array support functions
55
*
6-
* Copyright (c) 2003, PostgreSQL Global Development Group
6+
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/backend/utils/adt/array_userfuncs.c,v 1.14 2004/12/17 20:59:58 tgl Exp $
9+
* $PostgreSQL: pgsql/src/backend/utils/adt/array_userfuncs.c,v 1.15 2005/01/01 20:44:17 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

‎src/backend/utils/mb/Unicode/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Makefile for src/backend/utils/mb/Unicode
44
#
5-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
5+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.7 2004/08/29 04:12:55 momjian Exp $
7+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.8 2005/01/01 20:44:18 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

‎src/backend/utils/mb/Unicode/UCS_to_8859.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_8859.pl,v 1.6 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_8859.pl,v 1.7 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> ISO8859 code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_BIG5.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl,v 1.5 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl,v 1.6 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> BIG5 code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl,v 1.5 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl,v 1.6 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> EUC_CN code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl,v 1.5 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl,v 1.6 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> EUC_JP code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl,v 1.6 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl,v 1.7 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> EUC_KR code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl,v 1.5 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl,v 1.6 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> EUC_TW code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_GBK.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_GBK.pl,v 1.4 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_GBK.pl,v 1.5 2005/01/01 20:44:18 tgl Exp $
66
#
77
#
88
# Generate UTF-8 <--> GBK code conversion tables from

‎src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl,v 1.4 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl,v 1.5 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> JOHAB code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_SJIS.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl,v 1.6 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl,v 1.7 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> SJIS code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_UHC.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_UHC.pl,v 1.4 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_UHC.pl,v 1.5 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> BIG5 code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_WIN874.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl,v 1.4 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl,v 1.5 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> WIN874 code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_WINX.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_WINX.pl,v 1.4 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_WINX.pl,v 1.5 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> WINX code conversion tables from
88
# map files provided by Unicode organization.

‎src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/perl
22
#
3-
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl,v 1.5 2004/08/29 04:12:55 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl,v 1.6 2005/01/01 20:44:18 tgl Exp $
66
#
77
# Generate UTF-8 <--> ISO8859 code conversion tables from
88
# map files provided by Unicode organization.

‎src/bin/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# Makefile for src/bin (client programs)
44
#
5-
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
5+
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.45 2004/06/20 01:32:47 momjian Exp $
8+
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.46 2005/01/01 20:44:19 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

‎src/bin/ipcclean/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# Makefile for src/bin/ipcclean
44
#
5-
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
5+
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/bin/ipcclean/Makefile,v 1.17 2003/11/29 19:52:04 pgsql Exp $
8+
# $PostgreSQL: pgsql/src/bin/ipcclean/Makefile,v 1.18 2005/01/01 20:44:20 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

‎src/bin/pg_config/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Makefile for src/bin/pg_config
44
#
5-
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
5+
# Copyright (c) 1998-2005, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.12 2004/10/09 03:57:39 momjian Exp $
7+
# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.13 2005/01/01 20:44:21 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

‎src/bin/pg_controldata/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Makefile for src/bin/pg_controldata
44
#
5-
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
5+
# Copyright (c) 1998-2005, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/bin/pg_controldata/Makefile,v 1.11 2004/10/05 19:30:21 momjian Exp $
7+
# $PostgreSQL: pgsql/src/bin/pg_controldata/Makefile,v 1.12 2005/01/01 20:44:22 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

‎src/bin/pg_dump/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# Makefile for src/bin/pg_dump
44
#
5-
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
5+
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.58 2004/11/08 05:23:23momjian Exp $
8+
# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.59 2005/01/01 20:44:23tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

‎src/bin/pg_resetxlog/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Makefile for src/bin/pg_resetxlog
44
#
5-
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
5+
# Copyright (c) 1998-2005, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.13 2004/10/05 19:30:23 momjian Exp $
7+
# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.14 2005/01/01 20:44:24 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

‎src/bin/psql/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# Makefile for src/bin/psql
44
#
5-
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
5+
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.51 2004/10/05 19:30:24 momjian Exp $
8+
# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.52 2005/01/01 20:44:25 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

‎src/bin/psql/create_help.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#################################################################
44
# create_help.pl -- converts SGML docs to internal psql help
55
#
6-
# Copyright (c) 2000-2004, PostgreSQL Global Development Group
6+
# Copyright (c) 2000-2005, PostgreSQL Global Development Group
77
#
8-
# $PostgreSQL: pgsql/src/bin/psql/create_help.pl,v 1.12 2004/08/29 04:13:02 momjian Exp $
8+
# $PostgreSQL: pgsql/src/bin/psql/create_help.pl,v 1.13 2005/01/01 20:44:25 tgl Exp $
99
#################################################################
1010

1111
#

‎src/bin/scripts/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# Makefile for src/bin/scripts
44
#
5-
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
5+
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.31 2004/10/05 19:30:25 momjian Exp $
8+
# $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.32 2005/01/01 20:44:26 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

‎src/include/getaddrinfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
* This code will also work on platforms where struct addrinfo is defined
1414
* in the system headers but no getaddrinfo() can be located.
1515
*
16-
* Copyright (c) 2003, PostgreSQL Global Development Group
16+
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
1717
*
18-
* $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.13 2004/09/27 23:24:37 momjian Exp $
18+
* $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.14 2005/01/01 20:44:26 tgl Exp $
1919
*
2020
*-------------------------------------------------------------------------
2121
*/

‎src/include/getopt_long.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* Portions Copyright (c) 1987, 1993, 1994
33
* The Regents of the University of California. All rights reserved.
44
*
5-
* Portions Copyright (c) 2003, PostgreSQL Global Development Group
5+
* Portions Copyright (c) 2003-2005, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/include/getopt_long.h,v 1.5 2003/11/29 19:52:08 pgsql Exp $
7+
* $PostgreSQL: pgsql/src/include/getopt_long.h,v 1.6 2005/01/01 20:44:26 tgl Exp $
88
*/
99
#ifndefGETOPT_LONG_H
1010
#defineGETOPT_LONG_H

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp