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/nvpair | |
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/nvpair')
-rw-r--r-- | module/nvpair/fnvpair.c | 2 | ||||
-rw-r--r-- | module/nvpair/nvpair.c | 2 | ||||
-rw-r--r-- | module/nvpair/nvpair_alloc_fixed.c | 2 | ||||
-rw-r--r-- | module/nvpair/nvpair_alloc_spl.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/module/nvpair/fnvpair.c b/module/nvpair/fnvpair.c index 43c4b7359..86b0b4cdf 100644 --- a/module/nvpair/fnvpair.c +++ b/module/nvpair/fnvpair.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/nvpair/nvpair.c b/module/nvpair/nvpair.c index a442990da..c8161f116 100644 --- a/module/nvpair/nvpair.c +++ b/module/nvpair/nvpair.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/nvpair/nvpair_alloc_fixed.c b/module/nvpair/nvpair_alloc_fixed.c index d7d3e7afd..34adb86e0 100644 --- a/module/nvpair/nvpair_alloc_fixed.c +++ b/module/nvpair/nvpair_alloc_fixed.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/nvpair/nvpair_alloc_spl.c b/module/nvpair/nvpair_alloc_spl.c index aa344b642..4ecb02996 100644 --- a/module/nvpair/nvpair_alloc_spl.c +++ b/module/nvpair/nvpair_alloc_spl.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. * |