diff options
author | Martin Matuska <mm@FreeBSD.org> | 2022-08-13 23:13:55 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2022-08-13 23:14:21 +0000 |
commit | 271171e0d97b88ba2a7c3bf750c9672b484c1c13 (patch) | |
tree | 762e9deff8e90e8eb4365124fb6a406ed8285a5a /sys/contrib/openzfs/module/zfs/dsl_synctask.c | |
parent | cc495d3b679d32324d8914adb10e293e7deae82b (diff) | |
parent | b3d0568cfd65458c92f7ab3d7bb709087992628e (diff) | |
download | src-271171e0d97b88ba2a7c3bf750c9672b484c1c13.tar.gz src-271171e0d97b88ba2a7c3bf750c9672b484c1c13.zip |
Diffstat (limited to 'sys/contrib/openzfs/module/zfs/dsl_synctask.c')
-rw-r--r-- | sys/contrib/openzfs/module/zfs/dsl_synctask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/openzfs/module/zfs/dsl_synctask.c b/sys/contrib/openzfs/module/zfs/dsl_synctask.c index 9fc9d4011d11..409e12884d91 100644 --- a/sys/contrib/openzfs/module/zfs/dsl_synctask.c +++ b/sys/contrib/openzfs/module/zfs/dsl_synctask.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. * |