li7y/deny.toml
Simon Bruder d4b0290bd4
Expose label generation to frontend
The javascript code is quite horrible, but it works ¯\_(ツ)_/¯
2024-07-19 00:06:18 +02:00

19 lines
330 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",
"Unicode-DFS-2016",
]
confidence-threshold = 0.95
[bans]
wildcards = "deny"