update copyright year

This commit is contained in:
Wolfram Schneider 2009-12-31 16:37:18 +00:00
parent 44202b5ec7
commit 57557b35c7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35127
4 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl -T
# Copyright (c) July 1997-2007. Wolfram Schneider <wosch@FreeBSD.org>
# Copyright (c) July 1997-2010. Wolfram Schneider <wosch@FreeBSD.org>
# 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/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; $_; }