diff --git a/en/cgi/mid.cgi b/en/cgi/mid.cgi index 6a83aaf574..83bf552f49 100755 --- a/en/cgi/mid.cgi +++ b/en/cgi/mid.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) March 1998-2000 Wolfram Schneider . Berlin. +# Copyright (c) March 1998-2010 Wolfram Schneider . Berlin. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # # Search a mail by Message-ID, References or In-Reply-To field # -# $FreeBSD: www/en/cgi/mid.cgi,v 1.16 2006/03/15 04:07:54 kuriyama Exp $ +# $FreeBSD: www/en/cgi/mid.cgi,v 1.17 2008/09/23 12:42:17 wosch Exp $ require "./cgi-lib.pl"; require "./cgi-style.pl"; diff --git a/en/cgi/missing_handler.cgi b/en/cgi/missing_handler.cgi index bdbf5ee71e..4eeab2b746 100755 --- a/en/cgi/missing_handler.cgi +++ b/en/cgi/missing_handler.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# Copyright (c) July 1997-2007. Wolfram Schneider +# Copyright (c) July 1997-2010. Wolfram Schneider # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ # # _________________________________________________________________ # -# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.18 2005/12/04 21:45:45 simon Exp $ +# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.19 2007/07/08 12:28:11 wosch Exp $ # ---------------------------------------------------------------------- sub escape($) { $_ = $_[0]; s/&/&/g; s//>/g; $_; } diff --git a/en/cgi/pds.cgi b/en/cgi/pds.cgi index 5fdbb3eb1b..89d9b0d41b 100755 --- a/en/cgi/pds.cgi +++ b/en/cgi/pds.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# Copyright (c) 1997-2000 Wolfram Schneider , Berlin. +# Copyright (c) 1997-2010 Wolfram Schneider , Berlin. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # pds.cgi - FreeBSD Ports download sources cgi script # print a list of source files for a port # -# $FreeBSD: www/en/cgi/pds.cgi,v 1.11 2006/08/19 21:03:12 simon Exp $ +# $FreeBSD: www/en/cgi/pds.cgi,v 1.12 2006/08/19 21:18:18 simon Exp $ sub escape($) { $_ = $_[0]; s/&/&/g; s//>/g; $_; } diff --git a/en/cgi/ports.cgi b/en/cgi/ports.cgi index c90550ac9e..980b8d67e7 100755 --- a/en/cgi/ports.cgi +++ b/en/cgi/ports.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) 1996-2008 Wolfram Schneider +# Copyright (c) 1996-2010 Wolfram Schneider # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: www/en/cgi/ports.cgi,v 1.96 2007/08/02 18:30:21 wosch Exp $ +# $FreeBSD: www/en/cgi/ports.cgi,v 1.97 2008/09/22 19:13:42 wosch Exp $ # # ports.cgi - search engine for FreeBSD ports # o search for a port by name or description @@ -515,10 +515,10 @@ sub footer { print qq{ Powered by FreeBSD -© 1996-2008 by Wolfram Schneider. All rights reserved.
+© 1996-2010 by Wolfram Schneider. All rights reserved.
}; -#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.96 2007/08/02 18:30:21 wosch Exp $} . "
\n"; +#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.97 2008/09/22 19:13:42 wosch Exp $} . "
\n"; print qq{Please direct questions about this service to $mailto
\n}; print qq{General questions about FreeBSD ports should be sent to }