diff options
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/depmod.c | 2 | ||||
-rw-r--r-- | modutils/modprobe-small.c | 2 |
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 @@ /* vi: set sw=4 ts=4: */ /* * depmod - generate modules.dep - * Copyright (c) 2008 Bernhard Fischer + * Copyright (c) 2008 Bernhard Reutner-Fischer * Copyrihgt (c) 2008 Timo Teras <timo.teras@iki.fi> * Copyright (c) 2008 Vladimir Dronnikov * 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 @@ * simplified modprobe * * Copyright (c) 2008 Vladimir Dronnikov - * Copyright (c) 2008 Bernhard Fischer (initial depmod code) + * Copyright (c) 2008 Bernhard Reutner-Fischer (initial depmod code) * * Licensed under GPLv2, see file LICENSE in this tarball for details. */ |