summaryrefslogtreecommitdiff
path: root/ohai.gemspec
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-09-03 17:11:48 -0400
committerBryan McLellan <btm@loftninjas.org>2014-09-03 17:11:48 -0400
commit9b47e651858cec0fc64057566bc7e0d34db8dac3 (patch)
tree418d0bb06b4c21fefd8830a5806222c87f588a5d /ohai.gemspec
parentbf8d2c3f98460aeac2ab5c5ef345a9eb1bfeb052 (diff)
downloadohai-9b47e651858cec0fc64057566bc7e0d34db8dac3.tar.gz
Add license to gemspec
Diffstat (limited to 'ohai.gemspec')
-rw-r--r--ohai.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index 04fc0c63..45e2a1c8 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.summary = "Ohai profiles your system and emits JSON"
s.description = s.summary
+ s.license = "Apache-2.0"
s.author = "Adam Jacob"
s.email = "adam@opscode.com"
s.homepage = "http://wiki.opscode.com/display/chef/Ohai"