1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update copyright for 2024

Reported-by: Michael Paquier

Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz

Backpatch-through: 12
This commit is contained in:
Bruce Momjian
2024-01-03 20:49:05 -05:00
parent 793ecff7df
commit 29275b1d17
2500 changed files with 2517 additions and 2517 deletions

View File

@ -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>

View File

@ -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
*/

View File

@ -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()

View File

@ -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',