Skip to content

Commit aa22696

Browse files
robnFedorUporovVstack
authored andcommitted
zts: add spdx license tags to gang_blocks tests (openzfs#17160)
Missed in openzfs#17073, probably because that PR was branched before openzfs#17001 was landed and never rebased. Sponsored-by: Klara, Inc. Sponsored-by: Wasabi Technology, Inc. Signed-off-by: Rob Norris <rob.norris@klarasystems.com> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Tony Hutter <hutter2@llnl.gov>
1 parent 1b63b7e commit aa22696

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/zfs-tests/tests/functional/gang_blocks/cleanup.ksh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/ksh -p
2+
# SPDX-License-Identifier: CDDL-1.0
23
#
34
# CDDL HEADER START
45
#

tests/zfs-tests/tests/functional/gang_blocks/gang_blocks.kshlib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: CDDL-1.0
12
#
23
# CDDL HEADER START
34
#

tests/zfs-tests/tests/functional/gang_blocks/gang_blocks_redundant.ksh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/ksh
2+
# SPDX-License-Identifier: CDDL-1.0
23
#
34
# This file and its contents are supplied under the terms of the
45
# Common Development and Distribution License ("CDDL"), version 1.0.

tests/zfs-tests/tests/functional/gang_blocks/setup.ksh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/ksh -p
2+
# SPDX-License-Identifier: CDDL-1.0
23
#
34
# CDDL HEADER START
45
#

0 commit comments

Comments
 (0)