summaryrefslogtreecommitdiff
path: root/libc/misc/dirent/rewinddir.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/dirent/rewinddir.c')
-rw-r--r--libc/misc/dirent/rewinddir.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/misc/dirent/rewinddir.c b/libc/misc/dirent/rewinddir.c
index ec89f17a7..516700183 100644
--- a/libc/misc/dirent/rewinddir.c
+++ b/libc/misc/dirent/rewinddir.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>