diff options
author | Karel Zak <kzak@redhat.com> | 2010-02-23 14:13:28 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-02-23 14:13:28 +0100 |
commit | bfbe29339da6ecc0257a23244d0771c6aa91b965 (patch) | |
tree | f4e62dab6099a676563666b5267b115d3e0ea7e5 | |
parent | aae63de9efd5e7643edf1180f7055bef22f1ebc3 (diff) | |
download | util-linux-old-bfbe29339da6ecc0257a23244d0771c6aa91b965.tar.gz |
wipefs: fix license (GPL -> GPLv2+)
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | misc-utils/wipefs.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c index f735065d..8cacb5b0 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 |