Add SPDX license identifiers to files under tests/ossfuzz

This commit is contained in:
Lasse Collin 2024-04-29 17:16:38 +03:00
parent 9000d70eb9
commit 9ae2ebc1e5
6 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD
FUZZ_TARGET_SRCS = $(wildcard *.c)
FUZZ_TARGET_BINS = $(FUZZ_TARGET_SRCS:.c=)

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD
[libfuzzer]
max_len = 4096
dict = fuzz_lzma.dict

View File

@ -1,2 +1,4 @@
# SPDX-License-Identifier: 0BSD
[libfuzzer]
dict = fuzz_xz.dict

View File

@ -1,2 +1,4 @@
# SPDX-License-Identifier: 0BSD
[libfuzzer]
max_len = 4096

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD
# first 5 header bytes of .lzma archives based on the info from
# /doc/lzma-file-format.txt

View File

@ -1,2 +1,4 @@
# SPDX-License-Identifier: 0BSD
"\xFD7zXZ\x00"
"YZ"