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/libuutil | |
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/libuutil')
-rw-r--r-- | lib/libuutil/uu_alloc.c | 2 | ||||
-rw-r--r-- | lib/libuutil/uu_avl.c | 2 | ||||
-rw-r--r-- | lib/libuutil/uu_ident.c | 2 | ||||
-rw-r--r-- | lib/libuutil/uu_list.c | 2 | ||||
-rw-r--r-- | lib/libuutil/uu_misc.c | 2 | ||||
-rw-r--r-- | lib/libuutil/uu_pname.c | 2 | ||||
-rw-r--r-- | lib/libuutil/uu_string.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/libuutil/uu_alloc.c b/lib/libuutil/uu_alloc.c index 2bef759d5..2850bf6d1 100644 --- a/lib/libuutil/uu_alloc.c +++ b/lib/libuutil/uu_alloc.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/libuutil/uu_avl.c b/lib/libuutil/uu_avl.c index 53def0e07..12f7bd4bc 100644 --- a/lib/libuutil/uu_avl.c +++ b/lib/libuutil/uu_avl.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/libuutil/uu_ident.c b/lib/libuutil/uu_ident.c index 382139316..d0cab0a64 100644 --- a/lib/libuutil/uu_ident.c +++ b/lib/libuutil/uu_ident.c @@ -7,7 +7,7 @@ * 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/libuutil/uu_list.c b/lib/libuutil/uu_list.c index c3a447d01..5ece4b147 100644 --- a/lib/libuutil/uu_list.c +++ b/lib/libuutil/uu_list.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/libuutil/uu_misc.c b/lib/libuutil/uu_misc.c index a8478ace9..762d00c3c 100644 --- a/lib/libuutil/uu_misc.c +++ b/lib/libuutil/uu_misc.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/libuutil/uu_pname.c b/lib/libuutil/uu_pname.c index 610b8585d..37c093731 100644 --- a/lib/libuutil/uu_pname.c +++ b/lib/libuutil/uu_pname.c @@ -7,7 +7,7 @@ * 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/libuutil/uu_string.c b/lib/libuutil/uu_string.c index 67024c3b5..eff0727b7 100644 --- a/lib/libuutil/uu_string.c +++ b/lib/libuutil/uu_string.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. * |