summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/access/tuptoaster.h4
-rw-r--r--src/include/catalog/pg_cast.h4
-rw-r--r--src/include/commands/comment.h2
-rw-r--r--src/include/executor/instrument.h4
-rw-r--r--src/include/funcapi.h4
-rw-r--r--src/include/utils/formatting.h4
-rw-r--r--src/include/utils/guc.h4
-rw-r--r--src/include/utils/pg_locale.h4
8 files changed, 15 insertions, 15 deletions
diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h
index a99c47a28f4..402d572b449 100644
--- a/src/include/access/tuptoaster.h
+++ b/src/include/access/tuptoaster.h
@@ -4,9 +4,9 @@
* POSTGRES definitions for external and compressed storage
* of variable size attributes.
*
- * Copyright (c) 2000, PostgreSQL Development Team
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
- * $Id: tuptoaster.h,v 1.15 2002/09/04 20:31:37 momjian Exp $
+ * $Id: tuptoaster.h,v 1.16 2003/08/04 23:59:40 tgl Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h
index b37eecab75e..f9e70c72a28 100644
--- a/src/include/catalog/pg_cast.h
+++ b/src/include/catalog/pg_cast.h
@@ -5,9 +5,9 @@
* along with the relation's initial contents.
*
*
- * Copyright (c) 2002, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2003, PostgreSQL Global Development Group
*
- * $Id: pg_cast.h,v 1.8 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_cast.h,v 1.9 2003/08/04 23:59:40 tgl Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h
index 1b2ac3e614c..abdd65a668d 100644
--- a/src/include/commands/comment.h
+++ b/src/include/commands/comment.h
@@ -4,7 +4,7 @@
*
* Prototypes for functions in commands/comment.c
*
- * Copyright (c) 1999, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2003, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/instrument.h b/src/include/executor/instrument.h
index 9079c63ad40..9c19394897d 100644
--- a/src/include/executor/instrument.h
+++ b/src/include/executor/instrument.h
@@ -4,9 +4,9 @@
* definitions for run-time statistics collection
*
*
- * Copyright (c) 2001, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2003, PostgreSQL Global Development Group
*
- * $Id: instrument.h,v 1.4 2001/11/05 17:46:33 momjian Exp $
+ * $Id: instrument.h,v 1.5 2003/08/04 23:59:41 tgl Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/funcapi.h b/src/include/funcapi.h
index 64309433c01..9404a5d6b79 100644
--- a/src/include/funcapi.h
+++ b/src/include/funcapi.h
@@ -7,9 +7,9 @@
* or call FUNCAPI-callable functions or macros.
*
*
- * Copyright (c) 2002, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2003, PostgreSQL Global Development Group
*
- * $Id: funcapi.h,v 1.8 2002/09/04 20:31:36 momjian Exp $
+ * $Id: funcapi.h,v 1.9 2003/08/04 23:59:41 tgl Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h
index 85aa54e62d2..98308c5600f 100644
--- a/src/include/utils/formatting.h
+++ b/src/include/utils/formatting.h
@@ -2,10 +2,10 @@
/* -----------------------------------------------------------------------
* formatting.h
*
- * $Id: formatting.h,v 1.11 2001/10/28 06:26:09 momjian Exp $
+ * $Id: formatting.h,v 1.12 2003/08/04 23:59:41 tgl Exp $
*
*
- * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1999-2003, 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 6b5816ddc86..80ad3b3aa66 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 2000-2003 by PostgreSQL Global Development Group
+ * Copyright (c) 2000-2003, PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
- * $Id: guc.h,v 1.39 2003/08/04 00:43:32 momjian Exp $
+ * $Id: guc.h,v 1.40 2003/08/04 23:59:41 tgl Exp $
*--------------------------------------------------------------------
*/
#ifndef GUC_H
diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h
index 6c7b30758b5..d47a5c4239c 100644
--- a/src/include/utils/pg_locale.h
+++ b/src/include/utils/pg_locale.h
@@ -2,9 +2,9 @@
*
* PostgreSQL locale utilities
*
- * $Id: pg_locale.h,v 1.14 2002/09/04 20:31:45 momjian Exp $
+ * $Id: pg_locale.h,v 1.15 2003/08/04 23:59:41 tgl Exp $
*
- * Copyright (c) 2002, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2003, PostgreSQL Global Development Group
*
*-----------------------------------------------------------------------
*/