diff options
author | elijah <elijah@riseup.net> | 2013-03-18 00:57:30 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-31 18:19:23 -0700 |
commit | c3f78c9df38f6e4dec94737863dcfcc1f4e60e96 (patch) | |
tree | e7009a68b48bc47fe5778ef6f43a757e6b5a8877 | |
parent | 52cf8bf4741d3ad42ec86d0128d7bda8c46fd6a3 (diff) | |
download | leap_cli-c3f78c9df38f6e4dec94737863dcfcc1f4e60e96.tar.gz leap_cli-c3f78c9df38f6e4dec94737863dcfcc1f4e60e96.tar.bz2 |
switch license to MIT, required until we stop vendoring certificate_authority.
-rw-r--r-- | leap_cli.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |