diff options
| author | Michael Paquier | 2025-05-19 00:46:52 +0000 |
|---|---|---|
| committer | Michael Paquier | 2025-05-19 00:46:52 +0000 |
| commit | 2c6469d4cd8175349abfe8da89dd642bca68fcfa (patch) | |
| tree | 791aee4e443edbeab9ebfa6a4876fd63f9a24c34 /src/port | |
| parent | 11b2dc37097f981b523ccca2b46a3e7b1a5e0a97 (diff) | |
Fix incorrect year in some copyright notices
A couple of new files have been added in the tree with a copyright year
of 2024 while we were already in 2025. These should be marked with
2025, so let's fix them.
Reported-by: Shaik Mohammad Mujeeb <[email protected]>
Discussion: https://postgr.es/m/CALa6HA4_Wu7-2PV0xv-Q84cT8eG7rTx6bdjUV0Pc=McAwkNMfQ@mail.gmail.com
Diffstat (limited to 'src/port')
| -rw-r--r-- | src/port/pg_localeconv_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pg_localeconv_r.c b/src/port/pg_localeconv_r.c index 4554ab84e9b..61510b2e0ea 100644 --- a/src/port/pg_localeconv_r.c +++ b/src/port/pg_localeconv_r.c @@ -3,7 +3,7 @@ * pg_localeconv_r.c * Thread-safe implementations of localeconv() * - * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * |
