diff options
author | Robby <robby@chatbelgie.be> | 2017-01-16 03:13:25 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2017-01-16 03:13:25 +0100 |
commit | 8656b65e392e8d26de218bf372da949c3a00d8d4 (patch) | |
tree | 7c7a5ae78e7e1f3c523de962f910ad4b24822cce /src/win32/windows.cpp | |
parent | 39422beaefcda1dc3e6232226ddd14b42546d649 (diff) |
Update copyright to 2017.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
Diffstat (limited to 'src/win32/windows.cpp')
-rw-r--r-- | src/win32/windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp index ac6801cba..9aaa333ff 100644 --- a/src/win32/windows.cpp +++ b/src/win32/windows.cpp @@ -1,7 +1,7 @@ /* POSIX emulation layer for Windows. * * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * (C) 2008-2016 Anope Team <team@anope.org> + * (C) 2008-2017 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * |