1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Update copyright notices for year 2012.

This commit is contained in:
Bruce Momjian
2012-01-01 18:01:58 -05:00
parent 6ba139dc5a
commit e126958c2e
1199 changed files with 1198 additions and 1198 deletions

View File

@ -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 <pgadmin@pse-consulting.de>
*

View File

@ -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

View File

@ -9,7 +9,7 @@
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* 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

View File

@ -9,7 +9,7 @@
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* 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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -6,7 +6,7 @@
* Joe Conway <mail@joeconway.com>
*
* contrib/fuzzystrmatch/fuzzystrmatch.c
* Copyright (c) 2001-2011, PostgreSQL Global Development Group
* Copyright (c) 2001-2012, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* metaphone()

View File

@ -5,7 +5,7 @@
*
* Joe Conway <mail@joeconway.com>
*
* Copyright (c) 2001-2011, PostgreSQL Global Development Group
* Copyright (c) 2001-2012, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* levenshtein()

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 <laurenz.albe@wien.gv.at>
*

View File

@ -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

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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

View File

@ -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
*
* -------------------------------------------------------------------------
*/

View File

@ -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
*
* -------------------------------------------------------------------------
*/

View File

@ -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
*
* -------------------------------------------------------------------------
*/

View File

@ -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
*
* -------------------------------------------------------------------------
*/

View File

@ -2,7 +2,7 @@
#
# A wrapper script to launch psql command in regression test
#
# Copyright (c) 2010-2011, PostgreSQL Global Development Group
# Copyright (c) 2010-2012, PostgreSQL Global Development Group
#
# -------------------------------------------------------------------------

View File

@ -4,7 +4,7 @@
*
* Routines corresponding to procedure objects
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -4,7 +4,7 @@
*
* Routines corresponding to relation/attribute objects
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -4,7 +4,7 @@
*
* Routines corresponding to schema objects
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -5,7 +5,7 @@
* Interactions between userspace and selinux in kernelspace,
* using libselinux api.
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -4,7 +4,7 @@
*
* Definitions corresponding to SE-PostgreSQL
*
* Copyright (c) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -6,7 +6,7 @@
* access control decisions recently used, and reduce number of kernel
* invocations to avoid unnecessary performance hit.
*
* Copyright (c) 2011, PostgreSQL Global Development Group
* Copyright (c) 2011-2012, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -10,7 +10,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright (c) 2002-2011, PostgreSQL Global Development Group
* Copyright (c) 2002-2012, PostgreSQL Global Development Group
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without a written agreement

View File

@ -10,7 +10,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright (c) 2002-2011, PostgreSQL Global Development Group
* Copyright (c) 2002-2012, PostgreSQL Global Development Group
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without a written agreement

View File

@ -3,7 +3,7 @@
* test_parser.c
* Simple example of a text search parser
*
* Copyright (c) 2007-2011, PostgreSQL Global Development Group
* Copyright (c) 2007-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/test_parser/test_parser.c

View File

@ -3,7 +3,7 @@
* tsearch2.c
* Backwards-compatibility package for old contrib/tsearch2 API
*
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* unaccent.c
* Text search unaccent dictionary
*
* Copyright (c) 2009-2011, PostgreSQL Global Development Group
* Copyright (c) 2009-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/unaccent/unaccent.c

View File

@ -2,7 +2,7 @@
*
* UUID generation functions using the OSSP UUID library
*
* Copyright (c) 2007-2011, PostgreSQL Global Development Group
* Copyright (c) 2007-2012, PostgreSQL Global Development Group
*
* contrib/uuid-ossp/uuid-ossp.c
*

View File

@ -3,7 +3,7 @@
* vacuumlo.c
* This removes orphaned large objects from a database.
*
* 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
*
*