diff options
author | Tino Reichardt <[email protected]> | 2022-07-11 23:16:13 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-11 14:16:13 -0700 |
commit | 1d3ba0bf01020f5459b1c28db3979129088924c0 (patch) | |
tree | d2f1585eac2d84630166c9f8699284d83bbced0a /module/icp/api | |
parent | e4ab3f40df994178c5fc629c2ad07c505f5a76eb (diff) |
Replace dead opensolaris.org license link
The commit replaces all findings of the link:
http://www.opensolaris.org/os/licensing with this one:
https://opensource.org/licenses/CDDL-1.0
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tino Reichardt <[email protected]>
Closes #13619
Diffstat (limited to 'module/icp/api')
-rw-r--r-- | module/icp/api/kcf_cipher.c | 2 | ||||
-rw-r--r-- | module/icp/api/kcf_ctxops.c | 2 | ||||
-rw-r--r-- | module/icp/api/kcf_mac.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/module/icp/api/kcf_cipher.c b/module/icp/api/kcf_cipher.c index 81c3b96b1..4bea46807 100644 --- a/module/icp/api/kcf_cipher.c +++ b/module/icp/api/kcf_cipher.c @@ -6,7 +6,7 @@ * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE - * or http://www.opensolaris.org/os/licensing. + * or https://opensource.org/licenses/CDDL-1.0. * See the License for the specific language governing permissions * and limitations under the License. * diff --git a/module/icp/api/kcf_ctxops.c b/module/icp/api/kcf_ctxops.c index 25ed94fe8..4fa281676 100644 --- a/module/icp/api/kcf_ctxops.c +++ b/module/icp/api/kcf_ctxops.c @@ -6,7 +6,7 @@ * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE - * or http://www.opensolaris.org/os/licensing. + * or https://opensource.org/licenses/CDDL-1.0. * See the License for the specific language governing permissions * and limitations under the License. * diff --git a/module/icp/api/kcf_mac.c b/module/icp/api/kcf_mac.c index 6a72811ea..287467e68 100644 --- a/module/icp/api/kcf_mac.c +++ b/module/icp/api/kcf_mac.c @@ -6,7 +6,7 @@ * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE - * or http://www.opensolaris.org/os/licensing. + * or https://opensource.org/licenses/CDDL-1.0. * See the License for the specific language governing permissions * and limitations under the License. * |