1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-09 02:08:45 +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

@@ -2,7 +2,7 @@
#
# Makefile for src/bin/psql
#
# 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
#
# src/bin/psql/Makefile

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/command.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/command.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/common.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/common.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/copy.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/copy.h
*/

View File

@@ -3,7 +3,7 @@
#################################################################
# create_help.pl -- converts SGML docs to internal psql help
#
# Copyright (c) 2000-2011, PostgreSQL Global Development Group
# Copyright (c) 2000-2012, PostgreSQL Global Development Group
#
# src/bin/psql/create_help.pl
#################################################################

View File

@@ -6,7 +6,7 @@
* with servers of versions 7.4 and up. It's okay to omit irrelevant
* information for an old server, but not to fail outright.
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/describe.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/describe.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/help.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/help.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/input.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/input.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/large_obj.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/large_obj.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/mainloop.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/mainloop.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/mbprint.c
*

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/print.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/print.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/prompt.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/prompt.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/psqlscan.h
*/

View File

@@ -29,7 +29,7 @@
* subroutine is responsible for looking back to the original string and
* replacing FF's with the corresponding original bytes.
*
* 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
*
* IDENTIFICATION

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/settings.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/startup.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/stringutils.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/stringutils.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/tab-complete.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/tab-complete.h
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/variables.c
*/

View File

@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
*
* src/bin/psql/variables.h
*/