From f2f5b05655afa80377757a2c335c01b28de24429 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 5 Mar 2006 15:59:11 +0000 Subject: Update copyright for 2006. Update scripts. --- src/backend/access/gist/gist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/gist/gist.c') diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index 71d07d87c1..de880831bf 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -4,11 +4,11 @@ * interface routines for the postgres GiST index access method. * * - * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.128 2005/11/06 22:39:20 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.129 2006/03/05 15:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ -- cgit v1.2.1