mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Adjust locations which have an incorrect copyright year
A few patches committed after ca3b37487
mistakenly forgot to make the
copyright year 2021. Fix these.
Discussion: https://postgr.es/m/CAApHDvqyLmd9P2oBQYJ=DbrV8QwyPRdmXtCTFYPE08h+ip0UJw@mail.gmail.com
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
* gistfuncs.c
|
* gistfuncs.c
|
||||||
* Functions to investigate the content of GiST indexes
|
* Functions to investigate the content of GiST indexes
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014-2020, PostgreSQL Global Development Group
|
* Copyright (c) 2014-2021, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* contrib/pageinspect/gistfuncs.c
|
* contrib/pageinspect/gistfuncs.c
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* brin_bloom.c
|
* brin_bloom.c
|
||||||
* Implementation of Bloom opclass for BRIN
|
* Implementation of Bloom opclass for BRIN
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* brin_minmax_multi.c
|
* brin_minmax_multi.c
|
||||||
* Implementation of Multi Min/Max opclass for BRIN
|
* Implementation of Multi Min/Max opclass for BRIN
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* rewriteSearchCycle.c
|
* rewriteSearchCycle.c
|
||||||
* Support for rewriting SEARCH and CYCLE clauses.
|
* Support for rewriting SEARCH and CYCLE clauses.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* jsonbsubs.c
|
* jsonbsubs.c
|
||||||
* Subscripting support functions for jsonb.
|
* Subscripting support functions for jsonb.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* hex.c
|
* hex.c
|
||||||
* Encoding and decoding routines for hex.
|
* Encoding and decoding routines for hex.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* Fallback implementation of HMAC, as specified in RFC 2104.
|
* Fallback implementation of HMAC, as specified in RFC 2104.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* This should only be used if code is compiled with OpenSSL support.
|
* This should only be used if code is compiled with OpenSSL support.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* Fallback implementation of SHA1, as specified in RFC 3174.
|
* Fallback implementation of SHA1, as specified in RFC 3174.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* sha1_int.h
|
* sha1_int.h
|
||||||
* Internal headers for fallback implementation of SHA1
|
* Internal headers for fallback implementation of SHA1
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* hex.h
|
* hex.h
|
||||||
* Encoding and decoding routines for hex strings.
|
* Encoding and decoding routines for hex strings.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* hmac.h
|
* hmac.h
|
||||||
* Generic headers for HMAC
|
* Generic headers for HMAC
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* sha1.h
|
* sha1.h
|
||||||
* Constants related to SHA1.
|
* Constants related to SHA1.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* src/include/common/sha1.h
|
* src/include/common/sha1.h
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* pg_iovec.h
|
* pg_iovec.h
|
||||||
* Header for vectored I/O functions, to use in place of <sys/uio.h>.
|
* Header for vectored I/O functions, to use in place of <sys/uio.h>.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* src/include/port/pg_iovec.h
|
* src/include/port/pg_iovec.h
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Support for rewriting SEARCH and CYCLE clauses.
|
* Support for rewriting SEARCH and CYCLE clauses.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* src/include/rewrite/rewriteSearchCycle.h
|
* src/include/rewrite/rewriteSearchCycle.h
|
||||||
|
Reference in New Issue
Block a user