diff options
author | Robby <robby@chatbelgie.be> | 2016-01-28 20:24:49 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2016-01-28 20:24:49 +0100 |
commit | f118960a25dd1f482e77586b7853107692d31ec9 (patch) | |
tree | c9f232bfeee7a8bc35a4ff5aabfa93969ce3fbef /src/win32/anope_windows.h | |
parent | 5d6a71b6d2dc72d95e188c5b1a5bfb7527bd38cd (diff) |
Update copyright to 2016. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
Fixed some whitespace and blank lines along the way.
Diffstat (limited to 'src/win32/anope_windows.h')
-rw-r--r-- | src/win32/anope_windows.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h index e534d7927..14c83b4d4 100644 --- a/src/win32/anope_windows.h +++ b/src/win32/anope_windows.h @@ -1,14 +1,14 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2014 Anope Team <info@anope.org> + * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * * Based on the original code of Epona by Lara. * Based on the original code of Services by Andy Church. */ - + #ifndef WINDOWS_H #define WINDOWS_H #ifdef _WIN32 @@ -65,7 +65,7 @@ namespace Anope { class string; } - + extern CoreExport void OnStartup(); extern CoreExport void OnShutdown(); extern CoreExport USHORT WindowsGetLanguage(const Anope::string &lang); |