Skip to content

Commit e126958

Browse files
committed
Update copyright notices for year 2012.
1 parent 6ba139d commit e126958

File tree

1,199 files changed

+1198
-1198
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,199 files changed

+1198
-1198
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-2011, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
55

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

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This configure script is free software; the Free Software Foundation
1010
# gives unlimited permission to copy, distribute and modify it.
1111
#
12-
# Copyright (c) 1996-2011, PostgreSQL Global Development Group
12+
# Copyright (c) 1996-2012, PostgreSQL Global Development Group
1313
## --------------------- ##
1414
## M4sh Initialization. ##
1515
## --------------------- ##

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.63], [], [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-2011, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2012, 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-2011, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2012, PostgreSQL Global Development Group
77
*
88
* Author: Andreas Pflug <[email protected]>
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-2011, PostgreSQL Global Development Group
6+
* Copyright (c) 2008-2012, 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 <[email protected]>
1010
*
1111
* contrib/dblink/dblink.c
12-
* Copyright (c) 2001-2011, PostgreSQL Global Development Group
12+
* Copyright (c) 2001-2012, 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 <[email protected]>
1010
*
1111
* contrib/dblink/dblink.h
12-
* Copyright (c) 2001-2011, PostgreSQL Global Development Group
12+
* Copyright (c) 2001-2012, 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-2011, PostgreSQL Global Development Group
6+
* Copyright (c) 2007-2012, 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-2011, PostgreSQL Global Development Group
6+
* Copyright (c) 2007-2012, 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-2011, PostgreSQL Global Development Group
10+
* Portions Copyright (c) 1996-2012, 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)