Re: [PATCH 1/3] iio: configfs: Add configfs support to IIO

From: Daniel Baluta
Date: Thu Mar 26 2015 - 06:12:23 EST




On 03/25/2015 10:14 PM, Paul Bolle wrote:
A license nit.

On Wed, 2015-03-25 at 19:00 +0200, Daniel Baluta wrote:
--- /dev/null
+++ b/drivers/iio/industrialio-configfs.c

+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published by
+ * the Free Software Foundation.

+MODULE_AUTHOR("Daniel Baluta <daniel.baluta@xxxxxxxxx>");
+MODULE_DESCRIPTION("Industrial I/O configfs support");

You probably want
MODULE_LICENSE("GPL v2");

here too. Because now, at module load time, the license will default to
"unspecified" which will taint the kernel.

:), correct! I forgot about it.

Daniel.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/