Skip to content

Commit

Permalink
Migrate to REUSE.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayoub5 committed Jul 31, 2024
1 parent 613abe6 commit 77dabe7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .reuse/dep5

This file was deleted.

40 changes: 40 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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"

0 comments on commit 77dabe7

Please sign in to comment.