diff options
author | Tom Lane | 2003-08-04 23:59:41 +0000 |
---|---|---|
committer | Tom Lane | 2003-08-04 23:59:41 +0000 |
commit | 8be35f2de756e74c01b40319f8e6cea5dc515102 (patch) | |
tree | 760e4cd69886ad94649691e1dbd12a39a62f3e81 | |
parent | cf67d6ae932d056b4eba8a01677c08f0dd17e5d8 (diff) |
Fix some copyright notices that weren't updated. Improve copyright tool
so it won't miss 'em again.
86 files changed, 88 insertions, 88 deletions
@@ -1,7 +1,7 @@ PostgreSQL Database Management System (formerly known as Postgres, then as Postgres95) -Portions Copyright (c) 1996-2002, The PostgreSQL Global Development Group +Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group Portions Copyright (c) 1994, The Regents of the University of California diff --git a/contrib/dblink/README.dblink b/contrib/dblink/README.dblink index 7724aa9e91..c315cdaa36 100644 --- a/contrib/dblink/README.dblink +++ b/contrib/dblink/README.dblink @@ -8,7 +8,7 @@ * Darko Prenosil <[email protected]> * Shridhar Daithankar <[email protected]> * - * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * Permission to use, copy, modify, and distribute this software and its diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 629f93f1c6..dd0059fe77 100644 --- a/contrib/dblink/dblink.c +++ b/contrib/dblink/dblink.c @@ -8,7 +8,7 @@ * Darko Prenosil <[email protected]> * Shridhar Daithankar <[email protected]> * - * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * Permission to use, copy, modify, and distribute this software and its diff --git a/contrib/dblink/dblink.h b/contrib/dblink/dblink.h index 4da345cbae..79d16b21e3 100644 --- a/contrib/dblink/dblink.h +++ b/contrib/dblink/dblink.h @@ -8,7 +8,7 @@ * Darko Prenosil <[email protected]> * Shridhar Daithankar <[email protected]> * - * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * Permission to use, copy, modify, and distribute this software and its diff --git a/contrib/findoidjoins/findoidjoins.c b/contrib/findoidjoins/findoidjoins.c index 37b8f0c969..a98871aa5d 100644 --- a/contrib/findoidjoins/findoidjoins.c +++ b/contrib/findoidjoins/findoidjoins.c @@ -1,7 +1,7 @@ /* * findoidjoins.c * - * Copyright 2002 by PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/contrib/fuzzystrmatch/README.fuzzystrmatch b/contrib/fuzzystrmatch/README.fuzzystrmatch index 9cd80f81b7..ff287b9aa3 100644 --- a/contrib/fuzzystrmatch/README.fuzzystrmatch +++ b/contrib/fuzzystrmatch/README.fuzzystrmatch @@ -5,7 +5,7 @@ * * Joe Conway <[email protected]> * - * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * levenshtein() diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c index cc4be6af1d..78d49b9ac9 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -5,7 +5,7 @@ * * Joe Conway <[email protected]> * - * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * levenshtein() diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.h b/contrib/fuzzystrmatch/fuzzystrmatch.h index 079e520b8e..0c170755cc 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.h +++ b/contrib/fuzzystrmatch/fuzzystrmatch.h @@ -5,7 +5,7 @@ * * Joe Conway <[email protected]> * - * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * levenshtein() diff --git a/contrib/tablefunc/README.tablefunc b/contrib/tablefunc/README.tablefunc index c456143288..b80899e957 100644 --- a/contrib/tablefunc/README.tablefunc +++ b/contrib/tablefunc/README.tablefunc @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <[email protected]> * - * Copyright 2002 by PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index 17a3a6a857..312c63a4c0 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <[email protected]> * - * Copyright 2002 by PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h index 7671073ca2..c18ac455d4 100644 --- a/contrib/tablefunc/tablefunc.h +++ b/contrib/tablefunc/tablefunc.h @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <[email protected]> * - * Copyright 2002 by PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement diff --git a/src/backend/access/heap/tuptoaster.c b/src/backend/access/heap/tuptoaster.c index 15be9e8e5a..56e1dc804a 100644 --- a/src/backend/access/heap/tuptoaster.c +++ b/src/backend/access/heap/tuptoaster.c @@ -4,7 +4,7 @@ * Support routines for external and compressed storage of * variable size attributes. * - * Copyright (c) 2000-2002, PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * * IDENTIFICATION diff --git a/src/backend/access/transam/varsup.c b/src/backend/access/transam/varsup.c index fa9651ac60..489740d948 100644 --- a/src/backend/access/transam/varsup.c +++ b/src/backend/access/transam/varsup.c @@ -3,7 +3,7 @@ * varsup.c * postgres OID & XID variables support routines * - * Copyright (c) 2000, PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * IDENTIFICATION * $Header$ diff --git a/src/backend/commands/comment.c b/src/backend/commands/comment.c index dcda07e619..75a8eb75a7 100644 --- a/src/backend/commands/comment.c +++ b/src/backend/commands/comment.c @@ -4,7 +4,7 @@ * * PostgreSQL object comments utility code. * - * Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Copyright (c) 1996-2003, PostgreSQL Global Development Group * * IDENTIFICATION * $Header$ diff --git a/src/backend/executor/instrument.c b/src/backend/executor/instrument.c index 34779d265a..87b00ca3c1 100644 --- a/src/backend/executor/instrument.c +++ b/src/backend/executor/instrument.c @@ -4,7 +4,7 @@ * functions for instrumentation of plan execution * * - * Copyright (c) 2001, PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * * IDENTIFICATION * $Header$ diff --git a/src/backend/utils/Gen_fmgrtab.sh b/src/backend/utils/Gen_fmgrtab.sh index 2a1db3aafd..3d67de1fee 100644 --- a/src/backend/utils/Gen_fmgrtab.sh +++ b/src/backend/utils/Gen_fmgrtab.sh @@ -4,7 +4,7 @@ # Gen_fmgrtab.sh # shell script to generate fmgroids.h and fmgrtab.c from pg_proc.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 # # @@ -134,7 +134,7 @@ cat > "$$-$OIDSFILE" <<FuNkYfMgRsTuFf * These macros can be used to avoid a catalog lookup when a specific * fmgr-callable function needs to be referenced. * - * 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 * * NOTES @@ -192,7 +192,7 @@ cat > "$$-$TABLEFILE" <<FuNkYfMgRtAbStUfF * $TABLEFILE * The function manager's table of internal functions. * - * 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 * * NOTES diff --git a/src/backend/utils/adt/ascii.c b/src/backend/utils/adt/ascii.c index 9d37dd307f..39d85b5ffa 100644 --- a/src/backend/utils/adt/ascii.c +++ b/src/backend/utils/adt/ascii.c @@ -2,7 +2,7 @@ * ascii.c * The PostgreSQL routine for string to ascii conversion. * - * Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1999-2003, PostgreSQL Global Development Group * * IDENTIFICATION * $Header$ diff --git a/src/backend/utils/adt/encode.c b/src/backend/utils/adt/encode.c index 044a04ef8d..edcb499be2 100644 --- a/src/backend/utils/adt/encode.c +++ b/src/backend/utils/adt/encode.c @@ -3,7 +3,7 @@ * encode.c * Various data encoding/decoding things. * - * Copyright (c) 2001 PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * * * IDENTIFICATION diff --git a/src/backend/utils/adt/formatting.c b/src/backend/utils/adt/formatting.c index dc309006d5..f8e13a2428 100644 --- a/src/backend/utils/adt/formatting.c +++ b/src/backend/utils/adt/formatting.c @@ -4,7 +4,7 @@ * $Header$ * * - * Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1999-2003, PostgreSQL Global Development Group * * * TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER(); diff --git a/src/backend/utils/adt/like_match.c b/src/backend/utils/adt/like_match.c index 8b8190b2fe..71ebe4308c 100644 --- a/src/backend/utils/adt/like_match.c +++ b/src/backend/utils/adt/like_match.c @@ -16,7 +16,7 @@ * MatchTextIC (MBMatchTextIC) * do_like_escape (MB_do_like_escape) * - * Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Copyright (c) 1996-2003, PostgreSQL Global Development Group * * IDENTIFICATION * $Header$ diff --git a/src/backend/utils/adt/lockfuncs.c b/src/backend/utils/adt/lockfuncs.c index b103f39dde..91ebbf757c 100644 --- a/src/backend/utils/adt/lockfuncs.c +++ b/src/backend/utils/adt/lockfuncs.c @@ -3,7 +3,7 @@ * lockfuncs.c * Set-returning functions to view the state of locks within the DB. * - * Copyright (c) 2002, PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * * IDENTIFICATION * $Header$ diff --git a/src/backend/utils/adt/pg_locale.c b/src/backend/utils/adt/pg_locale.c index e2b99cfa33..3d09cb28be 100644 --- a/src/backend/utils/adt/pg_locale.c +++ b/src/backend/utils/adt/pg_locale.c @@ -2,7 +2,7 @@ * * PostgreSQL locale utilities * - * Portions Copyright (c) 2002, PostgreSQL Global Development Group + * Portions Copyright (c) 2002-2003, PostgreSQL Global Development Group * * $Header$ * diff --git a/src/backend/utils/adt/quote.c b/src/backend/utils/adt/quote.c index 1dc8effb01..8c9cf34e07 100644 --- a/src/backend/utils/adt/quote.c +++ b/src/backend/utils/adt/quote.c @@ -3,7 +3,7 @@ * quote.c * Functions for quoting identifiers and literals * - * Portions Copyright (c) 2000, PostgreSQL Global Development Group + * Portions Copyright (c) 2000-2003, PostgreSQL Global Development Group * * * IDENTIFICATION diff --git a/src/backend/utils/fmgr/funcapi.c b/src/backend/utils/fmgr/funcapi.c index dc8afc5689..bb4391f46b 100644 --- a/src/backend/utils/fmgr/funcapi.c +++ b/src/backend/utils/fmgr/funcapi.c @@ -4,7 +4,7 @@ * Utility and convenience functions for fmgr functions that return * sets and/or composite types. * - * Copyright (c) 2002, PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * * IDENTIFICATION * $Header$ diff --git a/src/backend/utils/mb/Unicode/Makefile b/src/backend/utils/mb/Unicode/Makefile index 53369217b6..d126058a37 100644 --- a/src/backend/utils/mb/Unicode/Makefile +++ b/src/backend/utils/mb/Unicode/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/backend/utils/mb/Unicode # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Header$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_8859.pl b/src/backend/utils/mb/Unicode/UCS_to_8859.pl index d493e8e3c6..5ce37345b6 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_8859.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_8859.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl b/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl index b3ed290af2..d479064023 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl b/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl index ebeec6953c..23384c1bef 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl b/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl index ca5a24a11d..4a7de97a74 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl b/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl index dbdc35eafc..235d4b3c75 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl b/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl index bf1afc019f..7b600ac784 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_GBK.pl b/src/backend/utils/mb/Unicode/UCS_to_GBK.pl index b13713f2e8..12fe9596c5 100644 --- a/src/backend/utils/mb/Unicode/UCS_to_GBK.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_GBK.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl b/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl index 3bcaacf477..f0b84a25dc 100644 --- a/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl b/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl index dd263f1736..c18150036c 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_UHC.pl b/src/backend/utils/mb/Unicode/UCS_to_UHC.pl index 17530e082a..5fcdfc0161 100644 --- a/src/backend/utils/mb/Unicode/UCS_to_UHC.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_UHC.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl b/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl index 6d153dc84a..a88f8da2be 100644 --- a/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_WINX.pl b/src/backend/utils/mb/Unicode/UCS_to_WINX.pl index 4236d17048..6ec4137db3 100644 --- a/src/backend/utils/mb/Unicode/UCS_to_WINX.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_WINX.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl b/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl index e98d37c677..dc5672028c 100644 --- a/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # $Id$ # diff --git a/src/backend/utils/misc/guc-file.l b/src/backend/utils/misc/guc-file.l index 52f1ff2dd0..589ff864e1 100644 --- a/src/backend/utils/misc/guc-file.l +++ b/src/backend/utils/misc/guc-file.l @@ -2,7 +2,7 @@ /* * Scanner for the configuration file * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 2f13b230de..c6fe44e920 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -6,7 +6,7 @@ * See src/backend/utils/misc/README for more information. * * - * Copyright 2000-2003 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * Written by Peter Eisentraut <[email protected]>. * * IDENTIFICATION diff --git a/src/backend/utils/misc/ps_status.c b/src/backend/utils/misc/ps_status.c index de5c2b76bc..c6c10a2823 100644 --- a/src/backend/utils/misc/ps_status.c +++ b/src/backend/utils/misc/ps_status.c @@ -7,7 +7,7 @@ * * $Header$ * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * various details abducted from various places *-------------------------------------------------------------------- */ diff --git a/src/bin/pg_ctl/pg_ctl.sh b/src/bin/pg_ctl/pg_ctl.sh index 778c91c4ce..788e1f1d69 100755 --- a/src/bin/pg_ctl/pg_ctl.sh +++ b/src/bin/pg_ctl/pg_ctl.sh @@ -4,7 +4,7 @@ # pg_ctl.sh-- # Start/Stop/Restart/HUP/Report status of postmaster # -# Copyright (c) 2001 PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # # # IDENTIFICATION diff --git a/src/bin/pg_dump/sprompt.c b/src/bin/pg_dump/sprompt.c index fc47d14779..14ae8fbfa0 100644 --- a/src/bin/pg_dump/sprompt.c +++ b/src/bin/pg_dump/sprompt.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/pg_encoding/pg_encoding.c b/src/bin/pg_encoding/pg_encoding.c index 9a68158059..6730b0b1c0 100644 --- a/src/bin/pg_encoding/pg_encoding.c +++ b/src/bin/pg_encoding/pg_encoding.c @@ -3,7 +3,7 @@ * pg_encoding.c * * - * Copyright (c) 1998, PostgreSQL development group + * Copyright (c) 1998-2003, PostgreSQL Global Development Group * * * IDENTIFICATION diff --git a/src/bin/pg_id/pg_id.c b/src/bin/pg_id/pg_id.c index 8d0e41eb07..73ff7b347d 100644 --- a/src/bin/pg_id/pg_id.c +++ b/src/bin/pg_id/pg_id.c @@ -4,7 +4,7 @@ * A crippled id utility for use in various shell scripts in use by PostgreSQL * (in particular initdb) * - * Copyright (C) 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 9add3161ab..1e0a7a1f1a 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2002 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/command.h b/src/bin/psql/command.h index 764fd950a3..7c68998da0 100644 --- a/src/bin/psql/command.h +++ b/src/bin/psql/command.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index 17c4dff6fc..c1a431db9e 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h index 8fbb6b1a6d..4bddf7633d 100644 --- a/src/bin/psql/common.h +++ b/src/bin/psql/common.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index d9e6dc7108..05571fd976 100644 --- a/src/bin/psql/copy.c +++ b/src/bin/psql/copy.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/copy.h b/src/bin/psql/copy.h index c8af4fbda7..9b3f2750ea 100644 --- a/src/bin/psql/copy.h +++ b/src/bin/psql/copy.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/create_help.pl b/src/bin/psql/create_help.pl index 7f1233cb3a..133cdcc759 100644 --- a/src/bin/psql/create_help.pl +++ b/src/bin/psql/create_help.pl @@ -3,7 +3,7 @@ ################################################################# # create_help.pl -- converts SGML docs to internal psql help # -# Copyright 2000 by PostgreSQL Global Development Group +# Copyright (c) 2000-2003, PostgreSQL Global Development Group # # $Header$ ################################################################# diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c index 4c27ab37f1..20d09e7cef 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2002 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/describe.h b/src/bin/psql/describe.h index e8456cd917..dccd3466d5 100644 --- a/src/bin/psql/describe.h +++ b/src/bin/psql/describe.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2002 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 3be00a29a2..6d086969ec 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2003 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h index 14c162217b..95697f8533 100644 --- a/src/bin/psql/help.h +++ b/src/bin/psql/help.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/input.c b/src/bin/psql/input.c index 56c4cec927..a3f5648bd3 100644 --- a/src/bin/psql/input.c +++ b/src/bin/psql/input.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/input.h b/src/bin/psql/input.h index 08fb742fbc..52e0d1f551 100644 --- a/src/bin/psql/input.h +++ b/src/bin/psql/input.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/large_obj.c b/src/bin/psql/large_obj.c index 1f1699f643..e55d7dfd8f 100644 --- a/src/bin/psql/large_obj.c +++ b/src/bin/psql/large_obj.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2002 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/large_obj.h b/src/bin/psql/large_obj.h index e5e9725101..bfa4803938 100644 --- a/src/bin/psql/large_obj.h +++ b/src/bin/psql/large_obj.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/mainloop.c b/src/bin/psql/mainloop.c index 60dc805821..b733491de6 100644 --- a/src/bin/psql/mainloop.c +++ b/src/bin/psql/mainloop.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/mainloop.h b/src/bin/psql/mainloop.h index 8c5e9ff9ba..fc3bb28743 100644 --- a/src/bin/psql/mainloop.h +++ b/src/bin/psql/mainloop.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/mbprint.c b/src/bin/psql/mbprint.c index f1a0bd30ec..749c85a1fd 100644 --- a/src/bin/psql/mbprint.c +++ b/src/bin/psql/mbprint.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index 1d444bc828..b918ebce8a 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2003 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h index d3ece35ce6..ba5fc6911e 100644 --- a/src/bin/psql/print.h +++ b/src/bin/psql/print.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/prompt.c b/src/bin/psql/prompt.c index 8cd1340532..9ce4516119 100644 --- a/src/bin/psql/prompt.c +++ b/src/bin/psql/prompt.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/prompt.h b/src/bin/psql/prompt.h index bcc83b5120..1dc853be87 100644 --- a/src/bin/psql/prompt.h +++ b/src/bin/psql/prompt.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/settings.h b/src/bin/psql/settings.h index 5099d60f80..1f87a5d1af 100644 --- a/src/bin/psql/settings.h +++ b/src/bin/psql/settings.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index 69f8940b3f..0d89b11872 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c index 44119ba350..373640f1b8 100644 --- a/src/bin/psql/stringutils.c +++ b/src/bin/psql/stringutils.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2002 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index 3103bc14bd..2a8f815cb2 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2002 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Id$ */ diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 3beb339f0d..38e4b278bb 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2002 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/tab-complete.h b/src/bin/psql/tab-complete.h index f9b20e79b8..cbba036978 100644 --- a/src/bin/psql/tab-complete.h +++ b/src/bin/psql/tab-complete.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/variables.c b/src/bin/psql/variables.c index 039dba8581..9f532059f3 100644 --- a/src/bin/psql/variables.c +++ b/src/bin/psql/variables.c @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/bin/psql/variables.h b/src/bin/psql/variables.h index 5d03d7ce9b..53af7c24ec 100644 --- a/src/bin/psql/variables.h +++ b/src/bin/psql/variables.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header$ */ diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index 99d487f85c..4efa79a304 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -4,7 +4,7 @@ * POSTGRES definitions for external and compressed storage * of variable size attributes. * - * Copyright (c) 2000, PostgreSQL Development Team + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Id$ * diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h index 5e3ddc670f..d627dd3c50 100644 --- a/src/include/catalog/pg_cast.h +++ b/src/include/catalog/pg_cast.h @@ -5,7 +5,7 @@ * along with the relation's initial contents. * * - * Copyright (c) 2002, PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * * $Id$ * diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h index 1b2ac3e614..abdd65a668 100644 --- a/src/include/commands/comment.h +++ b/src/include/commands/comment.h @@ -4,7 +4,7 @@ * * Prototypes for functions in commands/comment.c * - * Copyright (c) 1999, PostgreSQL Global Development Group + * Copyright (c) 1999-2003, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/instrument.h b/src/include/executor/instrument.h index 69a92aa9a5..c766645aec 100644 --- a/src/include/executor/instrument.h +++ b/src/include/executor/instrument.h @@ -4,7 +4,7 @@ * definitions for run-time statistics collection * * - * Copyright (c) 2001, PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * * $Id$ * diff --git a/src/include/funcapi.h b/src/include/funcapi.h index 11a18cfd1c..002c258243 100644 --- a/src/include/funcapi.h +++ b/src/include/funcapi.h @@ -7,7 +7,7 @@ * or call FUNCAPI-callable functions or macros. * * - * Copyright (c) 2002, PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * * $Id$ * diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h index b3d0becd23..69b211062a 100644 --- a/src/include/utils/formatting.h +++ b/src/include/utils/formatting.h @@ -5,7 +5,7 @@ * $Id$ * * - * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group + * Portions Copyright (c) 1999-2003, PostgreSQL Global Development Group * * The PostgreSQL routines for a DateTime/int/float/numeric formatting, * inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines. diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 637afbea6d..a401e15608 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -4,7 +4,7 @@ * External declarations pertaining to backend/utils/misc/guc.c and * backend/utils/misc/guc-file.l * - * Copyright 2000-2003 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * Written by Peter Eisentraut <[email protected]>. * * $Id$ diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h index a69462b675..4e0dfa4a72 100644 --- a/src/include/utils/pg_locale.h +++ b/src/include/utils/pg_locale.h @@ -4,7 +4,7 @@ * * $Id$ * - * Copyright (c) 2002, PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * *----------------------------------------------------------------------- */ diff --git a/src/tools/copyright b/src/tools/copyright index 84bfd002b8..764f71dfbc 100755 --- a/src/tools/copyright +++ b/src/tools/copyright @@ -1,4 +1,4 @@ rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE do - pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group.*\)$/\12003\2/g' $FILE + pipe sed 's/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\12003\2/' $FILE done diff --git a/src/tutorial/complex.source b/src/tutorial/complex.source index eef1f8c8ef..e40e417a76 100644 --- a/src/tutorial/complex.source +++ b/src/tutorial/complex.source @@ -5,7 +5,7 @@ -- use this new type. -- -- --- 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$ diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source index c8051227c2..fc92d23fed 100644 --- a/src/tutorial/syscat.source +++ b/src/tutorial/syscat.source @@ -4,7 +4,7 @@ -- sample queries to the system catalogs -- -- --- 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$ |