From 86e1aa729de14a4534ad2955f816c7ce1e5faba6 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Fri, 13 Jul 2001 12:49:08 +0000 Subject: [PATCH] Remove duplicate $FreeBSD$ line. --- en/cgi/cgi-lib.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/en/cgi/cgi-lib.pl b/en/cgi/cgi-lib.pl index 9eb9fcbe10..18fc0193dd 100644 --- a/en/cgi/cgi-lib.pl +++ b/en/cgi/cgi-lib.pl @@ -1,7 +1,6 @@ #!/usr/bin/perl -- -*- C -*- # Perl Routines to Manipulate CGI input # S.E.Brenner@bioc.cam.ac.uk -# $FreeBSD$ # # Copyright 1994 Steven E. Brenner # Unpublished work. @@ -36,7 +35,7 @@ # If a variable-glob parameter (e.g., *cgi_input) is passed to ReadParse, # information is stored there, rather than in $in, @in, and %in. # -# $FreeBSD$ +# $FreeBSD: www/en/cgi/cgi-lib.pl,v 1.3 1999/09/06 07:02:40 peter Exp $ # sub ReadParse {