aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick/webrick.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-18 20:15:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-18 20:26:39 +0900
commit8fb02b7a97317090e3946e6f2d4a7d034f9699f1 (patch)
tree6c8e1792a904f8689b0b1e9cf5089ae70b24847d /lib/webrick/webrick.gemspec
parent0bb8bd7623b59bcc9cccc623510775921b00e4b1 (diff)
downloadruby-8fb02b7a97317090e3946e6f2d4a7d034f9699f1.tar.gz
Update the license for the default gems to dual licenses
Diffstat (limited to 'lib/webrick/webrick.gemspec')
-rw-r--r--lib/webrick/webrick.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webrick/webrick.gemspec b/lib/webrick/webrick.gemspec
index 97e93b5ace..5ede24d7ec 100644
--- a/lib/webrick/webrick.gemspec
+++ b/lib/webrick/webrick.gemspec
@@ -62,7 +62,7 @@ Gem::Specification.new do |s|
s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU", "Eric Wong"]
s.email = [nil, nil, 'normal@ruby-lang.org']
s.homepage = "https://www.ruby-lang.org"
- s.license = "BSD-2-Clause"
+ s.licenses = ["Ruby", "BSD-2-Clause"]
if s.respond_to?(:metadata=)
s.metadata = {