From f565cf41ab8d71df0f4bece5443679d249258b17 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 18 Jan 2000 23:30:24 +0000 Subject: another set of cleanups --- src/bin/psql/variables.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/bin/psql/variables.c') 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 +/* + * 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 #include "variables.h" -- cgit v1.2.3