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

Update copyrights for 2020

Backpatch-through: update all files in master, backpatch legal files through 9.4
This commit is contained in:
Bruce Momjian
2020-01-01 12:21:45 -05:00
parent b55413d77f
commit 7559d8ebfa
1771 changed files with 1781 additions and 1781 deletions

View File

@@ -5,7 +5,7 @@
#
# NormalizationTest.txt is part of the Unicode Character Database.
#
# Copyright (c) 2000-2019, PostgreSQL Global Development Group
# Copyright (c) 2000-2020, 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-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, 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-2019, PostgreSQL Global Development Group
# Copyright (c) 2000-2020, 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-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, 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-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/norm_test.c