diff --git a/en/cgi/cgi-style.pl b/en/cgi/cgi-style.pl index 5c78e8df35..390802f75b 100644 --- a/en/cgi/cgi-style.pl +++ b/en/cgi/cgi-style.pl @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.40 2009/12/31 16:32:32 wosch Exp $ +# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.41 2010/12/29 13:08:41 wosch Exp $ # # Perl routines to encapsulate various elements of HTML page style. @@ -236,7 +236,7 @@ sub html_footer { return qq`
diff --git a/en/cgi/mailindex.cgi b/en/cgi/mailindex.cgi index ce7fc4a2e4..bee8aa6065 100755 --- a/en/cgi/mailindex.cgi +++ b/en/cgi/mailindex.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) Jan 1999 Wolfram Schneider-Copyright (c) 1996-2010 Wolfram Schneider +Copyright (c) 1996-2011 Wolfram Schneider Copyright (c) 1993-1995 Berkeley Software Design, Inc. This data is part of a licensed program from BERKELEY SOFTWARE diff --git a/en/cgi/mid.cgi b/en/cgi/mid.cgi index 83bf552f49..ce16175645 100755 --- a/en/cgi/mid.cgi +++ b/en/cgi/mid.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) March 1998-2010 Wolfram Schneider. Berlin. +# Copyright (c) March 1998-2011 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.17 2008/09/23 12:42:17 wosch Exp $ +# $FreeBSD: www/en/cgi/mid.cgi,v 1.18 2009/12/31 16:37:18 wosch Exp $ require "./cgi-lib.pl"; require "./cgi-style.pl"; diff --git a/en/cgi/mirror.cgi b/en/cgi/mirror.cgi index d1e9b82539..113da22f72 100755 --- a/en/cgi/mirror.cgi +++ b/en/cgi/mirror.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# (c) 1996-2010 Wolfram Schneider. Public domain. +# (c) 1996-2011 Wolfram Schneider. Public domain. # # FreeBSD WWW mirror redirect # diff --git a/en/cgi/missing_handler.cgi b/en/cgi/missing_handler.cgi index 4eeab2b746..65c24f1d58 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-2010. Wolfram Schneider +# Copyright (c) July 1997-2011. 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.19 2007/07/08 12:28:11 wosch Exp $ +# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.20 2009/12/31 16:37:18 wosch Exp $ # ---------------------------------------------------------------------- sub escape($) { $_ = $_[0]; s/&/&/g; s/</g; s/>/>/g; $_; } diff --git a/en/cgi/pds.cgi b/en/cgi/pds.cgi index 89d9b0d41b..e54b30809d 100755 --- a/en/cgi/pds.cgi +++ b/en/cgi/pds.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# Copyright (c) 1997-2010 Wolfram Schneider , Berlin. +# Copyright (c) 1997-2011 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.12 2006/08/19 21:18:18 simon Exp $ +# $FreeBSD: www/en/cgi/pds.cgi,v 1.13 2009/12/31 16:37:18 wosch Exp $ sub escape($) { $_ = $_[0]; s/&/&/g; s/</g; s/>/>/g; $_; } diff --git a/en/cgi/ports.cgi b/en/cgi/ports.cgi index da86ffdf5f..7f7cd5b36a 100755 --- a/en/cgi/ports.cgi +++ b/en/cgi/ports.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) 1996-2010 Wolfram Schneider +# Copyright (c) 1996-2011 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.99 2010/07/26 10:30:51 wosch Exp $ +# $FreeBSD: www/en/cgi/ports.cgi,v 1.100 2010/12/29 12:48:29 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{ -© 1996-2010 by Wolfram Schneider. All rights reserved.
+© 1996-2011 by Wolfram Schneider. All rights reserved.
}; -#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.99 2010/07/26 10:30:51 wosch Exp $} . "
\n"; +#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.100 2010/12/29 12:48:29 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 } diff --git a/en/cgi/url.cgi b/en/cgi/url.cgi index e2bee2182b..518039a23a 100755 --- a/en/cgi/url.cgi +++ b/en/cgi/url.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) Oct 1997-1999 Wolfram Schneider. Berlin. +# Copyright (c) Oct 1997-2011 Wolfram Schneider . Berlin. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # # url.cgi - make plain text URLs clickable # -# $FreeBSD: www/en/cgi/url.cgi,v 1.36 2007/03/19 18:13:51 wosch Exp $ +# $FreeBSD: www/en/cgi/url.cgi,v 1.37 2010/08/28 19:15:22 wosch Exp $ use strict;