diff options
author | Bryan McLellan <btm@loftninjas.org> | 2014-09-03 17:07:37 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2014-09-03 17:09:05 -0400 |
commit | bee361b925eb6bc1fbeec2760d5e137ebc7a6602 (patch) | |
tree | f927f703e63b6ca334fa7c20dd5be30237972f8a /chef.gemspec | |
parent | dd930644d16d6efc573e9c6d8eefc5c17d10539b (diff) | |
download | chef-bee361b925eb6bc1fbeec2760d5e137ebc7a6602.tar.gz |
Update license to appropriate SPDX ID
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 2 |
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" |