Created
July 26, 2020 20:06
-
-
Save lucianghinda/e1bc1422d3eb233ccc85a649368dd182 to your computer and use it in GitHub Desktop.
Example of .licensed.yml file to be used with licensed gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sources: | |
bundler: true | |
npm: true | |
allowed: | |
- mit | |
- apache-2.0 | |
- bsd-2-clause | |
- bsd-3-clause | |
- isc | |
- cc0-1.0 | |
reviewed: | |
bundler: | |
- activerecord # MIT License | |
- concurrent-ruby # MIT License | |
- puma # BSD 3 clause | |
npm: | |
- webpack # It is actually an MIT license source https://github.com/webpack/webpack/blob/master/LICENSE | |
- ieee754 # It is actually a BSD 3-Clasue source https://github.com/feross/ieee754/blob/master/LICENSE | |
- bcrypt-pbkdf # It is a combination of MIT and BSD 3-clause source https://github.com/joyent/node-bcrypt-pbkdf/blob/master/LICENSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment