From: elijah Date: Mon, 18 Mar 2013 07:57:30 +0000 (-0700) Subject: switch license to MIT, required until we stop vendoring certificate_authority. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c3f78c9df38f6e4dec94737863dcfcc1f4e60e96;p=leap%2Fleap_cli.git switch license to MIT, required until we stop vendoring certificate_authority. --- diff --git a/leap_cli.gemspec b/leap_cli.gemspec index 84e7d54..b13c90d 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -16,7 +16,7 @@ spec = Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.summary = LeapCli::SUMMARY s.description = LeapCli::DESCRIPTION - s.license = "GPLv3" + s.license = "MIT" ## ## GEM FILES