1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Update copyright for 2023

Backpatch-through: 11
This commit is contained in:
Bruce Momjian
2023-01-02 15:00:37 -05:00
parent 325bc54eed
commit c8e1ba736b
2406 changed files with 2421 additions and 2421 deletions

View File

@@ -20,7 +20,7 @@
# not in the set.
#
#
# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/tools/PerfectHash.pm

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-2022, PostgreSQL Global Development Group
# Copyright (c) 2011-2023, 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-2022, PostgreSQL Global Development Group
# Copyright (c) 2011-2023, 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-2022, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/tools/fix-old-flex-code.pl

View File

@@ -21,7 +21,7 @@
# Note that case folding works correctly only for all-ASCII keywords!
#
#
# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2023, 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-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2023, 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-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
#
# src/tools/git_changelog

View File

@@ -2,7 +2,7 @@
#
# Makefile for src/tools/ifaddrs
#
# Copyright (c) 2003-2022, PostgreSQL Global Development Group
# Copyright (c) 2003-2023, 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-2022, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2023, 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-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
package Install;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
package MSBuildProject;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
package Mkvcbuild;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
package Project;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
package Solution;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
package VSObjectFactory;

View File

@@ -1,6 +1,6 @@
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
#
# Script that provides 'make' functionality for msvc builds.

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# Configuration arguments for vcbuild.
use strict;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
package Win32;
use strict;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
package Win32::Registry;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
package Win32API::File;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
use strict;
use warnings;

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
#
# Script that provides 'make install' functionality for msvc builds

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
#
# Script that parses Unix style build environment and generates build files

View File

@@ -1,6 +1,6 @@
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# src/tools/msvc/pgbison.pl

View File

@@ -1,6 +1,6 @@
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# src/tools/msvc/pgflex.pl

View File

@@ -1,6 +1,6 @@
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# src/tools/msvc/vcregress.pl

View File

@@ -13,7 +13,7 @@
# No output if everything is OK, else compiler errors.
#
# src/tools/pginclude/cpluspluscheck
# Copyright (c) 2009-2022, PostgreSQL Global Development Group
# Copyright (c) 2009-2023, PostgreSQL Global Development Group
if [ -z "$1" ]; then
srcdir="."

View File

@@ -13,7 +13,7 @@
# No output if everything is OK, else compiler errors.
#
# src/tools/pginclude/headerscheck
# Copyright (c) 2009-2022, PostgreSQL Global Development Group
# Copyright (c) 2009-2023, PostgreSQL Global Development Group
if [ -z "$1" ]; then
srcdir="."

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
#
# This script looks for symbols that are referenced in #ifdef or defined()

View File

@@ -1,6 +1,6 @@
#!/usr/bin/perl
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
use strict;
use warnings;

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-2022, PostgreSQL Global Development Group
* Copyright (c) 2017-2023, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

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

View File

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