diff options
| author | Bruce Momjian | 2023-01-02 20:00:37 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2023-01-02 20:00:37 +0000 |
| commit | c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch) | |
| tree | bc2e271d4b902b97d9dee7870b138d5750aa86db /src/include/tsearch | |
| parent | 325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff) | |
Update copyright for 2023
Backpatch-through: 11
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 c7c3d9fb348..0b817291287 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-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, 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 5511d275a31..5c30af6ac63 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-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, 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 bcb5c7665ba..d432bd0ace4 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-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, 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 10887290dc2..58d594d4006 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-2022, PostgreSQL Global Development Group + * Copyright (c) 1998-2023, 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 fe2a16783de..0c9bc1498ef 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-2022, PostgreSQL Global Development Group + * Copyright (c) 1998-2023, 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 f1ec84702dc..b076039c1c1 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-2022, PostgreSQL Global Development Group + * Copyright (c) 1998-2023, 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 2297fb6cd5b..4d78103581d 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-2022, PostgreSQL Global Development Group + * Copyright (c) 1998-2023, PostgreSQL Global Development Group * * src/include/tsearch/ts_utils.h * |
