mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
9cea5e0732
* Add .idea/ to git ignored directories. * Remove redundant newline. * Remove redundant newline. * Remove redundant newlines. * Remove redundant newline. * Remove redundant newline. * Add missing newline at end of file. * Remove redundant newline. * Remove redundant newlines.
22 lines
491 B
TOML
22 lines
491 B
TOML
[licenses]
|
|
# We want really high confidence when inferring licenses from text
|
|
confidence-threshold = 0.93
|
|
unused-allowed-license = "allow" # don't warn for unused licenses in this list
|
|
allow = [
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"BSL-1.0",
|
|
"GPL-2.0",
|
|
"ISC",
|
|
"LGPL-2.0",
|
|
"MIT",
|
|
"MPL-2.0",
|
|
"PSF-2.0",
|
|
"Unicode-DFS-2016",
|
|
"WTFPL",
|
|
"Zlib",
|
|
]
|
|
|
|
[sources.allow-org]
|
|
# 1 or more github.com organizations to allow git sources for
|
|
github = ["fish-shell"]
|