mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
Linux: Align MODULE_LICENSE macro text
Specify the lua and zstd license text in the manor in which the kernel MODULE_LICENSE macro requires it. The now duplicate entries were merged and a comment added to make it clear what they apply to. Reviewed-by: Christian Schwarz <christian.schwarz@nutanix.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #13641
This commit is contained in:
parent
cb01da6805
commit
e6489be347
@ -369,8 +369,7 @@ MODULE_ALIAS("zcommon");
|
||||
MODULE_ALIAS("zzstd");
|
||||
MODULE_DESCRIPTION("ZFS");
|
||||
MODULE_AUTHOR(ZFS_META_AUTHOR);
|
||||
MODULE_LICENSE("Lua: MIT");
|
||||
MODULE_LICENSE("zstd: Dual BSD/GPL");
|
||||
MODULE_LICENSE("Dual BSD/GPL");
|
||||
MODULE_LICENSE("Dual MIT/GPL"); /* lua */
|
||||
MODULE_LICENSE("Dual BSD/GPL"); /* zstd / misc */
|
||||
MODULE_LICENSE(ZFS_META_LICENSE);
|
||||
MODULE_VERSION(ZFS_META_VERSION "-" ZFS_META_RELEASE);
|
||||
|
Loading…
Reference in New Issue
Block a user