Merge branch 'license-finder-gem' into 'master'
License finder gem Every time a gem is added to the Gemfile, or a gem is updated with a new dependency or change of license, LicenseFinder will check to ensure that the license in use has been whitelisted for use in the project. GPLv2 and GPLv3 libraries are not allowed to be linked-to from non-GPL projects (e.g. the MIT-licensed GitLab CE or proprietary EE), otherwise we're violating the license. https://github.com/pivotal/LicenseFinder See also: gitlab-com/operations#164 See merge request !3775
Showing
... | @@ -306,6 +306,8 @@ group :development, :test do | ... | @@ -306,6 +306,8 @@ group :development, :test do |
gem 'bundler-audit', require: false | gem 'bundler-audit', require: false | ||
gem 'benchmark-ips', require: false | gem 'benchmark-ips', require: false | ||
gem "license_finder", require: false | |||
end | end | ||
group :test do | group :test do | ||
... | ... |
config/license_finder.yml
0 → 100644
doc/development/licensing.md
0 → 100644
Please register or sign in to comment