From 21c42dbffa389b0de91f7270c414a2e607995651 Mon Sep 17 00:00:00 2001 From: Ryan McKern Date: Wed, 1 Mar 2017 12:38:46 -0800 Subject: [PATCH] Clarify license in Gemspec As per https://opensource.org/licenses/alphabetical, the name should be Apache-2.0, not Apache. --- vmfloaty.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 15284d9..82e3f7a 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.version = '0.7.8' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] - s.license = 'Apache' + s.license = 'Apache-2.0' s.homepage = 'https://github.com/briancain/vmfloaty' s.description = 'A helper tool for vmpooler to help you stay afloat' s.summary = 'CLI application to interface with vmpooler'