diff options
| author | Robby <robby@chatbelgie.be> | 2018-04-25 19:22:13 +0200 |
|---|---|---|
| committer | Robby <robby@chatbelgie.be> | 2018-04-25 19:22:13 +0200 |
| commit | e03ae0cd85a85cbb3d5371b918e48b74ecc6e855 (patch) | |
| tree | cd51a103e66bd7a807b54673b8b95b0adacaff71 /src/win32/sigaction | |
| parent | 901fc3e40f26cdf173703313e6d37595a3d3b92a (diff) | |
Update copyright to 2018.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \;
Diffstat (limited to 'src/win32/sigaction')
| -rw-r--r-- | src/win32/sigaction/sigaction.cpp | 2 | ||||
| -rw-r--r-- | src/win32/sigaction/sigaction.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/win32/sigaction/sigaction.cpp b/src/win32/sigaction/sigaction.cpp index 552b051a6..0f023307c 100644 --- a/src/win32/sigaction/sigaction.cpp +++ b/src/win32/sigaction/sigaction.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2017 Anope Team + * (C) 2008-2018 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/sigaction/sigaction.h b/src/win32/sigaction/sigaction.h index c8ec11475..5ba94e42d 100644 --- a/src/win32/sigaction/sigaction.h +++ b/src/win32/sigaction/sigaction.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2017 Anope Team + * (C) 2008-2018 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |
