diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Makefile | 2 | ||||
-rw-r--r-- | util-linux/Makefile.in | 2 | ||||
-rw-r--r-- | util-linux/dmesg.c | 4 | ||||
-rw-r--r-- | util-linux/freeramdisk.c | 2 | ||||
-rw-r--r-- | util-linux/mkswap.c | 2 | ||||
-rw-r--r-- | util-linux/more.c | 4 | ||||
-rw-r--r-- | util-linux/mount.c | 4 | ||||
-rw-r--r-- | util-linux/swaponoff.c | 4 | ||||
-rw-r--r-- | util-linux/umount.c | 3 |
9 files changed, 13 insertions, 14 deletions
diff --git a/util-linux/Makefile b/util-linux/Makefile index 41080a9..d2e4962 100644 --- a/util-linux/Makefile +++ b/util-linux/Makefile @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # 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 28757a3..8cd5f1b 100644 --- a/util-linux/Makefile.in +++ b/util-linux/Makefile.in @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # 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 fb1639a..6e0d694 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 <andersee@debian.org>. I ripped out Native Language + * Erik Andersen <andersen@codepoet.org>. 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 <andersee@debian.org> + * check error handling by Erik Andersen <andersen@codepoet.org> */ #include <stdio.h> diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index 00dc008..af00c66 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 <wiz@iol.it> - * Adjusted a bit by Erik Andersen <andersee@debian.org> + * Adjusted a bit by Erik Andersen <andersen@codepoet.org> * * 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 15db392..30a364c 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 <andersee@debian.org>. I ripped out Native Language + * Erik Andersen <andersen@codepoet.org>. 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 ff0557d..1ec3007 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 <bruce@pixar.com>. - * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * - * Latest version blended together by Erik Andersen <andersen@lineo.com>, + * Latest version blended together by Erik Andersen <andersen@codepoet.org>, * 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 49d086c..d89e286 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 <bruce@pixar.com>. - * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * 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 <andersee@debian.org>. + * 1999-10-07 Erik Andersen <andersen@codepoet.org>. * 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 b323cb1..1f3e930 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 <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * 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 c11f2e9..863d524 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 <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * 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 |