Explorar o código

macintosh: Add module license to ans-lcd

In kernel 4.15, the modprobe step on my PowerBook G4 started complaining that
there was no module license for ans-lcd.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Larry Finger %!s(int64=7) %!d(string=hai) anos
pai
achega
47d703e1d5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/macintosh/ans-lcd.c

+ 1 - 0
drivers/macintosh/ans-lcd.c

@@ -201,3 +201,4 @@ anslcd_exit(void)
 
 module_init(anslcd_init);
 module_exit(anslcd_exit);
+MODULE_LICENSE("GPL v2");