1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Update copyright for 2019

Backpatch-through: certain files through 9.4
This commit is contained in:
Bruce Momjian
2019-01-02 12:44:25 -05:00
parent b6f3649bba
commit 97c39498e5
1692 changed files with 1703 additions and 1703 deletions

View File

@ -2,7 +2,7 @@
#
# Makefile for backend/tsearch
#
# Copyright (c) 2006-2018, PostgreSQL Global Development Group
# Copyright (c) 2006-2019, PostgreSQL Global Development Group
#
# src/backend/tsearch/Makefile
#

View File

@ -3,7 +3,7 @@
* dict.c
* Standard interface to dictionary
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* dict_ispell.c
* Ispell dictionary interface
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* dict_simple.c
* Simple dictionary: just lowercase and check for stopword
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* dict_synonym.c
* Synonym dictionary: replace word by its synonym
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* dict_thesaurus.c
* Thesaurus dictionary: phrase to phrase substitution
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -8,4 +8,4 @@ ball/6
klubber/1
sky/7
ex-/8
machina/9
machina/9

View File

@ -3,7 +3,7 @@
* regis.c
* Fast regex subset
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* spell.c
* Normalizing word with ISpell
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
* Ispell dictionary
* -----------------

View File

@ -3,7 +3,7 @@
* to_tsany.c
* to_ts* function definitions
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* ts_locale.c
* locale compatibility layer for tsearch
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* ts_parse.c
* main parse functions for tsearch
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* ts_selfuncs.c
* Selectivity estimation functions for text search operators.
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* ts_typanalyze.c
* functions for gathering statistics from tsvector columns
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* ts_utils.c
* various support functions
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* wparser.c
* Standard interface to word parser
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* wparser_def.c
* Default text search parser
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION