Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1205103 > unrolled thread

[PATCH] gpu/drm/i2c/adv7511: Fix license, set to GPL v2

Started byMike Looijmans <mike.looijmans@topic.nl>
First post2015-08-11 14:30 +0200
Last post2015-08-17 13:00 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1205103 — [PATCH] gpu/drm/i2c/adv7511: Fix license, set to GPL v2

FromMike Looijmans <mike.looijmans@topic.nl>
Date2015-08-11 14:30 +0200
Subject[PATCH] gpu/drm/i2c/adv7511: Fix license, set to GPL v2
Message-ID<pWgQO-4ZH-47@gated-at.bofh.it>
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/

[toc] | [next] | [standalone]


#1208526

FromThierry Reding <thierry.reding@gmail.com>
Date2015-08-17 13:00 +0200
Message-ID<pYqiZ-55s-7@gated-at.bofh.it>
In reply to#1205103

[Multipart message — attachments visible in raw view] — view raw

On Tue, Aug 11, 2015 at 02:22:43PM +0200, Mike Looijmans wrote:
> 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(-)


The subject prefix looks wrong. According to git log it should be "drm:
adv7511: " instead. Otherwise:

Reviewed-by: Thierry Reding <treding@nvidia.com>

[toc] | [prev] | [next] | [standalone]


#1208529

FromThierry Reding <thierry.reding@gmail.com>
Date2015-08-17 13:00 +0200
Message-ID<pYqj0-55s-17@gated-at.bofh.it>
In reply to#1208526

[Multipart message — attachments visible in raw view] — view raw

On Mon, Aug 17, 2015 at 12:52:20PM +0200, Thierry Reding wrote:
> On Tue, Aug 11, 2015 at 02:22:43PM +0200, Mike Looijmans wrote:
> > 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(-)
> 
> 
> The subject prefix looks wrong. According to git log it should be "drm:
> adv7511: " instead. Otherwise:
> 
> Reviewed-by: Thierry Reding <treding@nvidia.com>

Also, when you resend you might want to send To: David Airlie to
increase the chances of him taking notice.

Thierry

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web