[前][次][番号順一覧][スレッド一覧]

ruby-changes:69935

From: Hiroshi <ko1@a...>
Date: Thu, 25 Nov 2021 23:56:18 +0900 (JST)
Subject: [ruby-changes:69935] 24f8f20cc7 (master): [ruby/win32ole] LICENSE

https://git.ruby-lang.org/ruby.git/commit/?id=24f8f20cc7

From 24f8f20cc7e4e63d10c208f7a9882d1c6f4b1917 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 3 Dec 2020 16:28:49 +0900
Subject: [ruby/win32ole] LICENSE

https://github.com/ruby/win32ole/commit/62fd78078b
---
 ext/win32ole/win32ole.gemspec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ext/win32ole/win32ole.gemspec b/ext/win32ole/win32ole.gemspec
index 021625e44e9..977555c98df 100644
--- a/ext/win32ole/win32ole.gemspec
+++ b/ext/win32ole/win32ole.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/win32ole/win32ole.gemspec#L8
   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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]