-
Notifications
You must be signed in to change notification settings - Fork 271
/
REUSE.toml
40 lines (37 loc) · 1.31 KB
/
REUSE.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2023-2024 Ayoub Kaanich <[email protected]>
# SPDX-License-Identifier: MIT
version = 1
SPDX-PackageName = "sharppcap"
SPDX-PackageSupplier = "Chris Morgan <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/dotpcap/sharppcap"
[[annotations]]
path = [
"Examples/**",
"SharpPcap.sln",
"Test/capture_files/10k_packets.pcap",
"Test/capture_files/arp_request_response.pcap",
"Test/capture_files/ipv6_http.pcap",
"Test/capture_files/ipv6_icmpv6_packet.pcap",
"Test/capture_files/ip_packet_bogus_length.pcap",
"Test/capture_files/README",
"Test/capture_files/tcp.pcap",
"Test/capture_files/tcp_with_extra_bytes.pcap",
"Test/capture_files/test_stream.pcap",
"Test/capture_files/udp_dns_request_response.pcap",
]
precedence = "aggregate"
SPDX-FileCopyrightText = [
"Tamir Gal <[email protected]>",
"Chris Morgan <[email protected]>",
]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["Tutorial/**", "History.md", "README.md", "renovate.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Chris Morgan <[email protected]>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "Test/capture_files/arp_with_vlan.pcap"
precedence = "aggregate"
SPDX-FileCopyrightText = "Houcem Benali <[email protected]>"
SPDX-License-Identifier = "MIT"