mirror of
https://git.tukaani.org/xz.git
synced 2025-02-19 15:08:14 +00:00
Add SPDX license identifiers to files under tests/ossfuzz
(cherry picked from commit 9ae2ebc1e504a1814b0788de95fb5c58c0328dde)
This commit is contained in:
parent
1aa92c7ffd
commit
15358be94a
@ -1,3 +1,5 @@
|
||||
# SPDX-License-Identifier: 0BSD
|
||||
|
||||
FUZZ_TARGET_SRCS = $(wildcard *.c)
|
||||
FUZZ_TARGET_BINS = $(FUZZ_TARGET_SRCS:.c=)
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-License-Identifier: 0BSD
|
||||
|
||||
[libfuzzer]
|
||||
max_len = 4096
|
||||
dict = fuzz_lzma.dict
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-License-Identifier: 0BSD
|
||||
|
||||
[libfuzzer]
|
||||
dict = fuzz_xz.dict
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-License-Identifier: 0BSD
|
||||
|
||||
[libfuzzer]
|
||||
max_len = 4096
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-License-Identifier: 0BSD
|
||||
|
||||
"\xFD7zXZ\x00"
|
||||
"YZ"
|
||||
|
Loading…
x
Reference in New Issue
Block a user