edd988f8a6
This patch adds a license checker to the automated tests. This ensures that only dependencies with licenses from a list of known good licenses are used.
9 lines
202 B
INI
9 lines
202 B
INI
# Authorized licenses in lower case
|
|
|
|
# There is no project rule against adding new licenses as long as they are
|
|
# compatible with the project's license.
|
|
|
|
[Licenses]
|
|
authorized_licenses:
|
|
BSD
|
|
MIT
|