aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-24 11:18:59 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-24 11:18:59 -0700
commit1d8c67ca34412b348dfe594db9e583f63aca93e8 (patch)
tree0f6dc0106dffabd63987ed7b593c93a9da2be5d2 /usr
parent88bd04d0a1de2592e5e0641bd303790ae6d337e4 (diff)
downloadlinux-2.6-klibc-1d8c67ca34412b348dfe594db9e583f63aca93e8.tar.gz
[klibc] Correct authorship
The fnmatch() implementation was originally written by Kay Sievers. Kay has authorized its release under the new BSD license as for the rest of klibc. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'usr')
-rw-r--r--usr/klibc/fnmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/klibc/fnmatch.c b/usr/klibc/fnmatch.c
index 39f1f0e4a6a388..5d0a25f9bdc64f 100644
--- a/usr/klibc/fnmatch.c
+++ b/usr/klibc/fnmatch.c
@@ -1,7 +1,7 @@
/*
* fnmatch.c
*
- * Original implementation by Aaron Griffin, modified by H. Peter Anvin
+ * Original implementation by Kay Sievers, modified by H. Peter Anvin.
*/
#include <fnmatch.h>