Merge pull request #3236 from github/license-whitelist

Whitelist troublesome licenses
This commit is contained in:
Arfon Smith
2016-09-21 19:54:27 -07:00
committed by GitHub

View File

@@ -5,7 +5,9 @@ class TestGrammars < Minitest::Test
# List of projects that are allowed without licenses
PROJECT_WHITELIST = [
# Dual MIT and GPL license
"vendor/grammars/factor",
"vendor/grammars/go-tmbundle",
"vendor/grammars/jflex.tmbundle",
"vendor/grammars/language-csharp",
"vendor/grammars/sublimeassembly"
].freeze