aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-25 07:42:02 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-25 07:42:02 +0000
commit9e35deb9a70785f0e38a9cedaa81562cc88c0e9c (patch)
treed6843e219a82f8ccd2cfde5d5ffd555d3213d585
parentcf8689341363afbe9df6c97e56df30d511774dd3 (diff)
downloadbusybox-w32-9e35deb9a70785f0e38a9cedaa81562cc88c0e9c.tar.gz
busybox-w32-9e35deb9a70785f0e38a9cedaa81562cc88c0e9c.tar.bz2
busybox-w32-9e35deb9a70785f0e38a9cedaa81562cc88c0e9c.zip
strip out unneeded comments
git-svn-id: svn://busybox.net/trunk/busybox@14276 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
1/* fdisk.c -- Partition table manipulator for Linux. 1/* fdisk.c -- Partition table manipulator for Linux.
2 * 2 *
3 * Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) 3 * Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk)
4 * Copyright (C) 2001,2002 Vladimir Oleynik <dzo@simtreas.ru> (initial bb port)
4 * 5 *
5 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 6 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
6 * Copyright (C) 2001,2002 Vladimir Oleynik <dzo@simtreas.ru>
7 * initial busybox port, BSD license
8 *
9 * This applet have not the support person from busybox.
10 */ 7 */
11 8
12/* Current changes have not compatibility with this version */ 9/* Current changes have not compatibility with this version */