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.h | |
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.h')
-rw-r--r-- | src/bin/psql/stringutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index 62c8ba9e3af..ab662ef3620 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -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 * - * $Id: stringutils.h,v 1.18 2002/10/19 00:22:14 tgl Exp $ + * $Id: stringutils.h,v 1.19 2003/08/04 23:59:40 tgl Exp $ */ #ifndef STRINGUTILS_H #define STRINGUTILS_H |