mirror of https://git.tukaani.org/xz.git
Add SPDX license identifiers to files under tests/ossfuzz
(cherry picked from commit 9ae2ebc1e5
)
This commit is contained in:
parent
1aa92c7ffd
commit
15358be94a
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
FUZZ_TARGET_SRCS = $(wildcard *.c)
|
FUZZ_TARGET_SRCS = $(wildcard *.c)
|
||||||
FUZZ_TARGET_BINS = $(FUZZ_TARGET_SRCS:.c=)
|
FUZZ_TARGET_BINS = $(FUZZ_TARGET_SRCS:.c=)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
[libfuzzer]
|
[libfuzzer]
|
||||||
max_len = 4096
|
max_len = 4096
|
||||||
dict = fuzz_lzma.dict
|
dict = fuzz_lzma.dict
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
[libfuzzer]
|
[libfuzzer]
|
||||||
dict = fuzz_xz.dict
|
dict = fuzz_xz.dict
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
[libfuzzer]
|
[libfuzzer]
|
||||||
max_len = 4096
|
max_len = 4096
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
# first 5 header bytes of .lzma archives based on the info from
|
# first 5 header bytes of .lzma archives based on the info from
|
||||||
# /doc/lzma-file-format.txt
|
# /doc/lzma-file-format.txt
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
"\xFD7zXZ\x00"
|
"\xFD7zXZ\x00"
|
||||||
"YZ"
|
"YZ"
|
||||||
|
|
Loading…
Reference in New Issue