Skip to content

Commit 4baaf86

Browse files
committed
Update copyright for 2015
Backpatch certain files through 9.0
1 parent adfc157 commit 4baaf86

File tree

1,377 files changed

+1384
-1384
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,377 files changed

+1384
-1384
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-2014, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2015, 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-2014, PostgreSQL Global Development Group
14+
# Copyright (c) 1996-2015, PostgreSQL Global Development Group
1515
## -------------------- ##
1616
## M4sh Initialization. ##
1717
## -------------------- ##
@@ -1616,7 +1616,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
16161616
This configure script is free software; the Free Software Foundation
16171617
gives unlimited permission to copy, distribute and modify it.
16181618
1619-
Copyright (c) 1996-2014, PostgreSQL Global Development Group
1619+
Copyright (c) 1996-2015, PostgreSQL Global Development Group
16201620
_ACEOF
16211621
exit
16221622
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-2014, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2015, 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-2014, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2015, PostgreSQL Global Development Group
77
*
88
* Author: Andreas Pflug <pgadmin@pse-consulting.de>
99
*

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-2014, PostgreSQL Global Development Group
6+
* Copyright (c) 2008-2015, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/auto_explain/auto_explain.c

contrib/dblink/dblink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010
*
1111
* contrib/dblink/dblink.c
12-
* Copyright (c) 2001-2014, PostgreSQL Global Development Group
12+
* Copyright (c) 2001-2015, PostgreSQL Global Development Group
1313
* ALL RIGHTS RESERVED;
1414
*
1515
* 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
@@ -9,7 +9,7 @@
99
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010
*
1111
* contrib/dblink/dblink.h
12-
* Copyright (c) 2001-2014, PostgreSQL Global Development Group
12+
* Copyright (c) 2001-2015, PostgreSQL Global Development Group
1313
* ALL RIGHTS RESERVED;
1414
*
1515
* Permission to use, copy, modify, and distribute this software and its

contrib/dict_int/dict_int.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* dict_int.c
44
* Text search dictionary for integers
55
*
6-
* Copyright (c) 2007-2014, PostgreSQL Global Development Group
6+
* Copyright (c) 2007-2015, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/dict_int/dict_int.c

contrib/dict_xsyn/dict_xsyn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* dict_xsyn.c
44
* Extended synonym dictionary
55
*
6-
* Copyright (c) 2007-2014, PostgreSQL Global Development Group
6+
* Copyright (c) 2007-2015, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/dict_xsyn/dict_xsyn.c

contrib/file_fdw/file_fdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* file_fdw.c
44
* foreign-data wrapper for server-side flat files.
55
*
6-
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
6+
* Copyright (c) 2010-2015, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/file_fdw/file_fdw.c

0 commit comments

Comments
 (0)