diff options
author | Brian Behlendorf <[email protected]> | 2014-09-29 16:01:22 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-10-17 15:07:28 -0700 |
commit | 62032954383dc6d1200890f07f56bb0ad85451be (patch) | |
tree | 6d500c46beefefbac4b25e336b3f62fe64e39eb1 /module/splat | |
parent | de2a22fcb3e7e8d7c4f695aeb0caf9cdc8f82c9a (diff) |
Make license compatibility checks consistent
Apply the license specified in the META file to ensure the
compatibility checks are all performed consistently.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/splat')
-rw-r--r-- | module/splat/splat-ctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/splat/splat-ctl.c b/module/splat/splat-ctl.c index 6bbe0abba..c4337a9f5 100644 --- a/module/splat/splat-ctl.c +++ b/module/splat/splat-ctl.c @@ -718,7 +718,7 @@ splat_fini(void) spl_module_init(splat_init); spl_module_exit(splat_fini); -MODULE_AUTHOR("Lawrence Livermore National Labs"); MODULE_DESCRIPTION("Solaris Porting LAyer Tests"); -MODULE_LICENSE("GPL"); +MODULE_AUTHOR(SPL_META_AUTHOR); +MODULE_LICENSE(SPL_META_LICENSE); MODULE_VERSION(SPL_META_VERSION "-" SPL_META_RELEASE); |