diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-05-19 09:46:52 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-05-19 09:46:52 +0900 |
commit | 2c6469d4cd8175349abfe8da89dd642bca68fcfa (patch) | |
tree | 791aee4e443edbeab9ebfa6a4876fd63f9a24c34 | |
parent | 11b2dc37097f981b523ccca2b46a3e7b1a5e0a97 (diff) | |
download | postgresql-2c6469d4cd8175349abfe8da89dd642bca68fcfa.tar.gz postgresql-2c6469d4cd8175349abfe8da89dd642bca68fcfa.zip |
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 <mujeeb.sk.dev@gmail.com>
Discussion: https://postgr.es/m/CALa6HA4_Wu7-2PV0xv-Q84cT8eG7rTx6bdjUV0Pc=McAwkNMfQ@mail.gmail.com
-rw-r--r-- | contrib/sepgsql/t/001_sepgsql.pl | 2 | ||||
-rw-r--r-- | src/include/access/gin_tuple.h | 2 | ||||
-rw-r--r-- | src/include/storage/waiteventset.h | 2 | ||||
-rw-r--r-- | src/port/pg_localeconv_r.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/sepgsql/t/001_sepgsql.pl b/contrib/sepgsql/t/001_sepgsql.pl index cd00e4963db..f5e4645e4e6 100644 --- a/contrib/sepgsql/t/001_sepgsql.pl +++ b/contrib/sepgsql/t/001_sepgsql.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2024, PostgreSQL Global Development Group +# Copyright (c) 2024-2025, PostgreSQL Global Development Group use strict; use warnings FATAL => 'all'; diff --git a/src/include/access/gin_tuple.h b/src/include/access/gin_tuple.h index 4a50565960f..702f7d12889 100644 --- a/src/include/access/gin_tuple.h +++ b/src/include/access/gin_tuple.h @@ -2,7 +2,7 @@ * gin.h * Public header file for Generalized Inverted Index access method. * - * Copyright (c) 2006-2024, PostgreSQL Global Development Group + * Copyright (c) 2006-2025, PostgreSQL Global Development Group * * src/include/access/gin.h *-------------------------------------------------------------------------- diff --git a/src/include/storage/waiteventset.h b/src/include/storage/waiteventset.h index aa65b7a35e7..dd514d52991 100644 --- a/src/include/storage/waiteventset.h +++ b/src/include/storage/waiteventset.h @@ -15,7 +15,7 @@ * functions. * * - * 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 * * src/include/storage/waiteventset.h 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 * * |