summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol <anatol.pomozov@gmail.com>2014-08-22 14:29:32 -0700
committerBryan McLellan <btm@loftninjas.org>2014-09-03 17:08:48 -0400
commitdd930644d16d6efc573e9c6d8eefc5c17d10539b (patch)
tree65fc3898658d65f289c95ee8cad8d2fcb5eb3045
parent4aac7e9981dce28e800ecbb42d3c580ef96d4ba4 (diff)
downloadchef-dd930644d16d6efc573e9c6d8eefc5c17d10539b.tar.gz
Add license information to gemspec
Obvious fix.
-rw-r--r--chef.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 33fb9dce06..43b7b8d433 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -8,6 +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.author = "Adam Jacob"
s.email = "adam@getchef.com"
s.homepage = "http://www.getchef.com"