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 /src/tools | |
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 'src/tools')
-rw-r--r-- | src/tools/anoperc.in | 2 | ||||
-rw-r--r-- | src/tools/anopesmtp.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 8cf265ab7..ea14fe607 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -2,7 +2,7 @@ # # Configuration script for Services # -# (C) 2003-2020 Anope Team +# (C) 2003-2021 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. diff --git a/src/tools/anopesmtp.cpp b/src/tools/anopesmtp.cpp index 639817757..396524049 100644 --- a/src/tools/anopesmtp.cpp +++ b/src/tools/anopesmtp.cpp @@ -1,6 +1,6 @@ /* smtp stuff handler for win32. * - * (C) 2003-2020 Anope Team + * (C) 2003-2021 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |