aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-25 07:42:02 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-25 07:42:02 +0000
commit983e0ca89e8ba64857cf54a37330132417c40f7f (patch)
treed6843e219a82f8ccd2cfde5d5ffd555d3213d585 /util-linux
parent5c06b277cedf90591082ee1bdb2ebf0142a96138 (diff)
downloadbusybox-983e0ca89e8ba64857cf54a37330132417c40f7f.tar.gz
strip out unneeded comments
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/fdisk.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 4e23cdb85..f119788b1 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -1,12 +1,9 @@
/* fdisk.c -- Partition table manipulator for Linux.
*
* Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk)
+ * Copyright (C) 2001,2002 Vladimir Oleynik <dzo@simtreas.ru> (initial bb port)
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
- * Copyright (C) 2001,2002 Vladimir Oleynik <dzo@simtreas.ru>
- * initial busybox port, BSD license
- *
- * This applet have not the support person from busybox.
*/
/* Current changes have not compatibility with this version */