summaryrefslogtreecommitdiffstats
path: root/module/icp
diff options
context:
space:
mode:
Diffstat (limited to 'module/icp')
-rw-r--r--module/icp/illumos-crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/icp/illumos-crypto.c b/module/icp/illumos-crypto.c
index 63f019fa6..7dd5dbf42 100644
--- a/module/icp/illumos-crypto.c
+++ b/module/icp/illumos-crypto.c
@@ -148,5 +148,5 @@ icp_init(void)
#if defined(_KERNEL) && defined(HAVE_SPL)
module_exit(icp_fini);
module_init(icp_init);
-MODULE_LICENSE("CDDL");
+MODULE_LICENSE(ZFS_META_LICENSE);
#endif