mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
954c983d1f
commit
1754d896a1
1 changed files with 4 additions and 0 deletions
|
@ -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/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue