Fix incorrect year in some copyright notices
authorMichael Paquier <michael@paquier.xyz>
Mon, 19 May 2025 00:46:52 +0000 (09:46 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 19 May 2025 00:46:52 +0000 (09:46 +0900)
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

contrib/sepgsql/t/001_sepgsql.pl
src/include/access/gin_tuple.h
src/include/storage/waiteventset.h
src/port/pg_localeconv_r.c

index cd00e4963dba91466a9f684c706d6e7d0e06de32..f5e4645e4e6d0b3072537c61ebf21dbcf7bf2424 100644 (file)
@@ -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';
index 4a50565960fcfac175efe877f90356d496ac8dc6..702f7d12889d812d43c9be8ff31042459ce9f240 100644 (file)
@@ -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
  *--------------------------------------------------------------------------
index aa65b7a35e77fd9892c61c76667e36be60362fa1..dd514d5299104e800ca09ea8f1b2cecc15a77671 100644 (file)
@@ -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
index 4554ab84e9ba233b1943afe6638918dd343afd48..61510b2e0ea37d15e034d39d54ef6a6ab1136d3e 100644 (file)
@@ -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
  *
  *