1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Update copyright for 2018

Backpatch-through: certain files through 9.3
This commit is contained in:
Bruce Momjian
2018-01-02 23:30:12 -05:00
parent f9ccf92e16
commit 9d4649ca49
1638 changed files with 1648 additions and 1648 deletions

View File

@@ -5,7 +5,7 @@
#
# NormalizationTest.txt is part of the Unicode Character Database.
#
# Copyright (c) 2000-2017, PostgreSQL Global Development Group
# Copyright (c) 2000-2018, PostgreSQL Global Development Group
use strict;
use warnings;
@@ -30,7 +30,7 @@ print $OUTPUT <<HEADER;
* norm_test_table.h
* Test strings for Unicode normalization.
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/common/unicode/norm_test_table.h

View File

@@ -5,7 +5,7 @@
# Input: UnicodeData.txt and CompositionExclusions.txt
# Output: unicode_norm_table.h
#
# Copyright (c) 2000-2017, PostgreSQL Global Development Group
# Copyright (c) 2000-2018, PostgreSQL Global Development Group
use strict;
use warnings;
@@ -74,7 +74,7 @@ print $OUTPUT <<HEADER;
* unicode_norm_table.h
* Composition table used for Unicode normalization
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_norm_table.h

View File

@@ -2,7 +2,7 @@
* norm_test.c
* Program to test Unicode normalization functions.
*
* Portions Copyright (c) 2017, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode_norm.c