Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c706c71

Browse files
bmomjianpull[bot]
authored andcommitted
Update copyright for 2024
Reported-by: Michael Paquier Discussion: https://postgr.es/m/[email protected] Backpatch-through: 12
1 parent 7175243 commit c706c71

File tree

2,500 files changed

+2517
-2517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,500 files changed

+2517
-2517
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL Database Management System
22
(formerly known as Postgres, then as Postgres95)
33

4-
Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
55

66
Portions Copyright (c) 1994, The Regents of the University of California
77

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This configure script is free software; the Free Software Foundation
1212
# gives unlimited permission to copy, distribute and modify it.
1313
#
14-
# Copyright (c) 1996-2023, PostgreSQL Global Development Group
14+
# Copyright (c) 1996-2024, PostgreSQL Global Development Group
1515
## -------------------- ##
1616
## M4sh Initialization. ##
1717
## -------------------- ##
@@ -1692,7 +1692,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
16921692
This configure script is free software; the Free Software Foundation
16931693
gives unlimited permission to copy, distribute and modify it.
16941694

1695-
Copyright (c) 1996-2023, PostgreSQL Global Development Group
1695+
Copyright (c) 1996-2024, PostgreSQL Global Development Group
16961696
_ACEOF
16971697
exit
16981698
fi

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.6
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not
2424
recommended. You can remove the check from 'configure.ac' but it is then
2525
your responsibility whether the result works or not.])])
26-
AC_COPYRIGHT([Copyright (c) 1996-2023, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2024, PostgreSQL Global Development Group])
2727
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
2828
AC_CONFIG_AUX_DIR(config)
2929
AC_PREFIX_DEFAULT(/usr/local/pgsql)

contrib/adminpack/adminpack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* adminpack.c
44
*
55
*
6-
* Copyright (c) 2002-2023, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2024, PostgreSQL Global Development Group
77
*
88
* Author: Andreas Pflug <[email protected]>
99
*

contrib/adminpack/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
1+
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
22

33
adminpack_sources = files(
44
'adminpack.c',

contrib/amcheck/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
1+
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
22

33
amcheck_sources = files(
44
'verify_heapam.c',

contrib/amcheck/t/001_verify_heapam.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
2+
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
33

44
use strict;
55
use warnings FATAL => 'all';

contrib/amcheck/t/002_cic.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
2+
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
33

44
# Test CREATE INDEX CONCURRENTLY with concurrent modifications
55
use strict;

contrib/amcheck/t/003_cic_2pc.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
2+
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
33

44
# Test CREATE INDEX CONCURRENTLY with concurrent prepared-xact modifications
55
use strict;

contrib/amcheck/t/004_verify_nbtree_unique.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2023, PostgreSQL Global Development Group
2+
# Copyright (c) 2023-2024, PostgreSQL Global Development Group
33

44
# This regression test checks the behavior of the btree validation in the
55
# presence of breaking sort order changes.

0 commit comments

Comments
 (0)