diff options
Diffstat (limited to 'libc/misc/dirent/seekdir.c')
-rw-r--r-- | libc/misc/dirent/seekdir.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/misc/dirent/seekdir.c b/libc/misc/dirent/seekdir.c index 5aa848b2a..ba25ffd40 100644 --- a/libc/misc/dirent/seekdir.c +++ b/libc/misc/dirent/seekdir.c @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + #include <dirent.h> #include <errno.h> #include <unistd.h> |