Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- disk-utils/cfdisk.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index fb089f5..544e87a 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@xxxxxxxxxx> + * Copyright (C) 1994 Kevin E. Martin (martin@xxxxxxxxxx) + * + * The original cfdisk was inspired by the fdisk program + * by A. V. Le Blanc (leblanc@xxxxxxxxx. + * + * 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> -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html