mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 01:30:22 +00:00
* Update licensee version This pulls in Licensed 0.10.0 too. * Use a full path to the grammars Licensed now enforces this as it's easier then guessing. * Ensure full path * Use new path for FSProject * Starting to adjust tests * require licensee again * Fix grammar tests * verify -> status * whitelist -> allowed * explicitly set cache_path in configuration default for licensed v1.0 changed from `vendor/licenses` to `.licenses` * load configuration from file location default configuration file location changed from `vendor/licenses/config.yml` to `.licensed.yml` * update gemspec for licensed 1.0.0 * Remove unused license hash
31 lines
417 B
YAML
31 lines
417 B
YAML
cache_path: "vendor/licenses"
|
|
|
|
allowed:
|
|
- apache-2.0
|
|
- bsd-2-clause
|
|
- bsd-3-clause
|
|
- isc
|
|
- mit
|
|
- mpl-2.0
|
|
- ncsa
|
|
- permissive
|
|
- 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
|