]> granicus.if.org Git - zfs/commit
Unify license of icp module with the rest of zfs
authorNikolay Borisov <n.borisov.lkml@gmail.com>
Fri, 29 Jul 2016 16:43:23 +0000 (19:43 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 29 Jul 2016 22:34:12 +0000 (15:34 -0700)
commite334e828a6d8bbcff51b61acb0f7b4d238a28089
tree8d3f950adeee48e471f5b2973c48c3cac1ca5aae
parent9f3d1407dcfa7a8548b17d36ef501dd72a215560
Unify license of icp module with the rest of zfs

The newly added icp module uses a hardcoded value of CDDL for the license,
however in local development one might want to change that to something
else in order to facilitate compiling against lock debugging enabled kernel.
All modules of the zfs use the ZFS_META_LICNSE string which is replaced with
the value held in the META file. One can modify the value in the META file
once and then rerun the configure to have all modules' licenses changed.

Change the icp module license string to be ZFS_META_LICENSE so that it
falls under the same paradigm.

Signed-off-by: Nikolay Borisov <n.borisov.lkml@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4905
module/icp/illumos-crypto.c