]> granicus.if.org Git - postgresql/commitdiff
Fix some copyright notices that weren't updated. Improve copyright tool
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Aug 2003 23:59:41 +0000 (23:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Aug 2003 23:59:41 +0000 (23:59 +0000)
so it won't miss 'em again.

86 files changed:
COPYRIGHT
contrib/dblink/README.dblink
contrib/dblink/dblink.c
contrib/dblink/dblink.h
contrib/findoidjoins/findoidjoins.c
contrib/fuzzystrmatch/README.fuzzystrmatch
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/fuzzystrmatch.h
contrib/tablefunc/README.tablefunc
contrib/tablefunc/tablefunc.c
contrib/tablefunc/tablefunc.h
src/backend/access/heap/tuptoaster.c
src/backend/access/transam/varsup.c
src/backend/commands/comment.c
src/backend/executor/instrument.c
src/backend/utils/Gen_fmgrtab.sh
src/backend/utils/adt/ascii.c
src/backend/utils/adt/encode.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/like_match.c
src/backend/utils/adt/lockfuncs.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/quote.c
src/backend/utils/fmgr/funcapi.c
src/backend/utils/mb/Unicode/Makefile
src/backend/utils/mb/Unicode/UCS_to_8859.pl
src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
src/backend/utils/mb/Unicode/UCS_to_GBK.pl
src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
src/backend/utils/mb/Unicode/UCS_to_UHC.pl
src/backend/utils/mb/Unicode/UCS_to_WIN874.pl
src/backend/utils/mb/Unicode/UCS_to_WINX.pl
src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl
src/backend/utils/misc/guc-file.l
src/backend/utils/misc/guc.c
src/backend/utils/misc/ps_status.c
src/bin/pg_ctl/pg_ctl.sh
src/bin/pg_dump/sprompt.c
src/bin/pg_encoding/pg_encoding.c
src/bin/pg_id/pg_id.c
src/bin/psql/command.c
src/bin/psql/command.h
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/copy.c
src/bin/psql/copy.h
src/bin/psql/create_help.pl
src/bin/psql/describe.c
src/bin/psql/describe.h
src/bin/psql/help.c
src/bin/psql/help.h
src/bin/psql/input.c
src/bin/psql/input.h
src/bin/psql/large_obj.c
src/bin/psql/large_obj.h
src/bin/psql/mainloop.c
src/bin/psql/mainloop.h
src/bin/psql/mbprint.c
src/bin/psql/print.c
src/bin/psql/print.h
src/bin/psql/prompt.c
src/bin/psql/prompt.h
src/bin/psql/settings.h
src/bin/psql/startup.c
src/bin/psql/stringutils.c
src/bin/psql/stringutils.h
src/bin/psql/tab-complete.c
src/bin/psql/tab-complete.h
src/bin/psql/variables.c
src/bin/psql/variables.h
src/include/access/tuptoaster.h
src/include/catalog/pg_cast.h
src/include/commands/comment.h
src/include/executor/instrument.h
src/include/funcapi.h
src/include/utils/formatting.h
src/include/utils/guc.h
src/include/utils/pg_locale.h
src/tools/copyright
src/tutorial/complex.source
src/tutorial/syscat.source

index c93355e396c730a43ce3dd5cffee8bae47ea4d76..6e3ddac5fe4688a4602981070f4318841bcd9de9 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -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
 
index 7724aa9e9174a049cead08bf51a3f4beff7192ff..c315cdaa36361d4d3871c309cc86bd20c7e0a73d 100644 (file)
@@ -8,7 +8,7 @@
  * Darko Prenosil <Darko.Prenosil@finteh.hr>
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
- * 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
index 629f93f1c64b0a5e05fcbb537f672f7d88d294ef..dd0059fe77c65578c90be39a90e6f125118d54b9 100644 (file)
@@ -8,7 +8,7 @@
  * Darko Prenosil <Darko.Prenosil@finteh.hr>
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
- * 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
index 4da345cbaedb58caba63ae80e523f88adab184ae..79d16b21e381eb1a80268e7ebb27fe4fe5e73182 100644 (file)
@@ -8,7 +8,7 @@
  * Darko Prenosil <Darko.Prenosil@finteh.hr>
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
- * 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
index 4843c1f3e5dec7bd5288e751ae7ebe11d0e4b854..9872334624a3314c289fa31c8830ab3c66fc002c 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * findoidjoins.c
  *
- * Copyright 2002 by PostgreSQL Global Development Group
+ * Copyright (c) 2002-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/findoidjoins.c,v 1.21 2003/08/04 00:43:10 momjian Exp $
+ * $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/findoidjoins.c,v 1.22 2003/08/04 23:59:37 tgl Exp $
  */
 #include "postgres_fe.h"
 
index 9cd80f81b72a649a06ffd80055b7fee39d21c963..ff287b9aa3c614a74ee15fba6292462294de4ad1 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Joe Conway <mail@joeconway.com>
  *
- * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group
+ * Copyright (c) 2001-2003, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * levenshtein()
index cc4be6af1de9dc24623297791bf7b439aa49271a..78d49b9ac95b7cca3feb445c0279d1f4044c4c36 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Joe Conway <mail@joeconway.com>
  *
- * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group
+ * Copyright (c) 2001-2003, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * levenshtein()
index 079e520b8e5a3105f465745ac5104f33c6f33f4e..0c170755cc99bc4fe2a1a0e24ed1f23713b11844 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Joe Conway <mail@joeconway.com>
  *
- * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group
+ * Copyright (c) 2001-2003, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * levenshtein()
index c4561432880a87850e722e776f5bb3f52b5abba2..b80899e957ec0cef83ff727843712e6925ca55d6 100644 (file)
@@ -7,7 +7,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * 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
index 17a3a6a857978d1c88cec7e76bfc32ea3526ffee..312c63a4c0c3b66c7ba8d5c620c914b0fb9c4610 100644 (file)
@@ -7,7 +7,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * 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
index 7671073ca2818937a1a2cb2c7091e9ad85708ba1..c18ac455d41e6ebe4cad9712fe9b79f5b85cc207 100644 (file)
@@ -7,7 +7,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * 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
index 0262f9a146f7d786cf72e2b61977a14698c99b1e..1840e0d1d777e0a78a2b7b83e5fb1c7c0c777982 100644 (file)
@@ -4,11 +4,11 @@
  *       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
- *       $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.37 2003/07/21 20:29:39 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.38 2003/08/04 23:59:37 tgl Exp $
  *
  *
  * INTERFACE ROUTINES
index 6453bad761c8078140c06dd2e3f958f367a60ae5..ae2032bccf091ee77cc6de1e5530a99cdb281aa5 100644 (file)
@@ -3,10 +3,10 @@
  * 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: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.51 2002/09/04 20:31:13 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.52 2003/08/04 23:59:37 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index e0ebba0df96d15eef81a03ad369b2a31691d64f7..4ed3614506d5df87416fa6e66bb5d03488b6de69 100644 (file)
@@ -4,10 +4,10 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/comment.c,v 1.68 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/comment.c,v 1.69 2003/08/04 23:59:37 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0061f7ccc7acdcd2c778268db2799c0f2a1e8bb1..81918584d7ef868e60e1fa1acd850db29709b4e1 100644 (file)
@@ -4,10 +4,10 @@
  *      functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2003, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/instrument.c,v 1.4 2003/07/21 17:05:09 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/instrument.c,v 1.5 2003/08/04 23:59:37 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index 074088e080dd47c7965047a53687a6640a8e32e8..5606bd6e6ba10806115b2e64715919cbf4a92e42 100644 (file)
@@ -4,12 +4,12 @@
 # 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
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.25 2002/07/24 19:11:10 petere Exp $
+#    $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.26 2003/08/04 23:59:38 tgl Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -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
index adb03d3d0ed7203ee8234dcd502cb04828526e1e..30014011ee9b012194b8280a2fcdeadac22aef1b 100644 (file)
@@ -2,10 +2,10 @@
  * 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: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.17 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.18 2003/08/04 23:59:38 tgl Exp $
  *
  *-----------------------------------------------------------------------
  */
index 949ce61206e335187110876da28e074678640034..80291da60356ffa59cea11ea1963b8a77b9fc711 100644 (file)
@@ -3,11 +3,11 @@
  * encode.c
  *       Various data encoding/decoding things.
  *
- * Copyright (c) 2001 PostgreSQL Global Development Group
+ * Copyright (c) 2001-2003, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/encode.c,v 1.7 2003/07/27 04:53:05 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/encode.c,v 1.8 2003/08/04 23:59:38 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index 717b350bebe1a37da150cd83c02cc161ecb98ed3..1e9b49ea8d2396c16d7b8b15f6ebf692aaf26ad6 100644 (file)
@@ -1,10 +1,10 @@
 /* -----------------------------------------------------------------------
  * formatting.c
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.65 2003/08/04 00:43:25 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.66 2003/08/04 23:59:38 tgl Exp $
  *
  *
- *      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();
index ebe2ce75f34f85bd63e05bf0a669d921624b41a3..6264bfd3a3363cdfc6db424bf0c005575fa37255 100644 (file)
  * 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: /cvsroot/pgsql/src/backend/utils/adt/like_match.c,v 1.6 2003/08/04 00:43:25 momjian Exp $
+ *     $Header: /cvsroot/pgsql/src/backend/utils/adt/like_match.c,v 1.7 2003/08/04 23:59:38 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1469034fde12315a1856c0cb7b8e7f42ebf3f552..8fb1e6dbaebaea7564a19cf2d25aefbfb29f30e5 100644 (file)
@@ -3,10 +3,10 @@
  * 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: /cvsroot/pgsql/src/backend/utils/adt/lockfuncs.c,v 1.10 2003/02/19 23:41:15 momjian Exp $
+ *             $Header: /cvsroot/pgsql/src/backend/utils/adt/lockfuncs.c,v 1.11 2003/08/04 23:59:38 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index d6a0d9788961f54e3f0b172725ae04ed7211c015..eced5a5c42c5466d175828d328b579d140206999 100644 (file)
@@ -2,9 +2,9 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.22 2003/08/04 00:43:25 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.23 2003/08/04 23:59:38 tgl Exp $
  *
  *-----------------------------------------------------------------------
  */
index 72f32b6cec41ff96e972bc797a2efb2f438efac1..3574350f302f71b8b7753b4c7cefd14359eb5fd3 100644 (file)
@@ -3,11 +3,11 @@
  * 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
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.10 2002/09/05 00:43:07 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.11 2003/08/04 23:59:39 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index fcadcdbd8ffff822ab6e53e4d16f983fe684fdf7..d7776d2ed031ce78c22f341d6848e54f98fa26ab 100644 (file)
@@ -4,10 +4,10 @@
  *       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: /cvsroot/pgsql/src/backend/utils/fmgr/funcapi.c,v 1.8 2003/07/28 00:09:16 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/fmgr/funcapi.c,v 1.9 2003/08/04 23:59:39 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index 45259999725c9f840c588b71ed40f57f973fa602..d85ac4a6c148c4db9d32cdcaa6fa165b2b164c6b 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Header: /cvsroot/pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.4 2002/06/14 03:30:56 ishii Exp $
+# $Header: /cvsroot/pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.5 2003/08/04 23:59:39 tgl Exp $
 #
 #-------------------------------------------------------------------------
 
index a0ed7b88766440ea4b88ea1b3adb06fe5332c131..6d57bae2f3b8f02fcfcf1100ec51d7313fbf4501 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_8859.pl,v 1.3 2001/10/11 14:20:35 ishii Exp $
+# $Id: UCS_to_8859.pl,v 1.4 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> ISO8859 code conversion tables from
 # map files provided by Unicode organization.
index c0f6348029c1bdb95fcda28dfec03e8ce99af49b..06e6f839fe02d2af398eb6315beea6c9e9fe9138 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_BIG5.pl,v 1.2 2001/04/16 06:10:18 ishii Exp $
+# $Id: UCS_to_BIG5.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> BIG5 code conversion tables from
 # map files provided by Unicode organization.
index baa62df5f453b5e34c862fef10fd19a1977eaa05..cb3d6f42d75a4faf176704a80580b4207f741b7a 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_EUC_CN.pl,v 1.2 2001/04/16 06:10:18 ishii Exp $
+# $Id: UCS_to_EUC_CN.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> EUC_CN code conversion tables from
 # map files provided by Unicode organization.
index 129848a74c43906260b41127fdf77948788b43d0..f2a52fcb1f303f1d6c5b6a18abe3e24371272650 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_EUC_JP.pl,v 1.2 2001/04/16 06:10:18 ishii Exp $
+# $Id: UCS_to_EUC_JP.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> EUC_JP code conversion tables from
 # map files provided by Unicode organization.
index 6710e1d7e4c1c28e77d029b57c4fdb283a64c78e..c7127aac2b6ee5cd0ef4cd426a4e746b81a8b80c 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_EUC_KR.pl,v 1.3 2002/03/05 05:52:45 momjian Exp $
+# $Id: UCS_to_EUC_KR.pl,v 1.4 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> EUC_KR code conversion tables from
 # map files provided by Unicode organization.
index 1d822f6da96db4fcef72983bc36125e915f22e91..fdd7a35b7907c9db9a9367724cc9a2d76effe393 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_EUC_TW.pl,v 1.2 2001/04/16 06:10:18 ishii Exp $
+# $Id: UCS_to_EUC_TW.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> EUC_TW code conversion tables from
 # map files provided by Unicode organization.
index 77c0880a97262eee8d263bc680337c177e7f4534..0de572696e8841f18a907235b68bcd5deb31caf4 100644 (file)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_GBK.pl,v 1.1 2002/03/06 06:12:55 momjian Exp $
+# $Id: UCS_to_GBK.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
 #
 #
 # Generate UTF-8 <--> GBK code conversion tables from
index 52cb33e2bc257b468bb1e1b62edaccc7d96f3166..ea59ffd35d662a4c0098b34443c390611b3d27cf 100644 (file)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_JOHAB.pl,v 1.1 2002/03/06 06:12:55 momjian Exp $
+# $Id: UCS_to_JOHAB.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> JOHAB code conversion tables from
 # map files provided by Unicode organization.
index eeb34521ef697b36a4fdd02e59ddfcee27eab6ca..a5f61baa30ff9b74df1e29698f251062e20b0892 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_SJIS.pl,v 1.3 2001/04/16 06:10:18 ishii Exp $
+# $Id: UCS_to_SJIS.pl,v 1.4 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> SJIS code conversion tables from
 # map files provided by Unicode organization.
index 626c7c50f0ebd9db8d25fe348d2c1b8c46e71eb1..5bf33bc4288f73fe947e962f4a8ef774de88bf84 100644 (file)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_UHC.pl,v 1.1 2002/03/06 06:12:55 momjian Exp $
+# $Id: UCS_to_UHC.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> BIG5 code conversion tables from
 # map files provided by Unicode organization.
index f87fc19edd2c2cbb8c24db641a69999eb986e635..728442e420934f48380db2353528de1c2abb2d90 100644 (file)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_WIN874.pl,v 1.1 2002/03/06 06:12:55 momjian Exp $
+# $Id: UCS_to_WIN874.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> WIN874 code conversion tables from
 # map files provided by Unicode organization.
index 5dda6d2fff48c002220bd314e8e73624d0fca6eb..a905b49f00c016126cfecd1af5258c83d2f5d339 100644 (file)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_WINX.pl,v 1.1 2002/03/06 06:12:56 momjian Exp $
+# $Id: UCS_to_WINX.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> WINX code conversion tables from
 # map files provided by Unicode organization.
index 3557ed40fdf485937fe00fafeb11366d7713feb5..f0d43ca3eb49b733e9b0dbffaf96b14908b2d34c 100644 (file)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright 2001 by PostgreSQL Global Development Group
+# Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_cyrillic.pl,v 1.2 2001/09/06 04:57:29 ishii Exp $
+# $Id: UCS_to_cyrillic.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
 #
 # Generate UTF-8 <--> ISO8859 code conversion tables from
 # map files provided by Unicode organization.
index ef40f5f7c7f3665c8377758427f74f6450e276bd..80846707280736bdd16acb1d657ff2628ca3fd32 100644 (file)
@@ -2,9 +2,9 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.17 2003/07/25 20:17:56 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.18 2003/08/04 23:59:39 tgl Exp $
  */
 
 %{
index da4a508717a24ff244c50959296730534f6d1de1..ddaee15de57a8a200448f444611d57fa4da1108c 100644 (file)
@@ -6,11 +6,11 @@
  * 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 <peter_e@gmx.net>.
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.147 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.148 2003/08/04 23:59:39 tgl Exp $
  *
  *--------------------------------------------------------------------
  */
index a87d6207034e0896df67b12c4a8456417446307c..a357260362199bf54bb5f265a6129c907619e6c4 100644 (file)
@@ -5,9 +5,9 @@
  * to contain some useful information. Mechanism differs wildly across
  * platforms.
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/ps_status.c,v 1.13 2002/09/04 20:31:33 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/ps_status.c,v 1.14 2003/08/04 23:59:39 tgl Exp $
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index 2ebe6d0396b81b66dfc7680b32e63ba6b327cd7d..2ba0f25f7133f2de485d519196160e8ad9b6fb13 100755 (executable)
@@ -4,11 +4,11 @@
 # 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
-#    $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.34 2003/07/28 00:09:16 tgl Exp $
+#    $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.35 2003/08/04 23:59:39 tgl Exp $
 #
 #-------------------------------------------------------------------------
 
index 9c0d4f0db6af6512997ace01e0f6ce0528674435..96095f7b549e5f319cb7ef2046c1e9a075710bd9 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/sprompt.c,v 1.4 2003/03/18 22:09:37 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/sprompt.c,v 1.5 2003/08/04 23:59:39 tgl Exp $
  */
 
 /*
index e94c8d3d877bfa4b8f9da772bcfe5b81dce3d23c..aafa529bcb2847dea20a920a44f10dd211d5dd6a 100644 (file)
@@ -3,11 +3,11 @@
  * pg_encoding.c
  *
  *
- * Copyright (c) 1998, PostgreSQL development group
+ * Copyright (c) 1998-2003, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.12 2003/08/04 00:43:28 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.13 2003/08/04 23:59:39 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index 975e8bbce7db732442808861ce6af37809307eac..7a04e63612737b240930030a7acf1c033cd39e63 100644 (file)
@@ -4,9 +4,9 @@
  * 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: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.20 2001/03/22 04:00:16 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.21 2003/08/04 23:59:39 tgl Exp $
  */
 #include "postgres_fe.h"
 
index 02f083c5a65545ab0f3ac9cffaa78938fed9ecc8..7e668e883bf5653daff398afb5933f2e913f8599 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000-2002 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.100 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.101 2003/08/04 23:59:39 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "command.h"
index 20e7efd2e2cf13450e1458a9955096058bf0fe7e..15f8f3fe0bb55fde3791891050f64dd4b09edacd 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.16 2003/07/28 00:14:43 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.17 2003/08/04 23:59:39 tgl Exp $
  */
 #ifndef COMMAND_H
 #define COMMAND_H
index f9e53ec3b4d1e3b1a36190a6b0736bc7904c4f39..d9d734581af45fe8e554578d00bb9aa35052eb29 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.69 2003/08/04 19:10:40 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.70 2003/08/04 23:59:39 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "common.h"
index 2f38ea371b0932fe9ea3e532aeb0ee81136d315b..6544ef74bdd17d1b4981f60f249971e210609695 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.26 2003/06/28 00:12:40 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.27 2003/08/04 23:59:39 tgl Exp $
  */
 #ifndef COMMON_H
 #define COMMON_H
index 6694624cad57c5c7196ffc8d8f03004aab2d2c69..b3c07ffab53494f7c421fc45083951d4e74772bb 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.32 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.33 2003/08/04 23:59:39 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "copy.h"
index 8f5c70d43c08d492a65591c50bae269ebae7b53a..32aec5bd666b08fd76cdb02cfb398872b60d0391 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.12 2003/06/28 00:12:40 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.13 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef COPY_H
 #define COPY_H
index 9e71e5bfa566c7ec9cfbb08821a5f8ae80f472ba..216479f024ebe712e85defe57ca8f1f1b882949e 100644 (file)
@@ -3,9 +3,9 @@
 #################################################################
 # 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: /cvsroot/pgsql/src/bin/psql/create_help.pl,v 1.7 2000/06/27 00:31:41 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/create_help.pl,v 1.8 2003/08/04 23:59:40 tgl Exp $
 #################################################################
 
 #
index 4679402282f91b0819d5f4a70040399055eb86c7..080f299f1a119094911c8e63281fd119305560da 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000-2002 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.82 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.83 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "describe.h"
index 40a94b0efd21de1d01ff711d7e8dcf41667bf68a..8c2e864474a19e3951cef9475273ccd7bfedcd5b 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000-2002 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/describe.h,v 1.20 2003/01/07 20:56:07 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/describe.h,v 1.21 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef DESCRIBE_H
 #define DESCRIBE_H
index 4b59a3af5fd32b2cc35a2e05f87fe11de31210ce..d099b5b27530b83c463847362e69ef38f502dce9 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000-2003 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.76 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.77 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "common.h"
index 8b247d0fedee750788f80091383a4ae1ffde497b..98ee89c0db1315e738f983069d823dbf36350fe6 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.12 2003/03/18 22:15:44 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.13 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef HELP_H
 #define HELP_H
index 9ebc1dc7f80b95902bd6f513cda63fa5f2ab1a51..f5b0808e1ead786869d6551cc4eab3774b1b98c5 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/input.c,v 1.27 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/input.c,v 1.28 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "input.h"
index 541d80b0557481f31e71d7976503e673a9178b2a..dfe9cf6ba41852f007831ac93adafa5388378f34 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/input.h,v 1.19 2003/03/20 06:00:12 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/input.h,v 1.20 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef INPUT_H
 #define INPUT_H
index 720912b5b337fbcb1089f332b9aa0167585c20ed..53235b423ae1387998ab1dbca6d0f8254939700f 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000-2002 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.c,v 1.28 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.c,v 1.29 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "large_obj.h"
index c666b999a2c0c95853c5daadf3e9deff026c5f9f..5dfa8b685234d20f3f073e84db177a1caf8c79a0 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.11 2001/11/05 17:46:31 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.12 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef LARGE_OBJ_H
 #define LARGE_OBJ_H
index d41627c132a7d71f295f9ccb454f687545a433d7..0468a8ec469d098e3bbbe64fd34b35750a03244a 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/mainloop.c,v 1.56 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/mainloop.c,v 1.57 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "mainloop.h"
index 6bec7b4b9fa83d925f1a21c5184f897c33b7bf18..67567a5cebb6194dee0c5fd7fc3680be47f13412 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.13 2001/11/05 17:46:31 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.14 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef MAINLOOP_H
 #define MAINLOOP_H
index f4dacd2a01dacadc8ffdc4a9028e99b647c2fdb4..3d116f68f114f59a30c0416a954cc14af7ac8014 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/mbprint.c,v 1.8 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/mbprint.c,v 1.9 2003/08/04 23:59:40 tgl Exp $
  */
 
 #include "postgres_fe.h"
index b2bc9afb6dc9120823be61e8f3e6792de3a02f85..adea775aa479c36e7ba8f78b12806d597cc93af0 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000-2003 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.41 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.42 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "common.h"
index 7d6377fd36f7cf1ac6ddcb73f96734e650a11fbb..cc797057315f82fb5b14b87d1229ceb083e7d2d7 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/print.h,v 1.18 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/print.h,v 1.19 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef PRINT_H
 #define PRINT_H
index a202806926a739d2c0692f1ee3a36d12370e876a..4e9eb36c8008f51832a772b46d95e6d0b5ac15c0 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/prompt.c,v 1.27 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/prompt.c,v 1.28 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "prompt.h"
index a69310ad37af5e4d4e944bc626a0abc10922c7a5..039b5c6d2be075475ad76f6df66726c522324120 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/prompt.h,v 1.11 2001/11/05 17:46:31 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/prompt.h,v 1.12 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef PROMPT_H
 #define PROMPT_H
index a471184fb2113af6cebe639da987929f97990ed4..f3e703ab862e89852eb2384fe08feb98861aa334 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/settings.h,v 1.14 2003/06/28 00:12:40 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/settings.h,v 1.15 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef SETTINGS_H
 #define SETTINGS_H
index c608ea6d45282fa63a13a7bc02735e1d3e11e443..7dbe42d5a81483c8560a866e231901884a9b78ad 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.77 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.78 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 
index 2e6ad05e8b415ff636732bdbb377ff40a495dbe9..bede573b9a850be3ede41b879caf85b22e0567c7 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000-2002 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.33 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.34 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 
index 62c8ba9e3af7acb577715016e0db57b513c7feb1..ab662ef3620df2f1212ad7eac65ec3b7b6afec6e 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000-2002 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Id: stringutils.h,v 1.18 2002/10/19 00:22:14 tgl Exp $
+ * $Id: stringutils.h,v 1.19 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef STRINGUTILS_H
 #define STRINGUTILS_H
index 5e6abe210774363ded676baf96bcbec8fd6ddfe1..bcc52be98b73dc6fde1e7e1376503fd50c713dd1 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000-2002 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.83 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.84 2003/08/04 23:59:40 tgl Exp $
  */
 
 /*----------------------------------------------------------------------
index fdf40d64f5507774bf95b796850fafc5b460cf48..b517ebaccdec9908be8a3803cca42ec23ef897ef 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.8 2001/10/28 06:25:59 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.9 2003/08/04 23:59:40 tgl Exp $
  */
 #ifndef TAB_COMPLETE_H
 #define TAB_COMPLETE_H
index 0f3b74a12c248e1d56f11e38e18c1e036b65fafd..697a844bd923b45482cd19eb2353a0988ea0f70f 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/variables.c,v 1.12 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/variables.c,v 1.13 2003/08/04 23:59:40 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "variables.h"
index e69df16a7c3d805e4eae639df14f5ecdd4d774b8..88e1af8f6fb09176427999653422f43ab03590b8 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright 2000 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/variables.h,v 1.13 2003/08/04 00:43:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/variables.h,v 1.14 2003/08/04 23:59:40 tgl Exp $
  */
 
 /*
index a99c47a28f4174db8479ee3da717d2d3b66904dc..402d572b449efb03cbc34f208a9534dbc56f59ae 100644 (file)
@@ -4,9 +4,9 @@
  *       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: tuptoaster.h,v 1.15 2002/09/04 20:31:37 momjian Exp $
+ * $Id: tuptoaster.h,v 1.16 2003/08/04 23:59:40 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index b37eecab75e3935c47f2c1fcf5c4d35ba7b39595..f9e70c72a28c7e45acfeb593c3335c723da03f93 100644 (file)
@@ -5,9 +5,9 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 2002, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2003, PostgreSQL Global Development Group
  *
- * $Id: pg_cast.h,v 1.8 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_cast.h,v 1.9 2003/08/04 23:59:40 tgl Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 1b2ac3e614c754850c8e8b8e6f267cf689492510..abdd65a668d2fd0f07124ec7d33aaf0c6026bcf9 100644 (file)
@@ -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
  *
  *-------------------------------------------------------------------------
  */
index 9079c63ad404eebf51d94ba0cdeadf95e0c4d72a..9c19394897db4d5925e304561b837fdcba80392b 100644 (file)
@@ -4,9 +4,9 @@
  *       definitions for run-time statistics collection
  *
  *
- * Copyright (c) 2001, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2003, PostgreSQL Global Development Group
  *
- * $Id: instrument.h,v 1.4 2001/11/05 17:46:33 momjian Exp $
+ * $Id: instrument.h,v 1.5 2003/08/04 23:59:41 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index 64309433c017863ffe7dc31a4378346b87d0d542..9404a5d6b7943554c6f62c268c5c8ee195e7ca9d 100644 (file)
@@ -7,9 +7,9 @@
  * or call FUNCAPI-callable functions or macros.
  *
  *
- * Copyright (c) 2002, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2003, PostgreSQL Global Development Group
  *
- * $Id: funcapi.h,v 1.8 2002/09/04 20:31:36 momjian Exp $
+ * $Id: funcapi.h,v 1.9 2003/08/04 23:59:41 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index 85aa54e62d2062a81f656bbd26d4e4df7ac10c5e..98308c5600fac66ad833ce061ce09e57e1f36a62 100644 (file)
@@ -2,10 +2,10 @@
 /* -----------------------------------------------------------------------
  * formatting.h
  *
- * $Id: formatting.h,v 1.11 2001/10/28 06:26:09 momjian Exp $
+ * $Id: formatting.h,v 1.12 2003/08/04 23:59:41 tgl Exp $
  *
  *
- *      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.
index 6b5816ddc86bf59b108e0d97a6ac11553f8c86be..80ad3b3aa66439d01b44981be1d0b1f628849b0e 100644 (file)
@@ -4,10 +4,10 @@
  * 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 <peter_e@gmx.net>.
  *
- * $Id: guc.h,v 1.39 2003/08/04 00:43:32 momjian Exp $
+ * $Id: guc.h,v 1.40 2003/08/04 23:59:41 tgl Exp $
  *--------------------------------------------------------------------
  */
 #ifndef GUC_H
index 6c7b30758b5bc1a2f24ff1a30fd3a1646b414057..d47a5c4239c444d59fbb469db7bfae408a2a8308 100644 (file)
@@ -2,9 +2,9 @@
  *
  * PostgreSQL locale utilities
  *
- * $Id: pg_locale.h,v 1.14 2002/09/04 20:31:45 momjian Exp $
+ * $Id: pg_locale.h,v 1.15 2003/08/04 23:59:41 tgl Exp $
  *
- * Copyright (c) 2002, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2003, PostgreSQL Global Development Group
  *
  *-----------------------------------------------------------------------
  */
index 84bfd002b84a17a431c6251512e340375b0aea7e..764f71dfbc1cf358b3acc14a6dfd68cc80cdc80b 100755 (executable)
@@ -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
index 382eea25e9f5f82834b5db8b5ac89a07c49c06e9..db33d9100e785593122ee9baaa3fbaf0004cf93b 100644 (file)
@@ -5,10 +5,10 @@
 --    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: /cvsroot/pgsql/src/tutorial/complex.source,v 1.14 2002/08/22 00:01:51 tgl Exp $
+-- $Header: /cvsroot/pgsql/src/tutorial/complex.source,v 1.15 2003/08/04 23:59:41 tgl Exp $
 --
 ---------------------------------------------------------------------------
 
index ab5e26c94b5a94e92f82c596b948beec653aa75e..a3ae7f7a2789ab4c531c1d457e9fff98063efc8c 100644 (file)
@@ -4,10 +4,10 @@
 --    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: syscat.source,v 1.8 2003/05/28 16:04:02 tgl Exp $
+-- $Id: syscat.source,v 1.9 2003/08/04 23:59:41 tgl Exp $
 --
 ---------------------------------------------------------------------------