diff options
author | Robby <robby@chatbelgie.be> | 2021-01-07 03:31:08 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2021-01-07 03:31:08 +0100 |
commit | c5a4e8337c3c1315821cb9434db89aac059a17c0 (patch) | |
tree | 1af6cf222c7295d2f2c805daaf4c1318b7c1875b /docs | |
parent | 7e08e7cb6c2548043e180b87a31577ffa1db65ab (diff) |
Update copyright to 2021.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \;
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 39012b635..6f3b9baec 100644 --- a/docs/README +++ b/docs/README @@ -1,7 +1,7 @@ Anope -- a set of IRC services for IRC networks ----------------------------------------------- -Anope is 2003-2020 Anope Team <team@anope.org>. +Anope is 2003-2021 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 f1da1c2a5..5b4833ad8 100644 --- a/docs/XMLRPC/xmlrpc.php +++ b/docs/XMLRPC/xmlrpc.php @@ -3,7 +3,7 @@ /** * XMLRPC Functions * - * (C) 2003-2020 Anope Team + * (C) 2003-2021 Anope Team * Contact us at team@anope.org */ |