Fix incorrect year in some copyright notices added this year
authorDavid Rowley <[email protected]>
Wed, 15 May 2024 03:01:21 +0000 (15:01 +1200)
committerDavid Rowley <[email protected]>
Wed, 15 May 2024 03:01:21 +0000 (15:01 +1200)
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/postmaster/launch_backend.c
src/backend/tcop/backend_startup.c
src/common/unicode/case_test.c
src/common/unicode/generate-unicode_case_table.pl
src/common/unicode_case.c
src/include/common/unicode_case.h
src/include/common/unicode_case_table.h
src/include/tcop/backend_startup.h

index 4e9dde1517bebb530e5e1433f402f6142f7052a1..bdfa238e4fe0fbdc654265c99167a2b2f94a01ac 100644 (file)
@@ -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
index ee73d01e16c83c8fa88c58538457ec885fe67864..cfa2755196442d5e78c5e7c68778a8f9ceca27b5 100644 (file)
@@ -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
  *
  *
index 85a43decb8f9810c4b20bb8f378626f08b1ac94b..de92811ec72612f99e2d21994d86b1776e937ee0 100644 (file)
@@ -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
index 44b785b86196af3cbb6237dda55c0de87a5b4fe7..e09ccffd426f0eecf3911e6c28cf54808b443fdf 100644 (file)
@@ -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
index 899927999306bff4383d7bce0be37bc03defd734..291e256e639af7066e4c75004d809279d74672b7 100644 (file)
@@ -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
index c0c3382e79ec0cf34928182ca1cff968aa25e029..c1c2d4c57620083eba6e1a3a9e5601be3acb6567 100644 (file)
@@ -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
  *
index f6bb85c6c949a145af95031806e15451affeff7e..eeda045839970fdafc0950c7a763e0c07ccbb212 100644 (file)
@@ -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
index d29eaed1e9713486f0780977b70644a5b850ac2e..16a68c7758456c3dafee73f3572578b0c84a2d6f 100644 (file)
@@ -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