aboutsummaryrefslogtreecommitdiffstats
path: root/disk-utils/cfdisk.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2014-07-14 22:53:36 +0200
committerKarel Zak <kzak@redhat.com>2014-07-15 13:25:19 +0200
commit2ddfd9e4247dbf5fa40acdacbee5d9b266b31ef6 (patch)
tree2a37a9d49a233c23189478e162a2f01c7c2e13a6 /disk-utils/cfdisk.c
parent08626e33d471fe3ff662c06360925340f92c9c35 (diff)
downloadutil-linux-2ddfd9e4247dbf5fa40acdacbee5d9b266b31ef6.tar.gz
cfdisk: restore the license that was lost in January
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/cfdisk.c')
-rw-r--r--disk-utils/cfdisk.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index 06cfcab805..4ea9e1703d 100644
--- a/disk-utils/cfdisk.c
+++ b/disk-utils/cfdisk.c
@@ -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>