mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Update copyright for 2018
Backpatch-through: certain files through 9.3
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for backend/tsearch
|
||||
#
|
||||
# Copyright (c) 2006-2017, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2006-2018, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/tsearch/Makefile
|
||||
#
|
||||
|
@ -3,7 +3,7 @@
|
||||
* dict.c
|
||||
* Standard interface to dictionary
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* dict_ispell.c
|
||||
* Ispell dictionary interface
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* dict_simple.c
|
||||
* Simple dictionary: just lowercase and check for stopword
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* dict_synonym.c
|
||||
* Synonym dictionary: replace word by its synonym
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* dict_thesaurus.c
|
||||
* Thesaurus dictionary: phrase to phrase substitution
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* regis.c
|
||||
* Fast regex subset
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* spell.c
|
||||
* Normalizing word with ISpell
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
* Ispell dictionary
|
||||
* -----------------
|
||||
|
@ -3,7 +3,7 @@
|
||||
* to_tsany.c
|
||||
* to_ts* function definitions
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* ts_locale.c
|
||||
* locale compatibility layer for tsearch
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* ts_parse.c
|
||||
* main parse functions for tsearch
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* ts_selfuncs.c
|
||||
* Selectivity estimation functions for text search operators.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* ts_typanalyze.c
|
||||
* functions for gathering statistics from tsvector columns
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* ts_utils.c
|
||||
* various support functions
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* wparser.c
|
||||
* Standard interface to word parser
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* wparser_def.c
|
||||
* Default text search parser
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
Reference in New Issue
Block a user