From 14a957f8a03983fea5986c0464e73156d3dad018 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 9 Jan 2013 04:16:24 -0500 Subject: Update copyright to 2013. This was done with: find include/ src/ lang/ docs/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; --- src/modules/hs_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/hs_request.c') diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index e0b13ef69..47c3de46f 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -1,7 +1,7 @@ /* hs_request.c - Add request and activate functionality to HostServ, * along with adding +req as optional param to HostServ list. * - * (C) 2003-2012 Anope Team + * (C) 2003-2013 Anope Team * Contact us at team@anope.org * * Based on the original module by Rob -- cgit