diff options
| author | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
| commit | ca3b37487be333a1d241dab1bbdd17a211a88f43 (patch) | |
| tree | 85245c7d62c73b1a132ad0b96647abb27b85c802 /src/include/tsearch | |
| parent | 4d3f03f42227bb351c2021a9ccea2fff9c023cfc (diff) | |
Update copyright for 2021
Backpatch-through: 9.5
Diffstat (limited to 'src/include/tsearch')
| -rw-r--r-- | src/include/tsearch/dicts/regis.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/dicts/spell.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_cache.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_locale.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_public.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_type.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_utils.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/include/tsearch/dicts/regis.h b/src/include/tsearch/dicts/regis.h index 014a409b845..5411926e9e6 100644 --- a/src/include/tsearch/dicts/regis.h +++ b/src/include/tsearch/dicts/regis.h @@ -4,7 +4,7 @@ * * Declarations for fast regex subset, used by ISpell * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * * src/include/tsearch/dicts/regis.h * diff --git a/src/include/tsearch/dicts/spell.h b/src/include/tsearch/dicts/spell.h index 7bb29376136..9847e30208c 100644 --- a/src/include/tsearch/dicts/spell.h +++ b/src/include/tsearch/dicts/spell.h @@ -4,7 +4,7 @@ * * Declarations for ISpell dictionary * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * * src/include/tsearch/dicts/spell.h * diff --git a/src/include/tsearch/ts_cache.h b/src/include/tsearch/ts_cache.h index 9149796466f..888f7028b1e 100644 --- a/src/include/tsearch/ts_cache.h +++ b/src/include/tsearch/ts_cache.h @@ -3,7 +3,7 @@ * ts_cache.h * Tsearch related object caches. * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/tsearch/ts_cache.h diff --git a/src/include/tsearch/ts_locale.h b/src/include/tsearch/ts_locale.h index f1669fda211..cfd34b32443 100644 --- a/src/include/tsearch/ts_locale.h +++ b/src/include/tsearch/ts_locale.h @@ -3,7 +3,7 @@ * ts_locale.h * locale compatibility layer for tsearch * - * Copyright (c) 1998-2020, PostgreSQL Global Development Group + * Copyright (c) 1998-2021, PostgreSQL Global Development Group * * src/include/tsearch/ts_locale.h * diff --git a/src/include/tsearch/ts_public.h b/src/include/tsearch/ts_public.h index 63aca2b1f51..adb9ae5fb9c 100644 --- a/src/include/tsearch/ts_public.h +++ b/src/include/tsearch/ts_public.h @@ -4,7 +4,7 @@ * Public interface to various tsearch modules, such as * parsers and dictionaries. * - * Copyright (c) 1998-2020, PostgreSQL Global Development Group + * Copyright (c) 1998-2021, PostgreSQL Global Development Group * * src/include/tsearch/ts_public.h * diff --git a/src/include/tsearch/ts_type.h b/src/include/tsearch/ts_type.h index e7edca9f167..7f44f1b14d3 100644 --- a/src/include/tsearch/ts_type.h +++ b/src/include/tsearch/ts_type.h @@ -3,7 +3,7 @@ * ts_type.h * Definitions for the tsvector and tsquery types * - * Copyright (c) 1998-2020, PostgreSQL Global Development Group + * Copyright (c) 1998-2021, PostgreSQL Global Development Group * * src/include/tsearch/ts_type.h * diff --git a/src/include/tsearch/ts_utils.h b/src/include/tsearch/ts_utils.h index 400ba330014..69a9ba8524e 100644 --- a/src/include/tsearch/ts_utils.h +++ b/src/include/tsearch/ts_utils.h @@ -3,7 +3,7 @@ * ts_utils.h * helper utilities for tsearch * - * Copyright (c) 1998-2020, PostgreSQL Global Development Group + * Copyright (c) 1998-2021, PostgreSQL Global Development Group * * src/include/tsearch/ts_utils.h * |
