diff options
author | Robby <robby@chatbelgie.be> | 2019-01-01 17:43:35 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2019-01-01 17:43:35 +0100 |
commit | 6fbb7cffe9954d1e5cc9038a18d4695ad2a19d2d (patch) | |
tree | a81d8f0063d1447a4dbcf4248dad548bdbfba49a /src/tools | |
parent | b279863acb9ae3ade833ea00bcb17f22001e20db (diff) |
Update copyright to 2019.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 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 c332e3c4e..3215a9801 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -2,7 +2,7 @@ # # Configuration script for Services # -# (C) 2003-2018 Anope Team +# (C) 2003-2019 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 8b13bbdc0..b255624e6 100644 --- a/src/tools/anopesmtp.cpp +++ b/src/tools/anopesmtp.cpp @@ -1,6 +1,6 @@ /* smtp stuff handler for win32. * - * (C) 2003-2018 Anope Team + * (C) 2003-2019 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |