diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-01-03 20:49:05 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-01-03 20:49:05 -0500 |
commit | 29275b1d177096597675b5c6e7e7c9db2df8f4df (patch) | |
tree | b82e12375286dd75030a36b6d770bc0c2d385dbe /contrib/fuzzystrmatch | |
parent | 793ecff7df80c5ffe598e431a6c2aca1d4c64eff (diff) | |
download | postgresql-29275b1d177096597675b5c6e7e7c9db2df8f4df.tar.gz postgresql-29275b1d177096597675b5c6e7e7c9db2df8f4df.zip |
Update copyright for 2024
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz
Backpatch-through: 12
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 162e32c1154..8c050c6441b 100644 --- a/contrib/fuzzystrmatch/daitch_mokotoff.c +++ b/contrib/fuzzystrmatch/daitch_mokotoff.c @@ -1,7 +1,7 @@ /* * Daitch-Mokotoff Soundex * - * Copyright (c) 2023, PostgreSQL Global Development Group + * Copyright (c) 2023-2024, 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 5ee0d1cc7c3..bb2827364ed 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, PostgreSQL Global Development Group +# Copyright (c) 2023-2024, 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, PostgreSQL Global Development Group + * Copyright (c) 2023-2024, 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 fc9cfbeda4b..72ae2ab91b5 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-2023, PostgreSQL Global Development Group + * Copyright (c) 2001-2024, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * metaphone() diff --git a/contrib/fuzzystrmatch/meson.build b/contrib/fuzzystrmatch/meson.build index 3ff84eb531e..299b2fa9cb4 100644 --- a/contrib/fuzzystrmatch/meson.build +++ b/contrib/fuzzystrmatch/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023, PostgreSQL Global Development Group +# Copyright (c) 2022-2024, PostgreSQL Global Development Group fuzzystrmatch_sources = files( 'daitch_mokotoff.c', |