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/mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mysql.c') diff --git a/src/mysql.c b/src/mysql.c index 86739d502..781497dd5 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -1,7 +1,7 @@ /* MySQL functions. * - * (C) 2003-2012 Anope Team + * (C) 2003-2013 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. -- cgit