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

Update copyrights for 2013

Fully update git head, and update back branches in ./COPYRIGHT and
legal.sgml files.
This commit is contained in:
Bruce Momjian
2013-01-01 17:15:01 -05:00
parent b10e9ae9f3
commit bd61a623ac
1237 changed files with 1243 additions and 1243 deletions

View File

@ -3,7 +3,7 @@
*
* server checks and output routines
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/check.c
*/

View File

@ -3,7 +3,7 @@
*
* controldata functions
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/controldata.c
*/

View File

@ -3,7 +3,7 @@
*
* dump functions
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/dump.c
*/

View File

@ -3,7 +3,7 @@
*
* execution functions
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/exec.c
*/

View File

@ -3,7 +3,7 @@
*
* file system operations
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/file.c
*/

View File

@ -3,7 +3,7 @@
*
* server-side function support
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/function.c
*/

View File

@ -3,7 +3,7 @@
*
* information support functions
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/info.c
*/

View File

@ -3,7 +3,7 @@
*
* options functions
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/option.c
*/

View File

@ -3,7 +3,7 @@
*
* per-page conversion operations
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/page.c
*/

View File

@ -3,7 +3,7 @@
*
* multi-process support
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/parallel.c
*/

View File

@ -3,7 +3,7 @@
*
* main source file
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/pg_upgrade.c
*/

View File

@ -1,7 +1,7 @@
/*
* pg_upgrade.h
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/pg_upgrade.h
*/

View File

@ -3,7 +3,7 @@
*
* relfilenode functions
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/relfilenode.c
*/

View File

@ -3,7 +3,7 @@
*
* database server functions
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/server.c
*/

View File

@ -3,7 +3,7 @@
*
* tablespace functions
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, 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-2012, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2013, 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-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/util.c
*/

View File

@ -3,7 +3,7 @@
*
* Postgres-version-specific routines
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/version.c
*/

View File

@ -3,7 +3,7 @@
*
* Postgres-version-specific routines
*
* Copyright (c) 2010-2012, PostgreSQL Global Development Group
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* contrib/pg_upgrade/version_old_8_3.c
*/