[zfs-2.4.2] Whitelist some Makefile.am files from SPDX

The Makefile.am files from libshare, libtpool, libunicode, and libuutil
do not have SPDX lines.  This is because those Makefiles only got SPDX
lines after the big Makefile merge in commits like 309006a0c and
0d44b58d7 (which have not been ported to this branch).  Add the
Makefiles to the whitelist here so spdxcheck.pl passes.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
Tony Hutter
2026-04-23 13:08:28 -07:00
parent e7524594a9
commit 9edfdd6e41
+10
View File
@@ -164,6 +164,16 @@ my $untagged_patterns = q(
tests/zfs-tests/include/tunables.cfg
tests/zfs-tests/include/zpool_script.shlib
tests/zfs-tests/tests/functional/mv_files/random_creation.ksh
# These Makefiles are not present in master since they were merged
# into the larger libraries. It was only after that big Makefile merge
# that they got their SPDX lines. Since this branch does not include
# the big Makefile merge, we have to whitelist these older Makefile
# since they don't have SPDX lines.
lib/libshare/Makefile.am
lib/libtpool/Makefile.am
lib/libunicode/Makefile.am
lib/libuutil/Makefile.am
);
# For files expected to have a license tags, these are the acceptable tags by