From 7e1c8ef4fca01293cd561386c1b37bb53e26d62a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 1 Jan 2005 20:44:34 +0000 Subject: Some more missed copyright notices. Many of these look like they should have been caught by the src/tools/copyright script ... why weren't they? --- src/include/getopt_long.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/getopt_long.h') diff --git a/src/include/getopt_long.h b/src/include/getopt_long.h index 417fbd1d56..14dcb4168b 100644 --- a/src/include/getopt_long.h +++ b/src/include/getopt_long.h @@ -2,9 +2,9 @@ * Portions Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * - * Portions Copyright (c) 2003, PostgreSQL Global Development Group + * Portions Copyright (c) 2003-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/getopt_long.h,v 1.5 2003/11/29 19:52:08 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/getopt_long.h,v 1.6 2005/01/01 20:44:26 tgl Exp $ */ #ifndef GETOPT_LONG_H #define GETOPT_LONG_H -- cgit v1.2.1