diff options
| author | Bruce Momjian | 2006-03-05 15:59:11 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-03-05 15:59:11 +0000 |
| commit | f2f5b05655afa80377757a2c335c01b28de24429 (patch) | |
| tree | f34d3c8ec4239421ceb4b4a9b90cf178670c6df2 /src/pl | |
| parent | e096406c05425208b2f4a8ce9ea6b283294de4e2 (diff) | |
Update copyright for 2006. Update scripts.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plperl/plperl.h | 4 | ||||
| -rw-r--r-- | src/pl/plpgsql/src/plerrcodes.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/pl/plperl/plperl.h b/src/pl/plperl/plperl.h index e8702efc9b5..c9fd56ca040 100644 --- a/src/pl/plperl/plperl.h +++ b/src/pl/plperl/plperl.h @@ -5,10 +5,10 @@ * * This should be included _AFTER_ postgres.h and system include files * - * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1995, Regents of the University of California * - * $PostgreSQL: pgsql/src/pl/plperl/plperl.h,v 1.2 2006/01/12 22:15:56 adunstan Exp $ + * $PostgreSQL: pgsql/src/pl/plperl/plperl.h,v 1.3 2006/03/05 15:59:10 momjian Exp $ */ #ifndef PL_PERL_H diff --git a/src/pl/plpgsql/src/plerrcodes.h b/src/pl/plpgsql/src/plerrcodes.h index 25e31d1f449..be9f764a9ae 100644 --- a/src/pl/plpgsql/src/plerrcodes.h +++ b/src/pl/plpgsql/src/plerrcodes.h @@ -7,9 +7,9 @@ * with some sort of sed hackery, but no time for that now. It's likely * that an exact mapping will not be what's wanted anyhow ... * - * Copyright (c) 2003-2005, PostgreSQL Global Development Group + * Copyright (c) 2003-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.6 2005/01/01 20:44:32 tgl Exp $ + * $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.7 2006/03/05 15:59:10 momjian Exp $ * *------------------------------------------------------------------------- */ |
