update copyright year to 2011
This commit is contained in:
parent
4dd12e67f6
commit
80de397703
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=36778
9 changed files with 22 additions and 22 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl -T
|
||||
# Copyright (c) July 1997-2010. Wolfram Schneider <wosch@FreeBSD.org>
|
||||
# Copyright (c) July 1997-2011. 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.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; $_; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue