summaryrefslogtreecommitdiff
path: root/src/win32/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/socket.cpp')
-rw-r--r--src/win32/socket.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/win32/socket.cpp b/src/win32/socket.cpp
index 8e7ee6f26..2ff741583 100644
--- a/src/win32/socket.cpp
+++ b/src/win32/socket.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.
*/
@@ -86,7 +85,7 @@ int windows_inet_pton(int af, const char *src, void *dst)
}
return 1;
}
-
+
return 0;
}