From: Heikki Linnakangas Date: Fri, 21 Nov 2014 13:07:29 +0000 (+0200) Subject: Add a comment to regress.c explaining what it contains. X-Git-Tag: REL9_5_ALPHA1~1170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b10a97b819a2594c97188bac02d87b550908a692;p=postgresql Add a comment to regress.c explaining what it contains. Ian Barwick --- diff --git a/src/test/regress/regress.c b/src/test/regress/regress.c index 14871716c9..be27416525 100644 --- a/src/test/regress/regress.c +++ b/src/test/regress/regress.c @@ -1,5 +1,17 @@ -/* +/*------------------------------------------------------------------------ + * + * regress.c + * Code for various C-language functions defined as part of the + * regression tests. + * + * This code is released under the terms of the PostgreSQL License. + * + * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group + * Portions Copyright (c) 1994, Regents of the University of California + * * src/test/regress/regress.c + * + *------------------------------------------------------------------------- */ #include "postgres.h"