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

Skip to content

Commit 7e1c8ef

Browse files
committed
Some more missed copyright notices. Many of these look like they
should have been caught by the src/tools/copyright script ... why weren't they?
1 parent 3ca924a commit 7e1c8ef

Some content is hidden

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

45 files changed

+86
-86
lines changed

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

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-2004, PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2005, 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-2004, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2005, 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/catalog/information_schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* SQL Information Schema
33
* as defined in ISO 9075-2:1999 chapter 20
44
*
5-
* Copyright 2003, PostgreSQL Global Development Group
5+
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/backend/catalog/information_schema.sql,v 1.25 2004/11/27 21:27:08 petere Exp $
7+
* $PostgreSQL: pgsql/src/backend/catalog/information_schema.sql,v 1.26 2005/01/01 20:44:14 tgl Exp $
88
*/
99

1010
/*

src/backend/catalog/system_views.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* PostgreSQL System Views
33
*
4-
* Copyright 1996-2003, PostgreSQL Global Development Group
4+
* Copyright (c) 1996-2005, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.10 2004/10/11 17:24:40 tgl Exp $
6+
* $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.11 2005/01/01 20:44:14 tgl Exp $
77
*/
88

99
CREATE VIEW pg_user AS

src/backend/nodes/bitmapset.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bms_is_empty() in preference to testing for NULL.)
1212
*
1313
*
14-
* Copyright (c) 2003, PostgreSQL Global Development Group
14+
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
1515
*
1616
* IDENTIFICATION
17-
* $PostgreSQL: pgsql/src/backend/nodes/bitmapset.c,v 1.6 2003/11/29 19:51:49 pgsql Exp $
17+
* $PostgreSQL: pgsql/src/backend/nodes/bitmapset.c,v 1.7 2005/01/01 20:44:15 tgl Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/

src/backend/nodes/value.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* implementation of Value nodes
55
*
66
*
7-
* Copyright (c) 2003, PostgreSQL Global Development Group
7+
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/nodes/value.c,v 1.1 2004/01/07 18:43:36 neilc Exp $
11+
* $PostgreSQL: pgsql/src/backend/nodes/value.c,v 1.2 2005/01/01 20:44:15 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/postmaster/syslogger.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
*
1515
* Author: Andreas Pflug <[email protected]>
1616
*
17-
* Copyright (c) 2004, PostgreSQL Global Development Group
17+
* Copyright (c) 2004-2005, PostgreSQL Global Development Group
1818
*
1919
*
2020
* IDENTIFICATION
21-
* $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.11 2004/11/09 13:01:27 petere Exp $
21+
* $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.12 2005/01/01 20:44:16 tgl Exp $
2222
*
2323
*-------------------------------------------------------------------------
2424
*/

src/backend/utils/adt/array_userfuncs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* array_userfuncs.c
44
* Misc user-visible array support functions
55
*
6-
* Copyright (c) 2003, PostgreSQL Global Development Group
6+
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/backend/utils/adt/array_userfuncs.c,v 1.14 2004/12/17 20:59:58 tgl Exp $
9+
* $PostgreSQL: pgsql/src/backend/utils/adt/array_userfuncs.c,v 1.15 2005/01/01 20:44:17 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

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 (c) 2001-2004, PostgreSQL Global Development Group
5+
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.7 2004/08/29 04:12:55 momjian Exp $
7+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.8 2005/01/01 20:44:18 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

0 commit comments

Comments
 (0)