Skip to content

Commit 74d82b8

Browse files
Update dependency reuse to v4 (#516)
* Update dependency reuse to v4 * Migrate to REUSE.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ayoub Kaanich <[email protected]>
1 parent 080688b commit 74d82b8

File tree

3 files changed

+41
-32
lines changed

3 files changed

+41
-32
lines changed

Diff for: .reuse/dep5

-31
This file was deleted.

Diff for: REUSE.toml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Copyright 2023-2024 Ayoub Kaanich <[email protected]>
2+
# SPDX-License-Identifier: MIT
3+
version = 1
4+
SPDX-PackageName = "sharppcap"
5+
SPDX-PackageSupplier = "Chris Morgan <[email protected]>"
6+
SPDX-PackageDownloadLocation = "https://github.com/dotpcap/sharppcap"
7+
8+
[[annotations]]
9+
path = [
10+
"Examples/**",
11+
"SharpPcap.sln",
12+
"Test/capture_files/10k_packets.pcap",
13+
"Test/capture_files/arp_request_response.pcap",
14+
"Test/capture_files/ipv6_http.pcap",
15+
"Test/capture_files/ipv6_icmpv6_packet.pcap",
16+
"Test/capture_files/ip_packet_bogus_length.pcap",
17+
"Test/capture_files/README",
18+
"Test/capture_files/tcp.pcap",
19+
"Test/capture_files/tcp_with_extra_bytes.pcap",
20+
"Test/capture_files/test_stream.pcap",
21+
"Test/capture_files/udp_dns_request_response.pcap",
22+
]
23+
precedence = "aggregate"
24+
SPDX-FileCopyrightText = [
25+
"Tamir Gal <[email protected]>",
26+
"Chris Morgan <[email protected]>",
27+
]
28+
SPDX-License-Identifier = "MIT"
29+
30+
[[annotations]]
31+
path = ["Tutorial/**", "History.md", "README.md", "renovate.json"]
32+
precedence = "aggregate"
33+
SPDX-FileCopyrightText = "Chris Morgan <[email protected]>"
34+
SPDX-License-Identifier = "MIT"
35+
36+
[[annotations]]
37+
path = "Test/capture_files/arp_with_vlan.pcap"
38+
precedence = "aggregate"
39+
SPDX-FileCopyrightText = "Houcem Benali <[email protected]>"
40+
SPDX-License-Identifier = "MIT"

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright 2023 Ayoub Kaanich <[email protected]>
22
# SPDX-License-Identifier: MIT
3-
reuse==3.0.2
3+
reuse==4.0.3

0 commit comments

Comments
 (0)