Files
linguist/vendor/licenses/config.yml
Brandon Keepers 92897046ed Remove licenses from Rubygems licenses
We are still solidifying patterns around how licenses should be managed, but given the Gemfile.lock file is ignored, I don't think it makes sense for linguist to track licenses for Ruby dependencies. A consumer of this gem could end up with a different version of a dependency that has a different license.

In general, I think libraries should only track licenses for code that they vendor. Since linguist vendors the grammars, it makes sense for it to track the licenses for them.
2016-04-16 10:21:50 -04:00

28 lines
379 B
YAML

whitelist:
- apache-2.0
- bsd-2-clause
- bsd-3-clause
- permissive
- mit
- isc
- mpl-2.0
- unlicense
- wtfpl
- zlib
# These dependencies are explicitly ignored
ignored:
rubygem:
- bundler
# These dependencies have been reviewed and approved.
reviewed:
rubygem:
- mime-types
grammar:
- Sublime-Lasso
sources:
npm: false
rubygem: false