1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +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/backend/utils/mb/Unicode
#
# Copyright (c) 2001-2011, PostgreSQL Global Development Group
# Copyright (c) 2001-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/Makefile
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2001-2011, PostgreSQL Global Development Group
# Copyright (c) 2001-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2001-2011, PostgreSQL Global Development Group
# Copyright (c) 2001-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2007-2011, PostgreSQL Global Development Group
# Copyright (c) 2007-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2001-2011, PostgreSQL Global Development Group
# Copyright (c) 2001-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2001-2011, PostgreSQL Global Development Group
# Copyright (c) 2001-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2001-2011, PostgreSQL Global Development Group
# Copyright (c) 2001-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2007-2011, PostgreSQL Global Development Group
# Copyright (c) 2007-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2007-2011, PostgreSQL Global Development Group
# Copyright (c) 2007-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2001-2011, PostgreSQL Global Development Group
# Copyright (c) 2001-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
# Copyright (c) 2001-2011, PostgreSQL Global Development Group
# Copyright (c) 2001-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/UCS_to_most.pl
#

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2001-2011, PostgreSQL Global Development Group
# Copyright (c) 2001-2012, PostgreSQL Global Development Group
#
# src/backend/utils/mb/Unicode/ucs2utf.pl
# convert UCS-4 to UTF-8

View File

@@ -2,7 +2,7 @@
*
* Utility functions for conversion procs.
*
* 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

@@ -2,7 +2,7 @@
*
* ASCII and MULE_INTERNAL
*
* 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

@@ -2,7 +2,7 @@
*
* Cyrillic and MULE_INTERNAL
*
* 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

@@ -2,7 +2,7 @@
*
* EUC_JIS_2004, SHIFT_JIS_2004
*
* Copyright (c) 2007-2011, PostgreSQL Global Development Group
* Copyright (c) 2007-2012, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c

View File

@@ -2,7 +2,7 @@
*
* EUC_CN and MULE_INTERNAL
*
* 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

@@ -2,7 +2,7 @@
*
* EUC_JP, SJIS and MULE_INTERNAL
*
* 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

@@ -2,7 +2,7 @@
*
* EUC_KR and MULE_INTERNAL
*
* 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

@@ -2,7 +2,7 @@
*
* EUC_TW, BIG5 and MULE_INTERNAL
*
* 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

@@ -2,7 +2,7 @@
*
* LATIN2 and WIN1250
*
* 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

@@ -2,7 +2,7 @@
*
* LATINn and MULE_INTERNAL
*
* 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

@@ -2,7 +2,7 @@
*
* ASCII <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* BIG5 <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* UTF8 and Cyrillic
*
* 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

@@ -2,7 +2,7 @@
*
* EUC_JIS_2004 <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* EUC_CN <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* EUC_JP <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* EUC_KR <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* EUC_TW <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* GB18030 <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* GBK <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* ISO 8859 2-16 <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* ISO8859_1 <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* JOHAB <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* SJIS <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* SHIFT_JIS_2004 <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* UHC <--> UTF8
*
* 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

@@ -2,7 +2,7 @@
*
* WIN <--> UTF8
*
* 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