diff options
author | Robby <robby@chatbelgie.be> | 2017-01-16 03:13:25 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2017-01-16 03:13:25 +0100 |
commit | 8656b65e392e8d26de218bf372da949c3a00d8d4 (patch) | |
tree | 7c7a5ae78e7e1f3c523de962f910ad4b24822cce /docs | |
parent | 39422beaefcda1dc3e6232226ddd14b42546d649 (diff) |
Update copyright to 2017.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ | 2 | ||||
-rw-r--r-- | docs/README | 2 | ||||
-rw-r--r-- | docs/XMLRPC/xmlrpc.php | 3 |
3 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ Frequently Asked Questions (FAQ) concerning Anope ------------------------------------------------- +------------------------------------------------- The information in the 1.9 FAQ is subject to change at any moment due to new developments. Please visit our website diff --git a/docs/README b/docs/README index a68647d1a..248684648 100644 --- a/docs/README +++ b/docs/README @@ -1,7 +1,7 @@ Anope -- a set of IRC services for IRC networks ----------------------------------------------- -Anope is 2003-2016 Anope Team <team@anope.org>. +Anope is 2003-2017 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 e57a2f145..51a3ebe9a 100644 --- a/docs/XMLRPC/xmlrpc.php +++ b/docs/XMLRPC/xmlrpc.php @@ -3,9 +3,10 @@ /** * XMLRPC Functions * - * (C) 2003-2016 Anope Team + * (C) 2003-2017 Anope Team * Contact us at team@anope.org */ + class AnopeXMLRPC { /** |