[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180820101132.23205-1-peda@axentia.se>
Date: Mon, 20 Aug 2018 12:11:32 +0200
From: Peter Rosin <peda@...ntia.se>
To: linux-kernel@...r.kernel.org
Cc: Peter Rosin <peda@...ntia.se>,
Mircea Caprioru <mircea.caprioru@...log.com>
Subject: [PATCH] mux: adgs1408: use the correct MODULE_LICENSE
The file is GPL v2 or later.
Signed-off-by: Peter Rosin <peda@...ntia.se>
---
drivers/mux/adgs1408.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hi Mircea!
I just noticed a discrepancy in the license annotations in your
driver. The SPDX license identifier says GPL-2.0-or-later, and
I assume that is correct and that MODULE_LICENSE("GPL") without
the v2 specifier, as in this patch, is the correct thing to do?
Cheers,
Peter
diff --git a/drivers/mux/adgs1408.c b/drivers/mux/adgs1408.c
index 0f7cf54e3234..89096f10f4c4 100644
--- a/drivers/mux/adgs1408.c
+++ b/drivers/mux/adgs1408.c
@@ -128,4 +128,4 @@ module_spi_driver(adgs1408_driver);
MODULE_AUTHOR("Mircea Caprioru <mircea.caprioru@...log.com>");
MODULE_DESCRIPTION("Analog Devices ADGS1408 MUX driver");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");
--
2.11.0
Powered by blists - more mailing lists