update copyright year to 2011

This commit is contained in:
Wolfram Schneider 2011-01-08 14:58:27 +00:00
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

View file

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