add small comment about the licenses

Fixes #3426
This commit is contained in:
Pere Urbon-Bayes 2015-06-17 15:31:32 +02:00 committed by Jordan Sissel
parent 954c983d1f
commit 1754d896a1

View file

@ -4,6 +4,10 @@ require 'rakelib/default_plugins'
describe "Project licenses" do
let(:expected_licenses) {
##
# Expected licenses are Apache License 2.0, BSD license, MIT license and the ruby one,
# this not exclude that this list change in the feature.
##
Regexp.union([ /mit/,
/apache*/,
/bsd/,