diff options
| author | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
| commit | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch) | |
| tree | afa997a1b8df3ed53e220af8374e637cd5de5c5a /contrib/fuzzystrmatch | |
| parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) | |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'contrib/fuzzystrmatch')
| -rw-r--r-- | contrib/fuzzystrmatch/daitch_mokotoff.c | 2 | ||||
| -rwxr-xr-x | contrib/fuzzystrmatch/daitch_mokotoff_header.pl | 4 | ||||
| -rw-r--r-- | contrib/fuzzystrmatch/fuzzystrmatch.c | 2 | ||||
| -rw-r--r-- | contrib/fuzzystrmatch/meson.build | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/contrib/fuzzystrmatch/daitch_mokotoff.c b/contrib/fuzzystrmatch/daitch_mokotoff.c index 8c050c6441b..07f895ae2bf 100644 --- a/contrib/fuzzystrmatch/daitch_mokotoff.c +++ b/contrib/fuzzystrmatch/daitch_mokotoff.c @@ -1,7 +1,7 @@ /* * Daitch-Mokotoff Soundex * - * Copyright (c) 2023-2024, PostgreSQL Global Development Group + * Copyright (c) 2023-2025, PostgreSQL Global Development Group * * This module was originally sponsored by Finance Norway / * Trafikkforsikringsforeningen, and implemented by Dag Lem <dag@nimrod.no> diff --git a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl index bb2827364ed..ff190a33ee0 100755 --- a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl +++ b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl @@ -2,7 +2,7 @@ # # Generation of types and lookup tables for Daitch-Mokotoff soundex. # -# Copyright (c) 2023-2024, PostgreSQL Global Development Group +# Copyright (c) 2023-2025, PostgreSQL Global Development Group # # This module was originally sponsored by Finance Norway / # Trafikkforsikringsforeningen, and implemented by Dag Lem <dag@nimrod.no> @@ -58,7 +58,7 @@ print $OUTPUT <<EOF; /* * Constants and lookup tables for Daitch-Mokotoff Soundex * - * Copyright (c) 2023-2024, PostgreSQL Global Development Group + * Copyright (c) 2023-2025, PostgreSQL Global Development Group * * This file is generated by daitch_mokotoff_header.pl */ diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c index f243e2caed5..850d017ac65 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -6,7 +6,7 @@ * Joe Conway <mail@joeconway.com> * * contrib/fuzzystrmatch/fuzzystrmatch.c - * Copyright (c) 2001-2024, PostgreSQL Global Development Group + * Copyright (c) 2001-2025, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * metaphone() diff --git a/contrib/fuzzystrmatch/meson.build b/contrib/fuzzystrmatch/meson.build index 299b2fa9cb4..f52daa4ea1c 100644 --- a/contrib/fuzzystrmatch/meson.build +++ b/contrib/fuzzystrmatch/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024, PostgreSQL Global Development Group +# Copyright (c) 2022-2025, PostgreSQL Global Development Group fuzzystrmatch_sources = files( 'daitch_mokotoff.c', |
