summaryrefslogtreecommitdiff
path: root/lib/uri
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/uri
parent0bb8bd7623b59bcc9cccc623510775921b00e4b1 (diff)
Update the license for the default gems to dual licenses
Diffstat (limited to 'lib/uri')
-rw-r--r--lib/uri/uri.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/uri.gemspec b/lib/uri/uri.gemspec
index 95cb8e2d42..c4a16f47eb 100644
--- a/lib/uri/uri.gemspec
+++ b/lib/uri/uri.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{URI is a module providing classes to handle Uniform Resource Identifiers}
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/uri"
- spec.license = "BSD-2-Clause"
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage