diff options
author | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
commit | ca3b37487be333a1d241dab1bbdd17a211a88f43 (patch) | |
tree | 85245c7d62c73b1a132ad0b96647abb27b85c802 /src/pl/plpython | |
parent | 4d3f03f42227bb351c2021a9ccea2fff9c023cfc (diff) |
Update copyright for 2021
Backpatch-through: 9.5
Diffstat (limited to 'src/pl/plpython')
-rw-r--r-- | src/pl/plpython/generate-spiexceptions.pl | 2 | ||||
-rw-r--r-- | src/pl/plpython/plpython.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/plpython/generate-spiexceptions.pl b/src/pl/plpython/generate-spiexceptions.pl index 14967ba3eef..488c980e097 100644 --- a/src/pl/plpython/generate-spiexceptions.pl +++ b/src/pl/plpython/generate-spiexceptions.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # # Generate the spiexceptions.h header from errcodes.txt -# Copyright (c) 2000-2020, PostgreSQL Global Development Group +# Copyright (c) 2000-2021, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/pl/plpython/plpython.h b/src/pl/plpython/plpython.h index 6d981a0a06d..994457b37d6 100644 --- a/src/pl/plpython/plpython.h +++ b/src/pl/plpython/plpython.h @@ -2,7 +2,7 @@ * * plpython.h - Python as a procedural language for PostgreSQL * - * 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 * * src/pl/plpython/plpython.h |