summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortduehr <tduehr@gmail.com>2016-07-11 09:14:28 -0500
committertduehr <tduehr@gmail.com>2016-07-11 09:14:28 -0500
commit963bdd92c9817450c620138339fc184527d34cb1 (patch)
treeb2c10183435bf9af475afccf94c1de1465f13282
parenta71c700d586088f4cd7a34918df231b8625146ed (diff)
downloadffi-963bdd92c9817450c620138339fc184527d34cb1.tar.gz
update license
-rw-r--r--LICENSE2
-rw-r--r--ffi.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index ef147e6..20185fd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2008-2013, Ruby FFI project contributors
+Copyright (c) 2008-2016, Ruby FFI project contributors
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/ffi.gemspec b/ffi.gemspec
index dc191cf..5664059 100644
--- a/ffi.gemspec
+++ b/ffi.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.extensions << 'ext/ffi_c/extconf.rb'
s.has_rdoc = false
s.rdoc_options = %w[--exclude=ext/ffi_c/.*\.o$ --exclude=ffi_c\.(bundle|so)$]
- s.license = 'BSD'
+ s.license = 'BSD-3-Clause'
s.require_paths << 'ext/ffi_c'
s.required_ruby_version = '>= 1.8.7'
s.add_development_dependency 'rake', '~> 10.1'