From 969aacbf783287bc734d14c969dd6674bbb69252 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 1 Jan 2014 20:51:08 -0500 Subject: Update copyright to 2014. This was done with: find include/ src/ lang/ docs/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 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 781497dd5..5864694cc 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -1,7 +1,7 @@ /* MySQL functions. * - * (C) 2003-2013 Anope Team + * (C) 2003-2014 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. -- cgit