diff options
| author | Bruce Momjian | 2024-01-04 01:49:05 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2024-01-04 01:49:05 +0000 |
| commit | 29275b1d177096597675b5c6e7e7c9db2df8f4df (patch) | |
| tree | b82e12375286dd75030a36b6d770bc0c2d385dbe /contrib/unaccent | |
| parent | 793ecff7df80c5ffe598e431a6c2aca1d4c64eff (diff) | |
Update copyright for 2024
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz
Backpatch-through: 12
Diffstat (limited to 'contrib/unaccent')
| -rw-r--r-- | contrib/unaccent/meson.build | 2 | ||||
| -rw-r--r-- | contrib/unaccent/unaccent.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/unaccent/meson.build b/contrib/unaccent/meson.build index a93bf10468d..2fe44fde709 100644 --- a/contrib/unaccent/meson.build +++ b/contrib/unaccent/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023, PostgreSQL Global Development Group +# Copyright (c) 2022-2024, PostgreSQL Global Development Group unaccent_sources = files( 'unaccent.c', diff --git a/contrib/unaccent/unaccent.c b/contrib/unaccent/unaccent.c index 544246e37f1..707962305f8 100644 --- a/contrib/unaccent/unaccent.c +++ b/contrib/unaccent/unaccent.c @@ -3,7 +3,7 @@ * unaccent.c * Text search unaccent dictionary * - * Copyright (c) 2009-2023, PostgreSQL Global Development Group + * Copyright (c) 2009-2024, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/unaccent/unaccent.c |
