summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'