mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Update copyright for 2024
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* amapi.c
|
||||
* Support routines for API for Postgres index access methods.
|
||||
*
|
||||
* Copyright (c) 2015-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2015-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Support routines for index access methods' amvalidate and
|
||||
* amadjustmembers functions.
|
||||
*
|
||||
* Copyright (c) 2016-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* genam.c
|
||||
* general index access method routines
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* indexam.c
|
||||
* general index access method routines
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'amapi.c',
|
||||
|
||||
Reference in New Issue
Block a user