add artistic 2.x license to the list of accepted licenses

Fixes #4196
This commit is contained in:
Pere Urbon-Bayes 2015-11-16 17:15:04 +01:00 committed by Jordan Sissel
parent a30b9a905e
commit 01994032a1

View file

@ -12,6 +12,7 @@ describe "Project licenses" do
Regexp.union([ /mit/,
/apache*/,
/bsd/,
/artistic 2.*/,
/ruby/,
/lgpl/])
}