Skip to content

Commit 97c3949

Browse files
committed
Update copyright for 2019
Backpatch-through: certain files through 9.4
1 parent b6f3649 commit 97c3949

File tree

1,692 files changed

+1703
-1703
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,692 files changed

+1703
-1703
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-2018, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
55

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

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-2018, PostgreSQL Global Development Group
14+
# Copyright (c) 1996-2019, PostgreSQL Global Development Group
1515
## -------------------- ##
1616
## M4sh Initialization. ##
1717
## -------------------- ##
@@ -1662,7 +1662,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
16621662
This configure script is free software; the Free Software Foundation
16631663
gives unlimited permission to copy, distribute and modify it.
16641664

1665-
Copyright (c) 1996-2018, PostgreSQL Global Development Group
1665+
Copyright (c) 1996-2019, PostgreSQL Global Development Group
16661666
_ACEOF
16671667
exit
16681668
fi

configure.in

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.in' but it is then
2525
your responsibility whether the result works or not.])])
26-
AC_COPYRIGHT([Copyright (c) 1996-2018, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2019, 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-2018, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2019, PostgreSQL Global Development Group
77
*
88
* Author: Andreas Pflug <[email protected]>
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-2018, PostgreSQL Global Development Group
17+
* Copyright (c) 2017-2019, 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-2018, PostgreSQL Global Development Group
5+
* Copyright (c) 2010-2019, 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-2018, PostgreSQL Global Development Group
6+
* Copyright (c) 2008-2019, 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-2018, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2019, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blcost.c

contrib/bloom/blinsert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blinsert.c
44
* Bloom index build and insert functions.
55
*
6-
* Copyright (c) 2016-2018, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2019, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blinsert.c

contrib/bloom/bloom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* bloom.h
44
* Header for bloom index.
55
*
6-
* Copyright (c) 2016-2018, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2019, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/bloom.h

0 commit comments

Comments
 (0)