diff options
Diffstat (limited to 'src/win32/dir/dir.cpp')
-rw-r--r-- | src/win32/dir/dir.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/win32/dir/dir.cpp b/src/win32/dir/dir.cpp index d660c9694..16809bd9c 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-2016 Anope Team - * Contact us at team@anope.org + * Copyright (C) 2008-2014 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]; |