li7y/deny.toml
Simon Bruder 76901b1ab8
All checks were successful
/ build (push) Successful in 3m14s
Add licensing information page
2024-08-14 23:42:13 +02:00

20 lines
343 B
TOML

# SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[licenses]
# Only allow AGPL-3.0-or-later compatible licenses!
allow = [
"0BSD",
"AGPL-3.0",
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
]
confidence-threshold = 0.95
[bans]
wildcards = "deny"