diff options
author | Robby <robby@chatbelgie.be> | 2016-01-28 20:24:49 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2016-01-28 20:24:49 +0100 |
commit | f118960a25dd1f482e77586b7853107692d31ec9 (patch) | |
tree | c9f232bfeee7a8bc35a4ff5aabfa93969ce3fbef /docs | |
parent | 5d6a71b6d2dc72d95e188c5b1a5bfb7527bd38cd (diff) |
Update copyright to 2016. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
Fixed some whitespace and blank lines along the way.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README | 2 | ||||
-rw-r--r-- | docs/XMLRPC/xmlrpc.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README b/docs/README index af4a05bd0..a68647d1a 100644 --- a/docs/README +++ b/docs/README @@ -1,7 +1,7 @@ Anope -- a set of IRC services for IRC networks ----------------------------------------------- -Anope is 2003-2014 Anope Team <team@anope.org>. +Anope is 2003-2016 Anope Team <team@anope.org>. Based on Epona 2000-2002 PegSoft <epona@pegsoft.net>. Based on Services 1996-1999 Andrew Church <achurch@achurch.org>. diff --git a/docs/XMLRPC/xmlrpc.php b/docs/XMLRPC/xmlrpc.php index 2b5645ca7..c8cc50008 100644 --- a/docs/XMLRPC/xmlrpc.php +++ b/docs/XMLRPC/xmlrpc.php @@ -3,7 +3,7 @@ /** * XMLRPC Functions * - * (C) 2003-2015 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org */ class AnopeXMLRPC |