mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back branches.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/backend/utils/mb/Unicode
|
||||
#
|
||||
# Copyright (c) 2001-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/Makefile
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_most.pl
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2001-2013, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2014, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/ucs2utf.pl
|
||||
# convert UCS-4 to UTF-8
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* Utility functions for conversion procs.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* ASCII and MULE_INTERNAL
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* Cyrillic and MULE_INTERNAL
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_JIS_2004, SHIFT_JIS_2004
|
||||
*
|
||||
* Copyright (c) 2007-2013, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2007-2014, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_CN and MULE_INTERNAL
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_JP, SJIS and MULE_INTERNAL
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_KR and MULE_INTERNAL
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_TW, BIG5 and MULE_INTERNAL
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* LATIN2 and WIN1250
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* LATINn and MULE_INTERNAL
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* ASCII <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* BIG5 <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* UTF8 and Cyrillic
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_JIS_2004 <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_CN <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_JP <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_KR <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_TW <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* GB18030 <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* GBK <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* ISO 8859 2-16 <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* ISO8859_1 <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* JOHAB <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* SJIS <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* SHIFT_JIS_2004 <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* UHC <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* WIN <--> UTF8
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
Reference in New Issue
Block a user