Skip to content

Commit 7e04792

Browse files
committed
Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back branches.
1 parent 0c051c9 commit 7e04792

File tree

1,285 files changed

+1292
-1292
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,285 files changed

+1292
-1292
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-2013, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2014, 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-2013, PostgreSQL Global Development Group
14+
# Copyright (c) 1996-2014, PostgreSQL Global Development Group
1515
## -------------------- ##
1616
## M4sh Initialization. ##
1717
## -------------------- ##
@@ -1608,7 +1608,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
16081608
This configure script is free software; the Free Software Foundation
16091609
gives unlimited permission to copy, distribute and modify it.
16101610
1611-
Copyright (c) 1996-2013, PostgreSQL Global Development Group
1611+
Copyright (c) 1996-2014, PostgreSQL Global Development Group
16121612
_ACEOF
16131613
exit
16141614
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-2013, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2014, 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-2013, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2014, 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-2013, PostgreSQL Global Development Group
6+
* Copyright (c) 2008-2014, 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-2013, PostgreSQL Global Development Group
12+
* Copyright (c) 2001-2014, 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-2013, PostgreSQL Global Development Group
12+
* Copyright (c) 2001-2014, 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-2013, PostgreSQL Global Development Group
6+
* Copyright (c) 2007-2014, 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-2013, PostgreSQL Global Development Group
6+
* Copyright (c) 2007-2014, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/dict_xsyn/dict_xsyn.c

contrib/dummy_seclabel/dummy_seclabel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* perspective, but allows regression testing independent of platform-specific
88
* features like SELinux.
99
*
10-
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
10+
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
1111
* Portions Copyright (c) 1994, Regents of the University of California
1212
*/
1313
#include "postgres.h"

0 commit comments

Comments
 (0)