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:
Rafael dos Santos Silva 2020-06-25 18:01:36 -03:00 committed by GitHub
parent 8c9cc5b772
commit d58360f72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.licensed.yml Normal file
View 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