[前][次][番号順一覧][スレッド一覧]

ruby-changes:62632

From: Hiroshi <ko1@a...>
Date: Tue, 18 Aug 2020 20:26:57 +0900 (JST)
Subject: [ruby-changes:62632] 8fb02b7a97 (master): Update the license for the default gems to dual licenses

https://git.ruby-lang.org/ruby.git/commit/?id=8fb02b7a97

From 8fb02b7a97317090e3946e6f2d4a7d034f9699f1 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 18 Aug 2020 20:15:59 +0900
Subject: Update the license for the default gems to dual licenses


diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec
index f5649f8..a5accd2 100644
--- a/ext/date/date.gemspec
+++ b/ext/date/date.gemspec
@@ -17,5 +17,5 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/date/date.gemspec#L17
   s.authors = ["Tadayoshi Funaba"]
   s.email = [nil]
   s.homepage = "https://github.com/ruby/date"
-  s.license = "BSD-2-Clause"
+  s.licenses = ["Ruby", "BSD-2-Clause"]
 end
diff --git a/ext/dbm/dbm.gemspec b/ext/dbm/dbm.gemspec
index 02d4990..0ff036f 100644
--- a/ext/dbm/dbm.gemspec
+++ b/ext/dbm/dbm.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/dbm/dbm.gemspec#L13
   s.authors = ["Yukihiro Matsumoto"]
   s.email = ["matz@r..."]
   s.homepage = "https://github.com/ruby/dbm"
-  s.license = "BSD-2-Clause"
+  s.licenses = ["Ruby", "BSD-2-Clause"]
 
   s.add_development_dependency "rake-compiler"
   s.add_development_dependency "test-unit"
diff --git a/ext/etc/etc.gemspec b/ext/etc/etc.gemspec
index 1b39a6d..7d687e3 100644
--- a/ext/etc/etc.gemspec
+++ b/ext/etc/etc.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/etc/etc.gemspec#L20
   spec.summary       = %q{Provides access to information typically stored in UNIX /etc directory.}
   spec.description   = spec.summary
   spec.homepage      = "https://github.com/ruby/etc"
