diff options
| author | Bruce Momjian | 2022-01-08 00:04:57 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2022-01-08 00:04:57 +0000 |
| commit | 27b77ecf9f4d5be211900eda54d8155ada50d696 (patch) | |
| tree | 63b0c8a1c05e6fa3c0314212f64bc1cc6d26d6a6 /src/pl/plpython | |
| parent | c3879a7b4c87344d804483234a7278a68e8248d9 (diff) | |
Update copyright for 2022
Backpatch-through: 10
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 488c980e097..43289d213b7 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-2021, PostgreSQL Global Development Group +# Copyright (c) 2000-2022, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/pl/plpython/plpython.h b/src/pl/plpython/plpython.h index ae1275afe2e..05e4362dab9 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-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/pl/plpython/plpython.h |
