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>
This commit is contained in:
Benno Schulenberg 2014-07-14 22:53:36 +02:00 committed by Karel Zak
parent 08626e33d4
commit 2ddfd9e424
1 changed files with 14 additions and 0 deletions

View 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>