From 8cb653b2457c75d58c4dba578570ba52301c8b78 Mon Sep 17 00:00:00 2001 From: David Rowley Date: Wed, 15 May 2024 15:01:21 +1200 Subject: Fix incorrect year in some copyright notices added this year A few patches that were written <= 2023 and committed in 2024 still contained 2023 copyright year. Fix that. Discussion: https://postgr.es/m/CAApHDvr5egyW3FmHbAg-Uq2p_Aizwco1Zjs6Vbq18KqN64-hRA@mail.gmail.com --- src/backend/tcop/backend_startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/tcop/backend_startup.c') diff --git a/src/backend/tcop/backend_startup.c b/src/backend/tcop/backend_startup.c index ee73d01e16c..cfa27551964 100644 --- a/src/backend/tcop/backend_startup.c +++ b/src/backend/tcop/backend_startup.c @@ -3,7 +3,7 @@ * backend_startup.c * Backend startup code * - * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * -- cgit v1.2.3