Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da9a864

Browse files
committed
Update copyright to 2004.
1 parent 466c129 commit da9a864

File tree

787 files changed

+1557
-1557
lines changed

Some content is hidden

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

787 files changed

+1557
-1557
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-2003, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2004, 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 <[email protected]>
99
* Shridhar Daithankar <[email protected]>
1010
*
11-
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
11+
* Copyright (c) 2001-2004, 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 <[email protected]>
99
* Shridhar Daithankar <[email protected]>
1010
*
11-
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
11+
* Copyright (c) 2001-2004, 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 <[email protected]>
99
* Shridhar Daithankar <[email protected]>
1010
*
11-
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
11+
* Copyright (c) 2001-2004, 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 (c) 2002-2003, PostgreSQL Global Development Group
4+
* Copyright (c) 2002-2004, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/contrib/findoidjoins/findoidjoins.c,v 1.23 2003/11/29 19:51:35 pgsql Exp $
6+
* $PostgreSQL: pgsql/contrib/findoidjoins/findoidjoins.c,v 1.24 2004/08/29 04:12:16 momjian 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 <[email protected]>
77
*
8-
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2004, 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 <[email protected]>
77
*
8-
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2004, 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 <[email protected]>
77
*
8-
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2004, 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 <[email protected]>
99
*
10-
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2004, 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 <[email protected]>
99
*
10-
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2004, 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)