aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 12:13:34 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 12:13:34 +0000
commit6c4dadefb611d8fa3336fba9f4dfadceb7beea88 (patch)
treeb9e88bff6dc329f6190559cdb0f18c945ed2c63b /modutils
parenta46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff)
downloadbusybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz
busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.bz2
busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.zip
- update my name. No obj-code changes ;)
Diffstat (limited to 'modutils')
-rw-r--r--modutils/depmod.c2
-rw-r--r--modutils/modprobe-small.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/modutils/depmod.c b/modutils/depmod.c
index 35df4a8e2..5b9e9e864 100644
--- a/modutils/depmod.c
+++ b/modutils/depmod.c
@@ -1,7 +1,7 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * depmod - generate modules.dep 3 * depmod - generate modules.dep
4 * Copyright (c) 2008 Bernhard Fischer 4 * Copyright (c) 2008 Bernhard Reutner-Fischer
5 * Copyrihgt (c) 2008 Timo Teras <timo.teras@iki.fi> 5 * Copyrihgt (c) 2008 Timo Teras <timo.teras@iki.fi>
6 * Copyright (c) 2008 Vladimir Dronnikov 6 * Copyright (c) 2008 Vladimir Dronnikov
7 * 7 *
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c
index 8e765b2ee..96a0a08ed 100644
--- a/modutils/modprobe-small.c
+++ b/modutils/modprobe-small.c
@@ -3,7 +3,7 @@
3 * simplified modprobe 3 * simplified modprobe
4 * 4 *
5 * Copyright (c) 2008 Vladimir Dronnikov 5 * Copyright (c) 2008 Vladimir Dronnikov
6 * Copyright (c) 2008 Bernhard Fischer (initial depmod code) 6 * Copyright (c) 2008 Bernhard Reutner-Fischer (initial depmod code)
7 * 7 *
8 * Licensed under GPLv2, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2, see file LICENSE in this tarball for details.
9 */ 9 */