diff options
Diffstat (limited to 'src/win32/pipe/pipe.cpp')
-rw-r--r-- | src/win32/pipe/pipe.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/win32/pipe/pipe.cpp b/src/win32/pipe/pipe.cpp index 706ff655e..70690ab2b 100644 --- a/src/win32/pipe/pipe.cpp +++ b/src/win32/pipe/pipe.cpp @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ @@ -58,4 +59,3 @@ int pipe(int fds[2]) return 0; } - |