summaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
authorBruce Momjian2004-08-29 04:13:13 +0000
committerBruce Momjian2004-08-29 04:13:13 +0000
commitc21d6c139bd543f96f499f02b6f32242fc6eb467 (patch)
tree1108a2e24e0fcb0f8a55bfc0aced0299636bb2f3 /src/include/access/gist.h
parent283cb4f5613aa9506654188de7a440ab43bc658f (diff)
Update copyright to 2004.
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r--src/include/access/gist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index a18c196992..106b376629 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -4,7 +4,7 @@
* common declarations for the GiST access method code.
*
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL$