1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Update copyright for 2025

Backpatch-through: 13
This commit is contained in:
Bruce Momjian
2025-01-01 11:21:55 -05:00
parent 98b1efd6ef
commit 50e6eb731d
2594 changed files with 2613 additions and 2613 deletions

View File

@@ -20,7 +20,7 @@
# not in the set.
#
#
# 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/tools/PerfectHash.pm

View File

@@ -3,7 +3,7 @@
#################################################################
# add_commit_links.pl -- add commit links to the release notes
#
# Copyright (c) 2024, PostgreSQL Global Development Group
# Copyright (c) 2024-2025, PostgreSQL Global Development Group
#
# src/tools/add_commit_links.pl
#################################################################

View File

@@ -16,7 +16,7 @@
# To use: run bison with the -v switch, then feed the produced y.output
# file to this script.
#
# Copyright (c) 2011-2024, PostgreSQL Global Development Group
# Copyright (c) 2011-2025, PostgreSQL Global Development Group
#
# src/tools/check_bison_recursion.pl
#################################################################

View File

@@ -2,7 +2,7 @@
#################################################################
# copyright.pl -- update copyright notices throughout the source tree, idempotently.
#
# Copyright (c) 2011-2024, PostgreSQL Global Development Group
# Copyright (c) 2011-2025, PostgreSQL Global Development Group
#
# src/tools/copyright.pl
#

View File

@@ -8,7 +8,7 @@
# let's suppress it by inserting a dummy reference to the variable.
# (That's exactly what 2.5.36 and later do ...)
#
# 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/tools/fix-old-flex-code.pl

View 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';

View File

@@ -21,7 +21,7 @@
# Note that case folding works correctly only for all-ASCII keywords!
#
#
# 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/tools/gen_keywordlist.pl
@@ -71,7 +71,7 @@ printf $kwdef <<EOM, $base_filename, uc $base_filename, uc $base_filename;
* %s.h
* List of keywords represented as a ScanKeywordList.
*
* 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
*
* NOTES

View File

@@ -1,6 +1,6 @@
#!/usr/bin/perl
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
# Copyright (c) 2021-2025, PostgreSQL Global Development Group
#
# src/tools/git_changelog

View File

@@ -2,7 +2,7 @@
#
# Makefile for src/tools/ifaddrs
#
# Copyright (c) 2003-2024, PostgreSQL Global Development Group
# Copyright (c) 2003-2025, PostgreSQL Global Development Group
#
# src/tools/ifaddrs/Makefile
#

View File

@@ -15,7 +15,7 @@
# script modifies before committing. This script uses as arguments
# a list of the header files to scan for the markings.
#
# 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/tools/mark_pgdllimport.pl

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
# Copyright (c) 2021-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';

View File

@@ -2,7 +2,7 @@
#
# src/tools/pg_bsd_indent/Makefile
#
# Copyright (c) 2017-2024, PostgreSQL Global Development Group
# Copyright (c) 2017-2025, PostgreSQL Global Development Group
#
#-------------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
pg_bsd_indent_sources = files(
'args.c',

View File

@@ -1,7 +1,7 @@
# pg_bsd_indent: some simple tests
# The test cases come from FreeBSD upstream, but this test scaffolding is ours.
# Copyright (c) 2017-2024, PostgreSQL Global Development Group
# Copyright (c) 2017-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';

View File

@@ -13,7 +13,7 @@
# No output if everything is OK, else compiler errors.
#
# src/tools/pginclude/headerscheck
# Copyright (c) 2009-2024, PostgreSQL Global Development Group
# Copyright (c) 2009-2025, PostgreSQL Global Development Group
# option to check for C++ compatibility
if [ "$1" = "--cplusplus" ]; then

View File

@@ -1,6 +1,6 @@
#!/usr/bin/perl
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
# Copyright (c) 2021-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';

View File

@@ -6,7 +6,7 @@
* This is a standalone test program that compares the behavior of an
* implementation in int128.h to an (assumed correct) int128 native type.
*
* Copyright (c) 2017-2024, PostgreSQL Global Development Group
* Copyright (c) 2017-2025, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@@ -3,7 +3,7 @@
#################################################################
# version_stamp.pl -- update version stamps throughout the source tree
#
# Copyright (c) 2008-2024, PostgreSQL Global Development Group
# Copyright (c) 2008-2025, PostgreSQL Global Development Group
#
# src/tools/version_stamp.pl
#################################################################

View File

@@ -2,7 +2,7 @@
#
# win32tzlist.pl -- compare Windows timezone information
#
# Copyright (c) 2008-2024, PostgreSQL Global Development Group
# Copyright (c) 2008-2025, PostgreSQL Global Development Group
#
# src/tools/win32tzlist.pl
#################################################################