use correct MODULE_LINCESE for GPL v2 only according to notice in header

This commit is contained in:
Ralph Metzler
2018-03-22 19:32:17 +01:00
parent 5bf9edba06
commit 3db30defab
12 changed files with 12 additions and 12 deletions

View File

@@ -2152,7 +2152,7 @@ error:
MODULE_DESCRIPTION("STV0367DD driver");
MODULE_AUTHOR("Ralph Metzler, Manfred Voelkel");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
EXPORT_SYMBOL(stv0367_attach);