summaryrefslogtreecommitdiff
path: root/ffi-yajl.gemspec.shared
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2017-05-30 13:41:20 +0200
committerVít Ondruch <vondruch@redhat.com>2017-05-30 13:44:46 +0200
commitc0790640a5bcd646d3319290c7a5b0423e75ba54 (patch)
tree0a589ed5fc12ee6a76b2a5c069e7285299ae32f6 /ffi-yajl.gemspec.shared
parentd343b78cc803636ecaa152a0517f4beccf2220db (diff)
downloadffi-yajl-c0790640a5bcd646d3319290c7a5b0423e75ba54.tar.gz
Fix license.
Every file in the repository mentions MIT, while no file mentions ASL. Signed-off-by: Vít Ondruch <vondruch@redhat.com>
Diffstat (limited to 'ffi-yajl.gemspec.shared')
-rw-r--r--ffi-yajl.gemspec.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi-yajl.gemspec.shared b/ffi-yajl.gemspec.shared
index aff93da..d198f0a 100644
--- a/ffi-yajl.gemspec.shared
+++ b/ffi-yajl.gemspec.shared
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = 'ffi-yajl'
s.version = FFI_Yajl::VERSION
s.extra_rdoc_files = ["README.md", "LICENSE" ]
- s.license = "Apache-2.0"
+ s.license = "MIT"
s.summary = "Ruby FFI wrapper around YAJL 2.x"
s.description = s.summary
s.author = "Lamont Granquist"