Skip to content

Commit 2f9c859

Browse files
committed
Fix some copyright notices that weren't updated. Improve copyright tool
so it won't miss 'em again.
1 parent d10146c commit 2f9c859

Some content is hidden

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

86 files changed

+162
-162
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL Database Management System
22
(formerly known as Postgres, then as Postgres95)
33

4-
Portions Copyright (c) 1996-2002, The PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
55

66
Portions Copyright (c) 1994, The Regents of the University of California
77

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, 2002, 2003 by PostgreSQL Global Development Group
11+
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
1212
* ALL RIGHTS RESERVED;
1313
*
1414
* Permission to use, copy, modify, and distribute this software and its

contrib/dblink/dblink.c

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, 2002, 2003 by PostgreSQL Global Development Group
11+
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
1212
* ALL RIGHTS RESERVED;
1313
*
1414
* Permission to use, copy, modify, and distribute this software and its

contrib/dblink/dblink.h

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, 2002, 2003 by PostgreSQL Global Development Group
11+
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
1212
* ALL RIGHTS RESERVED;
1313
*
1414
* Permission to use, copy, modify, and distribute this software and its

contrib/findoidjoins/findoidjoins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* findoidjoins.c
33
*
4-
* Copyright 2002 by PostgreSQL Global Development Group
4+
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/findoidjoins.c,v 1.21 2003/08/04 00:43:10 momjian Exp $
6+
* $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/findoidjoins.c,v 1.22 2003/08/04 23:59:37 tgl Exp $
77
*/
88
#include "postgres_fe.h"
99

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, 2002, 2003 by PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
99
* ALL RIGHTS RESERVED;
1010
*
1111
* levenshtein()

contrib/fuzzystrmatch/fuzzystrmatch.c

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, 2002, 2003 by PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
99
* ALL RIGHTS RESERVED;
1010
*
1111
* levenshtein()

contrib/fuzzystrmatch/fuzzystrmatch.h

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, 2002, 2003 by PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2003, 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 2002 by PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2003, 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

contrib/tablefunc/tablefunc.c

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 2002 by PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2003, 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

contrib/tablefunc/tablefunc.h

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 2002 by PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2003, 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/access/heap/tuptoaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* Support routines for external and compressed storage of
55
* variable size attributes.
66
*
7-
* Copyright (c) 2000-2002, PostgreSQL Global Development Group
7+
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.37 2003/07/21 20:29:39 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.38 2003/08/04 23:59:37 tgl Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES

src/backend/access/transam/varsup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* varsup.c
44
* postgres OID & XID variables support routines
55
*
6-
* Copyright (c) 2000, PostgreSQL Global Development Group
6+
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.51 2002/09/04 20:31:13 momjian Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.52 2003/08/04 23:59:37 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

src/backend/commands/comment.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*
55
* PostgreSQL object comments utility code.
66
*
7-
* Copyright (c) 1996-2001, PostgreSQL Global Development Group
7+
* Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/comment.c,v 1.68 2003/08/04 00:43:16 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/comment.c,v 1.69 2003/08/04 23:59:37 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

src/backend/executor/instrument.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* functions for instrumentation of plan execution
55
*
66
*
7-
* Copyright (c) 2001, PostgreSQL Global Development Group
7+
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/executor/instrument.c,v 1.4 2003/07/21 17:05:09 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/executor/instrument.c,v 1.5 2003/08/04 23:59:37 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

src/backend/utils/Gen_fmgrtab.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# Gen_fmgrtab.sh
55
# shell script to generate fmgroids.h and fmgrtab.c from pg_proc.h
66
#
7-
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
7+
# Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
# Portions Copyright (c) 1994, Regents of the University of California
99
#
1010
#
1111
# IDENTIFICATION
12-
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.25 2002/07/24 19:11:10 petere Exp $
12+
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.26 2003/08/04 23:59:38 tgl Exp $
1313
#
1414
#-------------------------------------------------------------------------
1515

@@ -134,7 +134,7 @@ cat > "$$-$OIDSFILE" <<FuNkYfMgRsTuFf
134134
* These macros can be used to avoid a catalog lookup when a specific
135135
* fmgr-callable function needs to be referenced.
136136
*
137-
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
137+
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
138138
* Portions Copyright (c) 1994, Regents of the University of California
139139
*
140140
* NOTES
@@ -192,7 +192,7 @@ cat > "$$-$TABLEFILE" <<FuNkYfMgRtAbStUfF
192192
* $TABLEFILE
193193
* The function manager's table of internal functions.
194194
*
195-
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
195+
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
196196
* Portions Copyright (c) 1994, Regents of the University of California
197197
*
198198
* NOTES

src/backend/utils/adt/ascii.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* ascii.c
33
* The PostgreSQL routine for string to ascii conversion.
44
*
5-
* Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group
5+
* Portions Copyright (c) 1999-2003, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
8-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.17 2003/08/04 00:43:25 momjian Exp $
8+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.18 2003/08/04 23:59:38 tgl Exp $
99
*
1010
*-----------------------------------------------------------------------
1111
*/

src/backend/utils/adt/encode.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* encode.c
44
* Various data encoding/decoding things.
55
*
6-
* Copyright (c) 2001 PostgreSQL Global Development Group
6+
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/encode.c,v 1.7 2003/07/27 04:53:05 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/encode.c,v 1.8 2003/08/04 23:59:38 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

