Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1521652
| From | Paul Bolle <pebolle@tiscali.nl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] [media] gp8psk-fe: add missing MODULE_foo() macros |
| Date | 2016-11-14 14:40 +0100 |
| Message-ID | <sDpEm-7Av-41@gated-at.bofh.it> (permalink) |
| References | <sDpkZ-7tt-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 2016-11-14 at 11:14 -0200, Mauro Carvalho Chehab wrote:
> --- a/drivers/media/dvb-frontends/gp8psk-fe.c
> +++ b/drivers/media/dvb-frontends/gp8psk-fe.c
> + * This program is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU General Public License as published by the Free
> + * Software Foundation, version 2.
> +MODULE_LICENSE("GPL");
Nit: according to the comments in include/linux/module.h the "ident" that
matches the license described at the top of this file is "GPL v2".
Paul Bolle
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] [media] gp8psk-fe: add missing MODULE_foo() macros Mauro Carvalho Chehab <mchehab@infradead.org> - 2016-11-14 14:20 +0100 Re: [PATCH] [media] gp8psk-fe: add missing MODULE_foo() macros Paul Bolle <pebolle@tiscali.nl> - 2016-11-14 14:40 +0100
csiph-web