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/win32/sigaction | |
| 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/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 0f023307c..e064c6224 100644 --- a/src/win32/sigaction/sigaction.cpp +++ b/src/win32/sigaction/sigaction.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 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 5ba94e42d..efb897b68 100644 --- a/src/win32/sigaction/sigaction.h +++ b/src/win32/sigaction/sigaction.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * (C) 2008-2018 Anope Team + * (C) 2008-2019 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |
