Skip to content

Commit ca3b374

Browse files
committed
Update copyright for 2021
Backpatch-through: 9.5
1 parent 4d3f03f commit ca3b374

File tree

1,821 files changed

+1834
-1834
lines changed

Some content is hidden

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

1,821 files changed

+1834
-1834
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-2020, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
55

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

config/thread_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* thread_test.c
44
* libc threading test program
55
*
6-
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* config/thread_test.c

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This configure script is free software; the Free Software Foundation
1212
# gives unlimited permission to copy, distribute and modify it.
1313
#
14-
# Copyright (c) 1996-2020, PostgreSQL Global Development Group
14+
# Copyright (c) 1996-2021, PostgreSQL Global Development Group
1515
## -------------------- ##
1616
## M4sh Initialization. ##
1717
## -------------------- ##
@@ -1676,7 +1676,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
16761676
This configure script is free software; the Free Software Foundation
16771677
gives unlimited permission to copy, distribute and modify it.
16781678

1679-
Copyright (c) 1996-2020, PostgreSQL Global Development Group
1679+
Copyright (c) 1996-2021, PostgreSQL Global Development Group
16801680
_ACEOF
16811681
exit
16821682
fi

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.6
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not
2424
recommended. You can remove the check from 'configure.ac' but it is then
2525
your responsibility whether the result works or not.])])
26-
AC_COPYRIGHT([Copyright (c) 1996-2020, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2021, PostgreSQL Global Development Group])
2727
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
2828
AC_CONFIG_AUX_DIR(config)
2929
AC_PREFIX_DEFAULT(/usr/local/pgsql)

contrib/adminpack/adminpack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* adminpack.c
44
*
55
*
6-
* Copyright (c) 2002-2020, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2021, PostgreSQL Global Development Group
77
*
88
* Author: Andreas Pflug <pgadmin@pse-consulting.de>
99
*

contrib/amcheck/verify_heapam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* verify_heapam.c
44
* Functions to check postgresql heap relations for corruption
55
*
6-
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
77
*
88
* contrib/amcheck/verify_heapam.c
99
*-------------------------------------------------------------------------

contrib/amcheck/verify_nbtree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* that every visible heap tuple has a matching index tuple.
1515
*
1616
*
17-
* Copyright (c) 2017-2020, PostgreSQL Global Development Group
17+
* Copyright (c) 2017-2021, PostgreSQL Global Development Group
1818
*
1919
* IDENTIFICATION
2020
* contrib/amcheck/verify_nbtree.c

contrib/auth_delay/auth_delay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* auth_delay.c
44
*
5-
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
5+
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
* contrib/auth_delay/auth_delay.c

contrib/auto_explain/auto_explain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* auto_explain.c
44
*
55
*
6-
* Copyright (c) 2008-2020, PostgreSQL Global Development Group
6+
* Copyright (c) 2008-2021, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/auto_explain/auto_explain.c

contrib/bloom/blcost.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blcost.c
44
* Cost estimate function for bloom indexes.
55
*
6-
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blcost.c

0 commit comments

Comments
 (0)