Skip to content

Commit

Permalink
Update copyright notices for year 2012.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomjian committed Jan 1, 2012
1 parent 6ba139d commit e126958
Show file tree
Hide file tree
Showing 1,199 changed files with 1,198 additions and 1,198 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)

Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group

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

Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
#
# Copyright (c) 1996-2011, PostgreSQL Global Development Group
# Copyright (c) 1996-2012, PostgreSQL Global Development Group
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.6
Untested combinations of 'autoconf' and PostgreSQL versions are not
recommended. You can remove the check from 'configure.in' but it is then
your responsibility whether the result works or not.])])
AC_COPYRIGHT([Copyright (c) 1996-2011, PostgreSQL Global Development Group])
AC_COPYRIGHT([Copyright (c) 1996-2012, PostgreSQL Global Development Group])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_AUX_DIR(config)
AC_PREFIX_DEFAULT(/usr/local/pgsql)
Expand Down
2 changes: 1 addition & 1 deletion contrib/adminpack/adminpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* adminpack.c
*
*
* Copyright (c) 2002-2011, PostgreSQL Global Development Group
* Copyright (c) 2002-2012, PostgreSQL Global Development Group
*
* Author: Andreas Pflug <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion contrib/auto_explain/auto_explain.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* auto_explain.c
*
*
* Copyright (c) 2008-2011, PostgreSQL Global Development Group
* Copyright (c) 2008-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/auto_explain/auto_explain.c
Expand Down
2 changes: 1 addition & 1 deletion contrib/dblink/dblink.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Shridhar Daithankar <[email protected]>
*
* contrib/dblink/dblink.c
* Copyright (c) 2001-2011, PostgreSQL Global Development Group
* Copyright (c) 2001-2012, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its
Expand Down
2 changes: 1 addition & 1 deletion contrib/dblink/dblink.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Shridhar Daithankar <[email protected]>
*
* contrib/dblink/dblink.h
* Copyright (c) 2001-2011, PostgreSQL Global Development Group
* Copyright (c) 2001-2012, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its
Expand Down
2 changes: 1 addition & 1 deletion contrib/dict_int/dict_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* dict_int.c
* Text search dictionary for integers
*
* Copyright (c) 2007-2011, PostgreSQL Global Development Group
* Copyright (c) 2007-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/dict_int/dict_int.c
Expand Down
2 changes: 1 addition & 1 deletion contrib/dict_xsyn/dict_xsyn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* dict_xsyn.c
* Extended synonym dictionary
*
* Copyright (c) 2007-2011, PostgreSQL Global Development Group
* Copyright (c) 2007-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/dict_xsyn/dict_xsyn.c
Expand Down
2 changes: 1 addition & 1 deletion contrib/dummy_seclabel/dummy_seclabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* perspective, but allows regression testing independent of platform-specific
* features like SELinux.
*
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*/
#include "postgres.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/file_fdw/file_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* file_fdw.c
* foreign-data wrapper for server-side flat files.
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/file_fdw/file_fdw.c
Expand Down
2 changes: 1 addition & 1 deletion contrib/fuzzystrmatch/fuzzystrmatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Joe Conway <[email protected]>
*
* contrib/fuzzystrmatch/fuzzystrmatch.c
* Copyright (c) 2001-2011, PostgreSQL Global Development Group
* Copyright (c) 2001-2012, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* metaphone()
Expand Down
2 changes: 1 addition & 1 deletion contrib/fuzzystrmatch/levenshtein.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Joe Conway <[email protected]>
*
* Copyright (c) 2001-2011, PostgreSQL Global Development Group
* Copyright (c) 2001-2012, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* levenshtein()
Expand Down
2 changes: 1 addition & 1 deletion contrib/isn/isn.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
*
* Author: German Mendez Bravo (Kronuz)
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/isn/isn.c
Expand Down
2 changes: 1 addition & 1 deletion contrib/isn/isn.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
*
* Author: German Mendez Bravo (Kronuz)
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/isn/isn.h
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/fsmfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* there's hardly any use case for using these without superuser-rights
* anyway.
*
* Copyright (c) 2007-2011, PostgreSQL Global Development Group
* Copyright (c) 2007-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/fsmfuncs.c
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/heapfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* there's hardly any use case for using these without superuser-rights
* anyway.
*
* Copyright (c) 2007-2011, PostgreSQL Global Development Group
* Copyright (c) 2007-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/heapfuncs.c
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/rawpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Access-method specific inspection functions are in separate files.
*
* Copyright (c) 2007-2011, PostgreSQL Global Development Group
* Copyright (c) 2007-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/rawpage.c
Expand Down
2 changes: 1 addition & 1 deletion contrib/passwordcheck/passwordcheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* passwordcheck.c
*
*
* Copyright (c) 2009-2011, PostgreSQL Global Development Group
* Copyright (c) 2009-2012, PostgreSQL Global Development Group
*
* Author: Laurenz Albe <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_stat_statements/pg_stat_statements.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* disappear!) and also take the entry's mutex spinlock.
*
*
* Copyright (c) 2008-2011, PostgreSQL Global Development Group
* Copyright (c) 2008-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_stat_statements/pg_stat_statements.c
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/check.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* server checks and output routines
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/check.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/controldata.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* controldata functions
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/controldata.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* dump functions
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/dump.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* execution functions
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/exec.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* file system operations
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/file.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/function.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* server-side function support
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/function.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* information support functions
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/info.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* options functions
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/option.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/page.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* per-page conversion operations
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/page.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/pg_upgrade.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* main source file
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/pg_upgrade.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/pg_upgrade.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* pg_upgrade.h
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/pg_upgrade.h
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/relfilenode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* relfilenode functions
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/relfilenode.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* database server functions
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/server.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/tablespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* tablespace functions
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/tablespace.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# runs the regression tests (to put in some data), runs pg_dumpall,
# runs pg_upgrade, runs pg_dumpall again, compares the dumps.
#
# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California

set -e
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* utility functions
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/util.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Postgres-version-specific routines
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/version.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade/version_old_8_3.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Postgres-version-specific routines
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade/version_old_8_3.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_upgrade_support/pg_upgrade_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* to control oid and relfilenode assignment, and do other special
* hacks needed for pg_upgrade.
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* contrib/pg_upgrade_support/pg_upgrade_support.c
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/pgbench/pgbench.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Originally written by Tatsuo Ishii and enhanced by many contributors.
*
* contrib/pgbench/pgbench.c
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its
Expand Down
2 changes: 1 addition & 1 deletion contrib/sepgsql/database.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Routines corresponding to database objects
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion contrib/sepgsql/dml.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Routines to handle DML permission checks
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion contrib/sepgsql/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion contrib/sepgsql/label.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Routines to support SELinux labels (security context)
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/
Expand Down
Loading

0 comments on commit e126958

Please sign in to comment.