diff options
Diffstat (limited to 'disk-utils/cfdisk.c')
| -rw-r--r-- | disk-utils/cfdisk.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index 01069b7af2..9cf0346425 100644 --- a/disk-utils/cfdisk.c +++ b/disk-utils/cfdisk.c @@ -1,4 +1,11 @@ /* + * SPDX-License-Identifier: GPL-2.0-or-later + * + * This program 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. + * * cfdisk.c - Display or manipulate a disk partition table. * * Copyright (C) 2014-2023 Karel Zak <kzak@redhat.com> @@ -6,11 +13,6 @@ * * 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> |
