mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 19:04:45 +03:00
[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 like309006a0cand0d44b58d7(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user