From 5007b72b28fe853960db4141c222f713ac5b9eb7 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 9 Jan 2013 04:18:13 -0500 Subject: Update copyright to 2013. This was done with: find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; --- src/base64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base64.cpp') diff --git a/src/base64.cpp b/src/base64.cpp index ae026d8ef..a17fde343 100644 --- a/src/base64.cpp +++ b/src/base64.cpp @@ -1,6 +1,6 @@ /* base64 routines. * - * (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