diff options
Diffstat (limited to 'src/bin/psql/variables.c')
-rw-r--r-- | src/bin/psql/variables.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/bin/psql/variables.c b/src/bin/psql/variables.c index c84363ea7f3..0c559af7e67 100644 --- a/src/bin/psql/variables.c +++ b/src/bin/psql/variables.c @@ -1,4 +1,10 @@ -#include <config.h> +/* + * psql - the PostgreSQL interactive terminal + * + * Copyright 2000 by PostgreSQL Global Development Team + * + * $Header: /cvsroot/pgsql/src/bin/psql/variables.c,v 1.4 2000/01/18 23:30:24 petere Exp $ + */ #include <c.h> #include "variables.h" |