summaryrefslogtreecommitdiff
path: root/lib/net
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/net
parent0bb8bd7623b59bcc9cccc623510775921b00e4b1 (diff)
Update the license for the default gems to dual licenses
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/net-pop.gemspec2
-rw-r--r--lib/net/net-smtp.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/net-pop.gemspec b/lib/net/net-pop.gemspec
index 12e633cc77..911af1c527 100644
--- a/lib/net/net-pop.gemspec
+++ b/lib/net/net-pop.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Ruby client library for POP3.}
spec.description = %q{Ruby client library for POP3.}
spec.homepage = "https://github.com/ruby/net-pop"
- spec.license = "BSD-2-Clause"
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
diff --git a/lib/net/net-smtp.gemspec b/lib/net/net-smtp.gemspec
index c547beb754..79bc9c7986 100644
--- a/lib/net/net-smtp.gemspec
+++ b/lib/net/net-smtp.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Simple Mail Transfer Protocol client library for Ruby.}
spec.description = %q{Simple Mail Transfer Protocol client library for Ruby.}
spec.homepage = "https://github.com/ruby/net-smtp"
- spec.license = "BSD-2-Clause"
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = ">= 2.5.0"
spec.metadata["homepage_uri"] = spec.homepage