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. --- util-linux/Makefile | 2 +- util-linux/Makefile.in | 2 +- util-linux/dmesg.c | 4 ++-- util-linux/freeramdisk.c | 2 +- util-linux/mkswap.c | 2 +- util-linux/more.c | 4 ++-- util-linux/mount.c | 4 ++-- util-linux/swaponoff.c | 4 ++-- util-linux/umount.c | 3 +-- 9 files changed, 13 insertions(+), 14 deletions(-) (limited to 'util-linux') diff --git a/util-linux/Makefile b/util-linux/Makefile index 41080a930..d2e496231 100644 --- a/util-linux/Makefile +++ b/util-linux/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/util-linux/Makefile.in b/util-linux/Makefile.in index 28757a336..8cd5f1bd0 100644 --- a/util-linux/Makefile.in +++ b/util-linux/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/util-linux/dmesg.c b/util-linux/dmesg.c index fb1639ace..6e0d6947f 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -11,11 +11,11 @@ * - added Native Language Support * * from util-linux -- adapted for busybox by - * Erik Andersen . I ripped out Native Language + * Erik Andersen . I ripped out Native Language * Support, replaced getopt, added some gotos for redundant stuff. * * Audited and cleaned up on 7 March 2003 to reduce size of - * check error handling by Erik Andersen + * check error handling by Erik Andersen */ #include diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index 00dc00841..af00c6678 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c @@ -3,7 +3,7 @@ * freeramdisk implementation for busybox * * Copyright (C) 2000 and written by Emanuele Caratti - * Adjusted a bit by Erik Andersen + * Adjusted a bit 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/util-linux/mkswap.c b/util-linux/mkswap.c index 15db392d2..30a364ced 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c @@ -30,7 +30,7 @@ * - added Native Language Support * * from util-linux -- adapted for busybox by - * Erik Andersen . I ripped out Native Language + * Erik Andersen . I ripped out Native Language * Support, made some stuff smaller, and fitted for life in busybox. * */ diff --git a/util-linux/more.c b/util-linux/more.c index ff0557d22..1ec3007bf 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -3,9 +3,9 @@ * Mini more implementation for busybox * * Copyright (C) 1995, 1996 by Bruce Perens . - * Copyright (C) 1999-2002 by Erik Andersen + * Copyright (C) 1999-2003 by Erik Andersen * - * Latest version blended together by Erik Andersen , + * Latest version blended together by Erik Andersen , * based on the original more implementation by Bruce, and code from the * Debian boot-floppies team. * diff --git a/util-linux/mount.c b/util-linux/mount.c index 49d086c97..d89e286fc 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -3,7 +3,7 @@ * Mini mount implementation for busybox * * Copyright (C) 1995, 1996 by Bruce Perens . - * Copyright (C) 1999-2002 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 @@ -25,7 +25,7 @@ * * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. * - * 1999-10-07 Erik Andersen . + * 1999-10-07 Erik Andersen . * Rewrite of a lot of code. Removed mtab usage (I plan on * putting it back as a compile-time option some time), * major adjustments to option parsing, and some serious diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index b323cb10a..1f3e930a1 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -2,8 +2,8 @@ /* * Mini swapon/swapoff 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 + * 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/util-linux/umount.c b/util-linux/umount.c index c11f2e9d7..863d52476 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -2,8 +2,7 @@ /* * Mini umount 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