mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add a basic licensed config (#10128)
This means a dev can run https://github.com/github/licensed in order to obtain license information easily
This commit is contained in:
parent
8c9cc5b772
commit
d58360f72e
12
.licensed.yml
Normal file
12
.licensed.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
sources:
|
||||||
|
yarn: true
|
||||||
|
bundler: true
|
||||||
|
allowed:
|
||||||
|
- mit
|
||||||
|
- apache-2.0
|
||||||
|
- bsd-2-clause
|
||||||
|
- bsd-3-clause
|
||||||
|
- cc0-1.0
|
||||||
|
- isc
|
||||||
|
- other
|
||||||
|
- none
|
Loading…
Reference in New Issue
Block a user