Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1205103
| From | Mike Looijmans <mike.looijmans@topic.nl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] gpu/drm/i2c/adv7511: Fix license, set to GPL v2 |
| Date | 2015-08-11 14:30 +0200 |
| Message-ID | <pWgQO-4ZH-47@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Header claims GPL v2, so make the MODULE_LICENSE reflect that properly.
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
---
drivers/gpu/drm/i2c/adv7511.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i2c/adv7511.c b/drivers/gpu/drm/i2c/adv7511.c
index 2aaa3c8..73a4ee6 100644
--- a/drivers/gpu/drm/i2c/adv7511.c
+++ b/drivers/gpu/drm/i2c/adv7511.c
@@ -1011,4 +1011,4 @@ module_exit(adv7511_exit);
MODULE_AUTHOR("Lars-Peter Clausen <lars@metafoo.de>");
MODULE_DESCRIPTION("ADV7511 HDMI transmitter driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] gpu/drm/i2c/adv7511: Fix license, set to GPL v2 Mike Looijmans <mike.looijmans@topic.nl> - 2015-08-11 14:30 +0200
Re: [PATCH] gpu/drm/i2c/adv7511: Fix license, set to GPL v2 Thierry Reding <thierry.reding@gmail.com> - 2015-08-17 13:00 +0200
Re: [PATCH] gpu/drm/i2c/adv7511: Fix license, set to GPL v2 Thierry Reding <thierry.reding@gmail.com> - 2015-08-17 13:00 +0200
csiph-web