-  spec.license       = "BSD-2-Clause"
+  spec.licenses      = ["Ruby", "BSD-2-Clause"]
 
   spec.files         = %w[
     LICENSE.txt
diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec
index c27a03d..645c507 100644
--- a/ext/fcntl/fcntl.gemspec
+++ b/ext/fcntl/fcntl.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/fcntl/fcntl.gemspec#L10
   spec.summary       = "Loads constants defined in the OS fcntl.h C header file"
   spec.description   = "Loads constants defined in the OS fcntl.h C header file"
   spec.homepage      = "https://github.com/ruby/fcntl"
-  spec.license       = "BSD-2-Clause"
+  spec.licenses      = ["Ruby", "BSD-2-Clause"]
 
   spec.files         = ["ext/fcntl/extconf.rb", "ext/fcntl/fcntl.c"]
   spec.bindir        = "exe"
diff --git a/ext/fiddle/fiddle.gemspec b/ext/fiddle/fiddle.gemspec
index da57ea7..a92955c 100644
--- a/ext/fiddle/fiddle.gemspec
+++ b/ext/fiddle/fiddle.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/fiddle/fiddle.gemspec#L19
   spec.summary       = %q{A libffi wrapper for Ruby.}
   spec.description   = %q{A libffi wrapper for Ruby.}
   spec.homepage      = "https://github.com/ruby/fiddle"
-  spec.license       = "BSD-2-Clause"
+  spec.licenses      = ["Ruby", "BSD-2-Clause"]
 
   spec.files         = [
     "LICENSE.txt",
diff --git a/ext/gdbm/gdbm.gemspec b/ext/gdbm/gdbm.gemspec
index da074b0..3ecb312 100644
--- a/ext/gdbm/gdbm.gemspec
+++ b/ext/gdbm/gdbm.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/gdbm/gdbm.gemspec#L10
   spec.summary       = "Ruby extension for GNU dbm."
   spec.description   = "Ruby extension for GNU dbm."
   spec.homepage      = "https://github.com/ruby/gdbm"
-  spec.license       = "BSD-2-Clause"
+  spec.licenses      = ["Ruby", "BSD-2-Clause"]
 
   spec.files         = ["ext/gdbm/extconf.rb", "ext/gdbm/gdbm.c"]
   spec.bindir        = "exe"
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index 297c994..743e5e9 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -21,5 +21,5 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L21
     lib/io/console/size.rb
   ]
   s.extensions = %w[ext/io/console/extconf.rb]
-  s.license = "BSD-2-Clause"
+  s.licenses = ["Ruby", "BSD-2-Clause"]
 end
diff --git a/ext/readline/readline-ext.gemspec b/ext/readline/readline-ext.gemspec
index b85e07d..66db14d 100644
--- a/ext/readline/readline-ext.gemspec
+++ b/ext/readline/readline-ext.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/readline/readline-ext.gemspec#L7
   spec.summary       = %q{Provides an interface for GNU Readline and Edit Line (libedit).}
   spec.description   = %q{Provides an interface for GNU Readline and Edit Line (libedit).}
   spec.homepage      = "https://github.com/ruby/readline-ext"
-  spec.license       = "BSD-2-Clause"
+  spec.licenses      = ["Ruby", "BSD-2-Clause"]
   spec.extensions    = %w[ext/readline/extconf.rb]
 
   spec.metadata["homepage_uri"] = spec.homepage
diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec
index 4849481..c765242 100644
--- a/ext/stringio/stringio.gemspec
+++ b/ext/stringio/stringio.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/stringio/stringio.gemspec#L22
   s.extensions = ["ext/stringio/extconf.rb"]
   s.files = ["README.md", "ext/stringio/extconf.rb", "ext/stringio/stringio.c"]
   s.homepage = "https://github.com/ruby/stringio"
-  s.licenses = ["BSD-2-Clause"]
+  s.licenses = ["Ruby", "BSD-2-Clause"]
   s.required_ruby_version = ">= 2.5"
   s.summary = "Pseudo IO on String"
 
diff --git a/ext/strscan/strscan.gemspec b/ext/strscan/strscan.gemspec
index 4759c6c..1228e80 100644
--- a/ext/strscan/strscan.gemspec
+++ b/ext/strscan/strscan.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/strscan/strscan.gemspec#L13
   s.authors = ["Minero Aoki", "Sutou Kouhei"]
   s.email = [nil, "kou@c..."]
   s.homepage = "https://github.com/ruby/strscan"
-  s.license = "BSD-2-Clause"
+  s.licenses = ["Ruby", "BSD-2-Clause"]
 
   s.add_development_dependency "rake-compiler"
   s.add_development_dependency "benchmark-driver"
diff --git a/ext/zlib/zlib.gemspec b/ext/zlib/zlib.gemspec
index 4a77ae3..ae1f241 100644
--- a/ext/zlib/zlib.gemspec
+++ b/ext/zlib/zlib.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/zlib/zlib.gemspec#L20
   spec.summary       = %q{Ruby interface for the zlib compression/decompression library}
   spec.description   = %q{Ruby interface for the zlib compression/decompression library}
   spec.homepage      = "https://github.com/ruby/zlib"
-  spec.license       = "BSD-2-Clause"
+  spec.licenses       = ["Ruby", "BSD-2-Clause"]
 
   spec.files         = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"]
   spec.bindir        = "exe"
diff --git a/lib/benchmark/benchmark.gemspec b/lib/benchmark/benchmark.gemspec
index 773cab1..031ccbe 100644
--- a/lib/benchmark/benchmark.gemspec
+++ b/lib/benchmark/benchmark.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/benchmark/benchmark.gemspec#L13
   spec.summary       = %q{a performance benchmarking library}
   spec.description   = spec.summary
   spec.homepage      = "https://github.com/ruby/benchmark"
-  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/cgi/cgi.gemspec b/lib/cgi/cgi.gemspec
index fbdec5d..1a88393 100644
--- a/lib/cgi/cgi.gemspec
+++ b/lib/cgi/cgi.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/cgi/cgi.gemspec#L16
   spec.summary       = %q{Support for the Common Gateway Interface protocol.}
   spec.description   = %q{Support for the Common Gateway Interface protocol.}
   spec.homepage      = "https://github.com/ruby/cgi"
-  spec.license       = "BSD-2-Clause"
+  spec.licenses      = ["Ruby", "BSD-2-Clause"]
   spec.required_ruby_version = ">= 2.5.0"
 
   spec.metadata["homepage_uri"] = spec.homepage
diff --git a/lib/csv/csv.gemspec b/lib/csv/csv.gemspec
index fee854f..f555c4e 100644
--- a/lib/csv/csv.gemspec
+++ b/lib/csv/csv.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/csv/csv.gemspec#L16
   spec.summary       = "CSV Reading and Writing"
   spec.description   = "The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed."
   spec.homepage      = "https://github.com/ruby/csv"
-  spec.license       = "BSD-2-Clause"
+  spec.licenses      = ["Ruby", "BSD-2-Clause"]
 
   lib_path = "lib"
   spec.require_paths = [lib_path]
diff --git a/lib/delegate/delegate.gemspec b/lib/delegate/delegate.gemspec
index bf7dd66..05d9ced 100644
--- a/lib/delegate/delegate.gemspec
+++ b/lib/delegate/delegate.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/delegate/delegate.gemspec#L16
   spec.summary       = %q{Provides three abilities to delegate method calls to an object.}
   spec.description   = %q{Provides three abilities to delegate method calls to an object.}
   spec.homepage      = "https://github.com/ruby/delegate"
-  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/fileutils.gemspec b/lib/fileutils.gemspec
index cd35c09d..53c32e7 100644
--- a/lib/fileutils.gemspec
+++ b/lib/fileutils.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/lib/fileutils.gemspec#L23
   s.authors = ["Minero Aoki"]
   s.email = [nil]
   s.homepage = "https://github.com/rub (... truncated)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]