Skip to content

Commit 51b4680

Browse files
committed
zts: add spdx license tags to gang_blocks tests
Missed in #17073, probably because that PR was branched before #17001 was landed and never rebased. Sponsored-by: Klara, Inc. Sponsored-by: Wasabi Technology, Inc. Signed-off-by: Rob Norris <rob.norris@klarasystems.com>
1 parent 9250403 commit 51b4680

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)