diff mbox series

macintosh: Add module license to ans-lcd

Message ID 20180129193308.25373-1-Larry.Finger@lwfinger.net (mailing list archive)
State Superseded
Headers show
Series macintosh: Add module license to ans-lcd | expand

Commit Message

Larry Finger Jan. 29, 2018, 7:33 p.m. UTC
In kernel 4.15, the modprobe step on my PowerBook G5 started complaining that
there was no module license for ans-lcd.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---
 drivers/macintosh/ans-lcd.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Gabriel Paubert Jan. 29, 2018, 10:49 p.m. UTC | #1
On Mon, Jan 29, 2018 at 01:33:08PM -0600, Larry Finger wrote:
> In kernel 4.15, the modprobe step on my PowerBook G5 started complaining that
    
PowerBook G5? Really, could you send a pic! :-)

> there was no module license for ans-lcd.
> 
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> ---
>  drivers/macintosh/ans-lcd.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c
> index 1de81d922d8a..c8e078b911c7 100644
> --- a/drivers/macintosh/ans-lcd.c
> +++ b/drivers/macintosh/ans-lcd.c
> @@ -201,3 +201,4 @@ anslcd_exit(void)
>  
>  module_init(anslcd_init);
>  module_exit(anslcd_exit);
> +MODULE_LICENSE("GPL v2");
> -- 
> 2.16.1
>
Larry Finger Jan. 30, 2018, 1:03 a.m. UTC | #2
On 01/29/2018 04:49 PM, Gabriel Paubert wrote:
> On Mon, Jan 29, 2018 at 01:33:08PM -0600, Larry Finger wrote:
>> In kernel 4.15, the modprobe step on my PowerBook G5 started complaining that
>      
> PowerBook G5? Really, could you send a pic! :-)

That was a typo. It is a G4 Aluminum.

Larry
Daniel Axtens Jan. 30, 2018, 5:29 a.m. UTC | #3
Hi,

That matches the SPDX identifier from the top of the file, so:

Reviewed-by: Daniel Axtens <dja@axtens.net>

Regards,
Daniel

Larry Finger <Larry.Finger@lwfinger.net> writes:

> In kernel 4.15, the modprobe step on my PowerBook G5 started complaining that
> there was no module license for ans-lcd.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> ---
>  drivers/macintosh/ans-lcd.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c
> index 1de81d922d8a..c8e078b911c7 100644
> --- a/drivers/macintosh/ans-lcd.c
> +++ b/drivers/macintosh/ans-lcd.c
> @@ -201,3 +201,4 @@ anslcd_exit(void)
>  
>  module_init(anslcd_init);
>  module_exit(anslcd_exit);
> +MODULE_LICENSE("GPL v2");
> -- 
> 2.16.1
diff mbox series

Patch

diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c
index 1de81d922d8a..c8e078b911c7 100644
--- a/drivers/macintosh/ans-lcd.c
+++ b/drivers/macintosh/ans-lcd.c
@@ -201,3 +201,4 @@  anslcd_exit(void)
 
 module_init(anslcd_init);
 module_exit(anslcd_exit);
+MODULE_LICENSE("GPL v2");