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
|
@ -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