]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cfdisk: restore the license that was lost in January
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 14 Jul 2014 20:53:36 +0000 (22:53 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 15 Jul 2014 11:25:19 +0000 (13:25 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/cfdisk.c

index 06cfcab80510490434682b008fc5d4b48d899c51..4ea9e1703d297cd15cfd160074b1936e8be14bc4 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * cfdisk.c - Display or manipulate a disk partition table.
+ *
+ *     Copyright (C) 2014 Karel Zak <kzak@redhat.com>
+ *     Copyright (C) 1994 Kevin E. Martin (martin@cs.unc.edu)
+ *
+ *     The original cfdisk was inspired by the fdisk program
+ *           by A. V. Le Blanc (leblanc@mcc.ac.uk.
+ *
+ * cfdisk is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>