summaryrefslogtreecommitdiff
path: root/src/win32/pipe/pipe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/pipe/pipe.cpp')
-rw-r--r--src/win32/pipe/pipe.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/win32/pipe/pipe.cpp b/src/win32/pipe/pipe.cpp
index 8df71e546..72ffa5bfd 100644
--- a/src/win32/pipe/pipe.cpp
+++ b/src/win32/pipe/pipe.cpp
@@ -1,7 +1,6 @@
-/* POSIX emulation layer for Windows.
+ /* POSIX emulation layer for Windows.
*
- * (C) 2008-2017 Anope Team
- * Contact us at team@anope.org
+ * Copyright (C) 2008-2017 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
@@ -59,3 +58,4 @@ int pipe(int fds[2])
return 0;
}
+