From 5b04e2362c03bb82c76c65353c1856d6b0c3d745 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 19 Aug 2020 19:22:12 +0900 Subject: [PATCH] [ruby/racc] Fixed the licenses field of gemspec https://github.com/ruby/racc/commit/a1aeecff03 --- lib/racc/racc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec index 31d0e586af..af499cffe3 100644 --- a/lib/racc/racc.gemspec +++ b/lib/racc/racc.gemspec @@ -15,7 +15,7 @@ DESC s.authors = ["Minero Aoki", "Aaron Patterson"] s.email = [nil, "aaron@tenderlovemaking.com"] 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",