8000 Adjust locations which have an incorrect copyright year · postgrespro/postgres@7fc26d1 · GitHub
[go: up one dir, main page]

Skip to content
  • Commit 7fc26d1

    Browse files
    committed
    Adjust locations which have an incorrect copyright year
    A few patches committed after ca3b374 mistakenly forgot to make the copyright year 2021. Fix these. Discussion: https://postgr.es/m/CAApHDvqyLmd9P2oBQYJ=DbrV8QwyPRdmXtCTFYPE08h+ip0UJw@mail.gmail.com
    1 parent 11e9caf commit 7fc26d1

    File tree

    15 files changed

    +15
    -15
    lines changed

    15 files changed

    +15
    -15
    lines changed

    contrib/pageinspect/gistfuncs.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    * gistfuncs.c
    33
    * Functions to investigate the content of GiST indexes
    44
    *
    5-
    * Copyright (c) 2014-2020, PostgreSQL Global Development Group
    5+
    * Copyright (c) 2014-2021, PostgreSQL Global Development Group
    66
    *
    77
    * IDENTIFICATION
    88
    * contrib/pageinspect/gistfuncs.c

    src/backend/access/brin/brin_bloom.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    * brin_bloom.c
    33
    * Implementation of Bloom opclass for BRIN
    44
    *
    5-
    * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
    5+
    * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
    66
    * Portions Copyright (c) 1994, Regents of the University of California
    77
    *
    88
    *

    src/backend/access/brin/brin_minmax_multi.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    * brin_minmax_multi.c
    33
    * Implementation 10000 of Multi Min/Max opclass for BRIN
    44
    *
    5-
    * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
    5+
    * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
    66
    * Portions Copyright (c) 1994, Regents of the University of California
    77
    *
    88
    *

    src/backend/rewrite/rewriteSearchCycle.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * rewriteSearchCycle.c
    44
    * Support for rewriting SEARCH and CYCLE clauses.
    55
    *
    6-
    * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    * IDENTIFICATION

    src/backend/utils/adt/jsonbsubs.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * jsonbsubs.c
    44
    * Subscripting support functions for jsonb.
    55
    *
    6-
    * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *

    src/common/hex.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * hex.c
    44
    * Encoding and decoding routines for hex.
    55
    *
    6-
    * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    * IDENTIFICATION

    src/common/hmac.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -5,7 +5,7 @@
    55
    *
    66
    * Fallback implementation of HMAC, as specified in RFC 2104.
    77
    *
    8-
    * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
    8+
    * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
    99
    * Portions Copyright (c) 1994, Regents of the University of California
    1010
    *
    1111
    * IDENTIFICATION

    src/common/hmac_openssl.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -5,7 +5,7 @@
    55
    *
    66
    * This should only be used if code is compiled with OpenSSL support.
    77
    *
    8-
    * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
    8+
    * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
    99
    * Portions Copyright (c) 1994, Regents of the University of California
    1010
    *
    1111
    * IDENTIFICATION

    src/common/sha1.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -5,7 +5,7 @@
    55
    *
    66
    * Fallback implementation of SHA1, as specified in RFC 3174.
    77
    *
    8-
    * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
    8+
    * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
    99
    * Portions Copyright (c) 1994, Regents of the University of California
    1010
    *
    1111
    * IDENTIFICATION

    src/common/sha1_int.h

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * sha1_int.h
    44
    * Internal headers for fallback implementation of SHA1
    55
    *
    6-
    * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    * IDENTIFICATION

    0 commit comments 305B

    Comments
     (0)
    0