diff options
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 2012-05-11 10:17:13 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-14 13:41:29 -0700 |
commit | 416289b14a8ab1a0fea7b7ee03724c4820578427 (patch) | |
tree | 71e80ea08df47436d138961132924047efbad714 /drivers | |
parent | 91296a28fd241877e8214bf45d1eb2c866cc771a (diff) | |
download | linux-416289b14a8ab1a0fea7b7ee03724c4820578427.tar.bz2 |
Staging: ipack: change the licence to explicitly GPLv2
Change the licence to explicitly GPLv2 to avoid possible conflicts in the
future.
Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/ipack/ipack.c | 3 | ||||
-rw-r--r-- | drivers/staging/ipack/ipack.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/drivers/staging/ipack/ipack.c b/drivers/staging/ipack/ipack.c index a54bfd7c25e1..ad06e06bdc74 100644 --- a/drivers/staging/ipack/ipack.c +++ b/drivers/staging/ipack/ipack.c @@ -6,8 +6,7 @@ * * 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. + * Software Foundation; version 2 of the License. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt diff --git a/drivers/staging/ipack/ipack.h b/drivers/staging/ipack/ipack.h index 41d61726f317..3aa38c511abe 100644 --- a/drivers/staging/ipack/ipack.h +++ b/drivers/staging/ipack/ipack.h @@ -6,8 +6,7 @@ * * 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. + * Software Foundation; version 2 of the License. */ #include <linux/device.h> |