diff options
author | Adam <Adam@anope.org> | 2014-01-01 20:47:35 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-01 20:48:38 -0500 |
commit | 595dad4ec17ec127e4865a5167ed6d52e52367b6 (patch) | |
tree | ff0e42c88522f9d9ee1ec4313c14ae2c55ebb397 /src/win32/windows.cpp | |
parent | a374e245fd257205e90e133044d014d024c3062e (diff) |
Update copyright to 2014. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
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 2bcd59261..a9e0521d0 100644 --- a/src/win32/windows.cpp +++ b/src/win32/windows.cpp @@ -1,7 +1,7 @@ /* POSIX emulation layer for Windows. * * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2013 Anope Team <info@anope.org> + * Copyright (C) 2008-2014 Anope Team <info@anope.org> * * Please read COPYING and README for further details. * |