summaryrefslogtreecommitdiff
path: root/src/win32/dir/dir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/dir/dir.cpp')
-rw-r--r--src/win32/dir/dir.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/win32/dir/dir.cpp b/src/win32/dir/dir.cpp
index eb162eeae..b0ba98dff 100644
--- a/src/win32/dir/dir.cpp
+++ b/src/win32/dir/dir.cpp
@@ -1,14 +1,13 @@
-/* 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.
*/
#include "dir.h"
#include <stdio.h>
-
+
DIR *opendir(const char *path)
{
char real_path[MAX_PATH];