lib: asn1_decoder - add MODULE_LICENSE("GPL")
authorTudor Ambarus <tudor-dan.ambarus@nxp.com>
Fri, 29 Apr 2016 14:48:08 +0000 (17:48 +0300)
committerDavid Howells <dhowells@redhat.com>
Wed, 11 May 2016 13:32:37 +0000 (14:32 +0100)
commitcc74545a8b67fb193d01f4639d0b93dc913c3c4c
tree0160dc63a6defd447b4d0c412f6b231d485e4bc2
parent3c8f2278716dc862c420d3d256a83ce30fd12e74
lib: asn1_decoder - add MODULE_LICENSE("GPL")

A kernel taint results when loading the rsa_generic module:

root@(none):~# modprobe rsa_generic
asn1_decoder: module license 'unspecified' taints kernel.
Disabling lock debugging due to kernel taint

"Tainting" of the kernel is (usually) a way of indicating that
a proprietary module has been inserted, which is not the case here.

Signed-off-by: Tudor Ambarus <tudor-dan.ambarus@nxp.com>
Signed-off-by: David Howells <dhowells@redhat.com>
lib/asn1_decoder.c