Commit 8fd526fd18233887ba652079a369f4eee0de9d9d

Authored by Andrew Lunn
Committed by Anton Vorontsov
1 parent 41ce25657b

qnap-poweroff: Fix license string

GPLv2+ is not a valid license string. Replace it with one that is.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/power/reset/qnap-poweroff.c
... ... @@ -113,5 +113,5 @@
113 113  
114 114 MODULE_AUTHOR("Andrew Lunn <andrew@lunn.ch>");
115 115 MODULE_DESCRIPTION("QNAP Power off driver");
116   -MODULE_LICENSE("GPLv2+");
  116 +MODULE_LICENSE("GPL v2");