diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-04 23:59:41 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-04 23:59:41 +0000 |
commit | 2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19 (patch) | |
tree | 04b3d3d242e7104d905756ae2929482fc264addd /src/bin/psql/stringutils.c | |
parent | d10146c06715edc0f10740b1f5704cd6f7cce074 (diff) | |
download | postgresql-2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19.tar.gz postgresql-2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19.zip |
Fix some copyright notices that weren't updated. Improve copyright tool
so it won't miss 'em again.
Diffstat (limited to 'src/bin/psql/stringutils.c')
-rw-r--r-- | src/bin/psql/stringutils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c index 2e6ad05e8b4..bede573b9a8 100644 --- a/src/bin/psql/stringutils.c +++ b/src/bin/psql/stringutils.c @@ -1,9 +1,9 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000-2002 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.33 2003/08/04 00:43:29 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.34 2003/08/04 23:59:40 tgl Exp $ */ #include "postgres_fe.h" |