Skip to content

Use local copies of licenses

  • most ruby gems installed via the 'gem' command now fetch their licenses from a copy saved as a patch file
  • omnibus-ctl and registry are both built from source code and have been converted to use the LICENSE file shipped with the source
  • rubygems will use the license file its repository if built from source, otherwise, it uses a license file stored as a patch

Resolves #3206 (closed)

Signed-off-by: Robert Marshall rmarshall@gitlab.com

Edited by GitLab Release Tools Bot

Merge request reports