diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-01-01 05:43:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-01-01 05:43:09 +0000 |
commit | 2daed8c5b3b1a613b83c73be25a21cc378d69bb1 (patch) | |
tree | 2e0658f195ed729843255fca7e434a83ff681268 /src/include/utils | |
parent | 5e05d2bcdb2ccf5e3e48589c72f4565e0665613f (diff) | |
download | postgresql-2daed8c5b3b1a613b83c73be25a21cc378d69bb1.tar.gz postgresql-2daed8c5b3b1a613b83c73be25a21cc378d69bb1.zip |
Update copyrights that were missed.
Diffstat (limited to 'src/include/utils')
-rw-r--r-- | src/include/utils/ascii.h | 4 | ||||
-rw-r--r-- | src/include/utils/formatting.h | 4 | ||||
-rw-r--r-- | src/include/utils/guc.h | 4 | ||||
-rw-r--r-- | src/include/utils/numeric.h | 4 | ||||
-rw-r--r-- | src/include/utils/pg_locale.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/src/include/utils/ascii.h b/src/include/utils/ascii.h index cf3c6cf4476..bfc90c38005 100644 --- a/src/include/utils/ascii.h +++ b/src/include/utils/ascii.h @@ -1,9 +1,9 @@ /*----------------------------------------------------------------------- * ascii.h * - * Portions Copyright (c) 1999-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.12 2004/08/29 04:13:10 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.13 2005/01/01 05:43:09 momjian Exp $ * *----------------------------------------------------------------------- */ diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h index 4a8d407d0f1..c6d32f8dc28 100644 --- a/src/include/utils/formatting.h +++ b/src/include/utils/formatting.h @@ -2,10 +2,10 @@ /* ----------------------------------------------------------------------- * formatting.h * - * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.14 2004/08/29 04:13:11 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.15 2005/01/01 05:43:09 momjian Exp $ * * - * Portions Copyright (c) 1999-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group * * The PostgreSQL routines for a DateTime/int/float/numeric formatting, * inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines. diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 786d6966203..c3473e2fc31 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -4,10 +4,10 @@ * External declarations pertaining to backend/utils/misc/guc.c and * backend/utils/misc/guc-file.l * - * Copyright (c) 2000-2004, PostgreSQL Global Development Group + * Copyright (c) 2000-2005, PostgreSQL Global Development Group * Written by Peter Eisentraut <peter_e@gmx.net>. * - * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.57 2004/11/24 19:51:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.58 2005/01/01 05:43:09 momjian Exp $ *-------------------------------------------------------------------- */ #ifndef GUC_H diff --git a/src/include/utils/numeric.h b/src/include/utils/numeric.h index 64c1c61d536..7e6a0c8a74d 100644 --- a/src/include/utils/numeric.h +++ b/src/include/utils/numeric.h @@ -5,9 +5,9 @@ * * Original coding 1998, Jan Wieck. Heavily revised 2003, Tom Lane. * - * Copyright (c) 1998-2004, PostgreSQL Global Development Group + * Copyright (c) 1998-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.19 2004/08/29 04:13:11 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.20 2005/01/01 05:43:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h index d41d05af6f2..6be1df3ab14 100644 --- a/src/include/utils/pg_locale.h +++ b/src/include/utils/pg_locale.h @@ -2,9 +2,9 @@ * * PostgreSQL locale utilities * - * $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.18 2004/08/29 04:13:11 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.19 2005/01/01 05:43:09 momjian Exp $ * - * Copyright (c) 2002-2004, PostgreSQL Global Development Group + * Copyright (c) 2002-2005, PostgreSQL Global Development Group * *----------------------------------------------------------------------- */ |