diff options
author | Bruce Momjian | 2014-01-07 21:05:30 +0000 |
---|---|---|
committer | Bruce Momjian | 2014-01-07 21:05:30 +0000 |
commit | 7e04792a1cbd1763edf72474f6b1fbad2cd0ad31 (patch) | |
tree | 1336f6ad1bc694547ec4e944e715c12364fcb259 /src/pl/plpython/generate-spiexceptions.pl | |
parent | 0c051c90082da0b7e5bcaf9aabcbd4f361137cdc (diff) |
Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back
branches.
Diffstat (limited to 'src/pl/plpython/generate-spiexceptions.pl')
-rw-r--r-- | src/pl/plpython/generate-spiexceptions.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/generate-spiexceptions.pl b/src/pl/plpython/generate-spiexceptions.pl index 03346cee1af..06c6c53a2cf 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-2013, PostgreSQL Global Development Group +# Copyright (c) 2000-2014, PostgreSQL Global Development Group use warnings; use strict; |