From 2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 4 Aug 2003 23:59:41 +0000 Subject: Fix some copyright notices that weren't updated. Improve copyright tool so it won't miss 'em again. --- src/bin/psql/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/psql/help.c') diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 4b59a3af5fd..d099b5b2753 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -1,9 +1,9 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2003 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.76 2003/08/04 00:43:29 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.77 2003/08/04 23:59:40 tgl Exp $ */ #include "postgres_fe.h" #include "common.h" -- cgit v1.2.3