summaryrefslogtreecommitdiff
path: root/ext/win32ole
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-03 16:28:49 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-25 23:53:14 +0900
commit24f8f20cc7e4e63d10c208f7a9882d1c6f4b1917 (patch)
tree98faec3899e01a29c9b7086b456ec64395c85395 /ext/win32ole
parent9850176984d8c6a4a0e6c0982b982dcd3ea7cd79 (diff)
[ruby/win32ole] LICENSE
https://github.com/ruby/win32ole/commit/62fd78078b
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5175
Diffstat (limited to 'ext/win32ole')
-rw-r--r--ext/win32ole/win32ole.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/win32ole/win32ole.gemspec b/ext/win32ole/win32ole.gemspec
index 021625e44e..977555c98d 100644
--- a/ext/win32ole/win32ole.gemspec
+++ b/ext/win32ole/win32ole.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/win32ole"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage