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

0 commit comments

Comments
 (0)