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

Skip to content

Commit 1d25779

Browse files
committed
Update copyright via script for 2017
1 parent 60f1e51 commit 1d25779

File tree

1,526 files changed

+1531
-1531
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,526 files changed

+1531
-1531
lines changed

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-2016, PostgreSQL Global Development Group
14+
# Copyright (c) 1996-2017, PostgreSQL Global Development Group
1515
## -------------------- ##
1616
## M4sh Initialization. ##
1717
## -------------------- ##
@@ -1624,7 +1624,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
16241624
This configure script is free software; the Free Software Foundation
16251625
gives unlimited permission to copy, distribute and modify it.
16261626
1627-
Copyright (c) 1996-2016, PostgreSQL Global Development Group
1627+
Copyright (c) 1996-2017, PostgreSQL Global Development Group
16281628
_ACEOF
16291629
exit
16301630
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-2016, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2017, 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-2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2017, PostgreSQL Global Development Group
77
*
88
* Author: Andreas Pflug <[email protected]>
99
*

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-2016, PostgreSQL Global Development Group
5+
* Copyright (c) 2010-2017, 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-2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2008-2017, 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, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2017, 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, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2017, 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, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2017, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/bloom.h

contrib/bloom/blscan.c

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

contrib/bloom/blutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blutils.c
44
* Bloom index utilities.
55
*
6-
* Portions Copyright (c) 2016, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1990-1993, Regents of the University of California
88
*
99
* IDENTIFICATION

0 commit comments

Comments
 (0)