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 /lib/libzutil/os/linux | |
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 'lib/libzutil/os/linux')
-rw-r--r-- | lib/libzutil/os/linux/zutil_device_path_os.c | 2 | ||||
-rw-r--r-- | lib/libzutil/os/linux/zutil_import_os.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libzutil/os/linux/zutil_device_path_os.c b/lib/libzutil/os/linux/zutil_device_path_os.c index cfd4bfbf1..f081ef53d 100644 --- a/lib/libzutil/os/linux/zutil_device_path_os.c +++ b/lib/libzutil/os/linux/zutil_device_path_os.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/lib/libzutil/os/linux/zutil_import_os.c b/lib/libzutil/os/linux/zutil_import_os.c index 85f367237..eb2417b47 100644 --- a/lib/libzutil/os/linux/zutil_import_os.c +++ b/lib/libzutil/os/linux/zutil_import_os.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. * |