summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.c
diff options
context:
space:
mode:
authorKarel Zak2010-02-23 14:13:28 +0100
committerKarel Zak2010-02-23 14:13:28 +0100
commitbfbe29339da6ecc0257a23244d0771c6aa91b965 (patch)
treef4e62dab6099a676563666b5267b115d3e0ea7e5 /misc-utils/wipefs.c
parentfdisk: swap VTOC values for warning messages (diff)
downloadkernel-qcow2-util-linux-bfbe29339da6ecc0257a23244d0771c6aa91b965.tar.gz
kernel-qcow2-util-linux-bfbe29339da6ecc0257a23244d0771c6aa91b965.tar.xz
kernel-qcow2-util-linux-bfbe29339da6ecc0257a23244d0771c6aa91b965.zip
wipefs: fix license (GPL -> GPLv2+)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/wipefs.c')
-rw-r--r--misc-utils/wipefs.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c
index f735065d7..8cacb5b0b 100644
--- a/misc-utils/wipefs.c
+++ b/misc-utils/wipefs.c
@@ -4,9 +4,10 @@
* Copyright (C) 2009 Red Hat, Inc. All rights reserved.
* Written by Karel Zak <kzak@redhat.com>
*
- * 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.
+ * 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.
*
* This program is distributed in the hope that it would be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of