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
pull/163/head
David Rowley 1 year ago
parent 771fa58df2
commit 8cb653b245
  1. 2
      src/backend/postmaster/launch_backend.c
  2. 2
      src/backend/tcop/backend_startup.c
  3. 2
      src/common/unicode/case_test.c
  4. 4
      src/common/unicode/generate-unicode_case_table.pl
  5. 2
      src/common/unicode_case.c
  6. 2
      src/include/common/unicode_case.h
  7. 2
      src/include/common/unicode_case_table.h
  8. 2
      src/include/tcop/backend_startup.h

@ -20,7 +20,7 @@
* same state as after fork() on a Unix system.
*
*
* 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
*
* IDENTIFICATION

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

@ -2,7 +2,7 @@
* case_test.c
* Program to test Unicode case mapping functions.
*
* Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/case_test.c

@ -6,7 +6,7 @@
# Input: UnicodeData.txt
# Output: unicode_case_table.h
#
# Copyright (c) 2000-2023, PostgreSQL Global Development Group
# Copyright (c) 2000-2024, PostgreSQL Global Development Group
use strict;
use warnings;
@ -69,7 +69,7 @@ print $OT <<"EOS";
* unicode_case_table.h
* Case mapping and information table.
*
* 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
*
* src/include/common/unicode_case_table.h

@ -2,7 +2,7 @@
* unicode_case.c
* Unicode case mapping and case conversion.
*
* Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode_case.c

@ -5,7 +5,7 @@
*
* These definitions can be used by both frontend and backend code.
*
* Copyright (c) 2017-2023, PostgreSQL Global Development Group
* Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* src/include/common/unicode_case.h
*

@ -3,7 +3,7 @@
* unicode_case_table.h
* Case mapping and information table.
*
* 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
*
* src/include/common/unicode_case_table.h

@ -4,7 +4,7 @@
* prototypes for backend_startup.c.
*
*
* 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
*
* src/include/tcop/backend_startup.h

Loading…
Cancel
Save