From c49960189a04b73e033016bd0f43fbb950f800e1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 20 Oct 1999 22:08:37 +0000 Subject: Fixed up copyright notices and such --- util-linux/mount.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'util-linux/mount.c') diff --git a/util-linux/mount.c b/util-linux/mount.c index a7d5aed2d..562b7e821 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -1,7 +1,7 @@ /* * Mini mount implementation for busybox * - * Copyright (C) 1999 by Erik Andersen + * Copyright (C) 1995, 1996 by Bruce Perens . * * 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 @@ -22,8 +22,12 @@ * will try mounting stuff with all fses when passed -t auto * * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. - * 1999-10-07 Erik Andersen. Rewrote of a lot of code. Removed mtab - * usage, major adjustments, and some serious dieting all around. + * + * 1999-10-07 Erik Andersen , . + * Rewrote 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 + * dieting all around. */ #include "internal.h" -- cgit v1.2.3