src/backend/utils/adt/formatting.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* -----------------------------------------------------------------------
22
* formatting.c
33
*
4-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.65 2003/08/04 00:43:25 momjian Exp $
4+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.66 2003/08/04 23:59:38 tgl Exp $
55
*
66
*
7-
* Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1999-2003, PostgreSQL Global Development Group
88
*
99
*
1010
* TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();

src/backend/utils/adt/like_match.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
* MatchTextIC (MBMatchTextIC)
1717
* do_like_escape (MB_do_like_escape)
1818
*
19-
* Copyright (c) 1996-2002, PostgreSQL Global Development Group
19+
* Copyright (c) 1996-2003, PostgreSQL Global Development Group
2020
*
2121
* IDENTIFICATION
22-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/like_match.c,v 1.6 2003/08/04 00:43:25 momjian Exp $
22+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/like_match.c,v 1.7 2003/08/04 23:59:38 tgl Exp $
2323
*
2424
*-------------------------------------------------------------------------
2525
*/

src/backend/utils/adt/lockfuncs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* lockfuncs.c
44
* Set-returning functions to view the state of locks within the DB.
55
*
6-
* Copyright (c) 2002, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/lockfuncs.c,v 1.10 2003/02/19 23:41:15 momjian Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/lockfuncs.c,v 1.11 2003/08/04 23:59:38 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

src/backend/utils/adt/pg_locale.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
*
33
* PostgreSQL locale utilities
44
*
5-
* Portions Copyright (c) 2002, PostgreSQL Global Development Group
5+
* Portions Copyright (c) 2002-2003, PostgreSQL Global Development Group
66
*
7-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.22 2003/08/04 00:43:25 momjian Exp $
7+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.23 2003/08/04 23:59:38 tgl Exp $
88
*
99
*-----------------------------------------------------------------------
1010
*/

src/backend/utils/adt/quote.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* quote.c
44
* Functions for quoting identifiers and literals
55
*
6-
* Portions Copyright (c) 2000, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 2000-2003, PostgreSQL Global Development Group
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.10 2002/09/05 00:43:07 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.11 2003/08/04 23:59:39 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

src/backend/utils/fmgr/funcapi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* Utility and convenience functions for fmgr functions that return
55
* sets and/or composite types.
66
*
7-
* Copyright (c) 2002, PostgreSQL Global Development Group
7+
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/funcapi.c,v 1.8 2003/07/28 00:09:16 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/funcapi.c,v 1.9 2003/08/04 23:59:39 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

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 2001 by PostgreSQL Global Development Group
5+
# Copyright (c) 2001-2003, PostgreSQL Global Development Group
66
#
7-
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.4 2002/06/14 03:30:56 ishii Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.5 2003/08/04 23:59:39 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 2001 by PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2003, PostgreSQL Global Development Group
44
#
5-
# $Id: UCS_to_8859.pl,v 1.3 2001/10/11 14:20:35 ishii Exp $
5+
# $Id: UCS_to_8859.pl,v 1.4 2003/08/04 23:59:39 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 2001 by PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2003, PostgreSQL Global Development Group
44
#
5-
# $Id: UCS_to_BIG5.pl,v 1.2 2001/04/16 06:10:18 ishii Exp $
5+
# $Id: UCS_to_BIG5.pl,v 1.3 2003/08/04 23:59:39 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 2001 by PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2003, PostgreSQL Global Development Group
44
#
5-
# $Id: UCS_to_EUC_CN.pl,v 1.2 2001/04/16 06:10:18 ishii Exp $
5+
# $Id: UCS_to_EUC_CN.pl,v 1.3 2003/08/04 23:59:39 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 2001 by PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2003, PostgreSQL Global Development Group
44
#
5-
# $Id: UCS_to_EUC_JP.pl,v 1.2 2001/04/16 06:10:18 ishii Exp $
5+
# $Id: UCS_to_EUC_JP.pl,v 1.3 2003/08/04 23:59:39 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 2001 by PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2003, PostgreSQL Global Development Group
44
#
5-
# $Id: UCS_to_EUC_KR.pl,v 1.3 2002/03/05 05:52:45 momjian Exp $
5+
# $Id: UCS_to_EUC_KR.pl,v 1.4 2003/08/04 23:59:39 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 2001 by PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2003, PostgreSQL Global Development Group
44
#
5-
# $Id: UCS_to_EUC_TW.pl,v 1.2 2001/04/16 06:10:18 ishii Exp $
5+
# $Id: UCS_to_EUC_TW.pl,v 1.3 2003/08/04 23:59:39 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 2001 by PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2003, PostgreSQL Global Development Group
44
#
5-
# $Id: UCS_to_GBK.pl,v 1.1 2002/03/06 06:12:55 momjian Exp $
5+
# $Id: UCS_to_GBK.pl,v 1.2 2003/08/04 23:59:39 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 2001 by PostgreSQL Global Development Group
3+
# Copyright (c) 2001-2003, PostgreSQL Global Development Group
44
#
5-
# $Id: UCS_to_JOHAB.pl,v 1.1 2002/03/06 06:12:55 momjian Exp $
5+
# $Id: UCS_to_JOHAB.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
66
#
77
# Generate UTF-8 <--> JOHAB code conversion tables from
88
# map files provided by Unicode organization.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy