From cb81e6484d1f50ec2761f6294722407b14add525 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 14 Jul 2003 21:21:08 +0000 Subject: Update a bunch of docs. Run a script to update my email addr. --- modutils/Makefile | 2 +- modutils/Makefile.in | 2 +- modutils/insmod.c | 6 +++--- modutils/lsmod.c | 3 +-- modutils/rmmod.c | 3 +-- 5 files changed, 7 insertions(+), 9 deletions(-) (limited to 'modutils') diff --git a/modutils/Makefile b/modutils/Makefile index e8246cee7..646e4489e 100644 --- a/modutils/Makefile +++ b/modutils/Makefile @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen +# Copyright (C) 1999-2003 by Erik Andersen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/modutils/Makefile.in b/modutils/Makefile.in index 6ad9582fd..f6d5887fc 100644 --- a/modutils/Makefile.in +++ b/modutils/Makefile.in @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen +# Copyright (C) 1999-2003 by Erik Andersen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/modutils/insmod.c b/modutils/insmod.c index b45357a69..1f5965e0a 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -6,7 +6,7 @@ * MIPS, and v850e. * * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001,2002 by Erik Andersen + * Copyright (C) 1999-2003 by Erik Andersen * and Ron Alder * * Miles Bader added NEC V850E support. @@ -247,7 +247,7 @@ #ifndef MODUTILS_MODULE_H static const int MODUTILS_MODULE_H = 1; -#ident "$Id: insmod.c,v 1.97 2003/03/19 09:12:33 mjn3 Exp $" +#ident "$Id: insmod.c,v 1.98 2003/07/14 21:21:00 andersen Exp $" /* This file contains the structures used by the 2.0 and 2.1 kernels. We do not use the kernel headers directly because we do not wish @@ -468,7 +468,7 @@ int delete_module(const char *); #ifndef MODUTILS_OBJ_H static const int MODUTILS_OBJ_H = 1; -#ident "$Id: insmod.c,v 1.97 2003/03/19 09:12:33 mjn3 Exp $" +#ident "$Id: insmod.c,v 1.98 2003/07/14 21:21:00 andersen Exp $" /* The relocatable object is manipulated using elfin types. */ diff --git a/modutils/lsmod.c b/modutils/lsmod.c index bb9947a23..f1eebfc9f 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c @@ -2,8 +2,7 @@ /* * Mini lsmod implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen + * Copyright (C) 1999-2003 by Erik Andersen * * Modified by Alcove, Julien Gaulmin and * Nicolas Ferre to support pre 2.1 kernels diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 3154b30cc..a4ea70410 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c @@ -2,8 +2,7 @@ /* * Mini rmmod implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen + * Copyright (C) 1999-2003 by Erik Andersen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.3