.lichen.yaml

 1---
 2# Configuration for the Lichen software license scanner.  The list below
 3# represents the licenses that are currently compiled into the git-bug
 4# binary (with the exception of the GPL license which is git-bug's own
 5# license and is therefore compatible.)  Licenses can be added to the
 6# "allow" list using the official identifiers from the SPDX License
 7# List which can be found at https://spdx.org/licenses/.
 8#
 9# The Lichen configuration file format allows overrides (for packages
10# where the license can't be automatically discovered) and exceptions
11# (to allow disallowed licenses for certain packages).  The format for
12# this file can be found at https://github.com/uw-labs/lichen#config.
13
14allow:
15- "Apache-2.0"
16- "BSD-2-Clause"
17- "BSD-3-Clause"
18- "GPL-3.0-or-later"
19- "ISC"
20- "MIT"
21- "MPL-2.0"