xt_quota2: license clarification

GPL3 did not exist back when Sam's xt_quota was written, therefore it
should be assumed that MODULE_LICENSE("GPL") intended to mean just
GPL2.
This commit is contained in:
Jan Engelhardt
2011-11-30 11:40:16 +01:00
parent 9ab6a0ee0d
commit 2b671829d8

View File

@@ -8,8 +8,8 @@
* Sam Johnston <samj@samj.net> * Sam Johnston <samj@samj.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License; either * it under the terms of the GNU General Public License
* version 2 of the License, as published by the Free Software Foundation. * version 2, as published by the Free Software Foundation.
*/ */
#include <linux/list.h> #include <linux/list.h>
#include <linux/proc_fs.h> #include <linux/proc_fs.h>