ruby-changes:62649
From: Hiroshi <ko1@a...>
Date: Wed, 19 Aug 2020 19:36:35 +0900 (JST)
Subject: [ruby-changes:62649] 5b04e2362c (master): [ruby/racc] Fixed the licenses field of gemspec
https://git.ruby-lang.org/ruby.git/commit/?id=5b04e2362c From 5b04e2362c03bb82c76c65353c1856d6b0c3d745 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 19 Aug 2020 19:22:12 +0900 Subject: [ruby/racc] Fixed the licenses field of gemspec https://github.com/ruby/racc/commit/a1aeecff03 diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec index 31d0e58..af499cf 100644 --- a/lib/racc/racc.gemspec +++ b/lib/racc/racc.gemspec @@ -15,7 +15,7 @@ DESC https://github.com/ruby/ruby/blob/trunk/lib/racc/racc.gemspec#L15 s.authors = ["Minero Aoki", "Aaron Patterson"] s.email = [nil, "aaron@t..."] s.homepage = "http://i.loveruby.net/en/projects/racc/" - s.licenses = ["MIT"] + s.licenses = ["Ruby", "BSD-2-Clause"] s.executables = ["racc"] s.files = [ "COPYING", "ChangeLog", -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/