summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-09-03 17:07:37 -0400
committerBryan McLellan <btm@loftninjas.org>2014-09-03 17:09:05 -0400
commitbee361b925eb6bc1fbeec2760d5e137ebc7a6602 (patch)
treef927f703e63b6ca334fa7c20dd5be30237972f8a
parentdd930644d16d6efc573e9c6d8eefc5c17d10539b (diff)
downloadchef-bee361b925eb6bc1fbeec2760d5e137ebc7a6602.tar.gz
Update license to appropriate SPDX ID
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 43b7b8d433..89b4ac2665 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["README.md", "CONTRIBUTING.md", "LICENSE" ]
s.summary = "A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure."
s.description = s.summary
- s.license = "Apache"
+ s.license = "Apache-2.0"
s.author = "Adam Jacob"
s.email = "adam@getchef.com"
s.homepage = "http://www.getchef.com"