mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -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
|
describe "Project licenses" do
|
||||||
|
|
||||||
let(:expected_licenses) {
|
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/,
|
Regexp.union([ /mit/,
|
||||||
/apache*/,
|
/apache*/,
|
||||||
/bsd/,
|
/bsd/,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue