1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update the license for the default gems to dual licenses

This commit is contained in:
Hiroshi SHIBATA 2020-08-18 20:15:59 +09:00
parent 0bb8bd7623
commit 8fb02b7a97
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
37 changed files with 37 additions and 37 deletions

View file

@ -17,5 +17,5 @@ Gem::Specification.new do |s|
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

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.authors = ["Yukihiro Matsumoto"]
s.email = ["matz@ruby-lang.org"]
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"

View file

@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
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

View file

@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
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"

View file

@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
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",

View file

@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
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"

View file

@ -21,5 +21,5 @@ Gem::Specification.new do |s|
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

View file

@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
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

View file

@ -22,7 +22,7 @@ Gem::Specification.new do |s|
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"

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.authors = ["Minero Aoki", "Sutou Kouhei"]
s.email = [nil, "kou@cozmixng.org"]
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"

View file

@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
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"

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
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

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
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

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
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]

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
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

View file

@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.authors = ["Minero Aoki"]
s.email = [nil]
s.homepage = "https://github.com/ruby/fileutils"
s.license = "BSD-2-Clause"
s.licenses = ["Ruby", "BSD-2-Clause"]
s.metadata = {
"source_code_uri" => "https://github.com/ruby/fileutils"

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Provides delegation of specified methods to a designated object.}
spec.description = %q{Provides delegation of specified methods to a designated object.}
spec.homepage = "https://github.com/ruby/forwardable"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.files = ["forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb", "lib/forwardable/version.rb"]
spec.bindir = "exe"

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{GetoptLong for Ruby}
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/getoptlong"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

View file

@ -15,7 +15,7 @@ IPAddr provides a set of methods to manipulate an IP address.
Both IPv4 and IPv6 are supported.
DESCRIPTION
spec.homepage = "https://github.com/ruby/ipaddr"
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", "ipaddr.gemspec", "lib/ipaddr.rb"]
spec.bindir = "exe"

View file

@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Interactive Ruby command-line tool for REPL (Read Eval Print Loop).}
spec.description = %q{Interactive Ruby command-line tool for REPL (Read Eval Print Loop).}
spec.homepage = "https://github.com/ruby/irb"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.files = [
".document",

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Provides a simple logging utility for outputting messages.}
spec.description = %q{Provides a simple logging utility for outputting messages.}
spec.homepage = "https://github.com/ruby/logger"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.files = Dir.glob("lib/**/*.rb") + ["logger.gemspec"]
spec.bindir = "exe"

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{An implementation of Matrix and Vector classes.}
spec.description = %q{An implementation of Matrix and Vector classes.}
spec.homepage = "https://github.com/ruby/matrix"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = ">= 2.5.0"
spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/matrix.rb", "lib/matrix/eigenvalue_decomposition.rb", "lib/matrix/lup_decomposition.rb", "lib/matrix/version.rb", "matrix.gemspec"]

View file

@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Mixin to extend objects to be handled like a Mutex.}
spec.description = %q{Mixin to extend objects to be handled like a Mutex.}
spec.homepage = "https://github.com/ruby/mutex_m"
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", "lib/mutex_m.rb", "mutex_m.gemspec"]
spec.bindir = "exe"

View file

@ -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

View file

@ -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

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Implementation of the Observer object-oriented design pattern.}
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/observer"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Popen, but with stderr, too}
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/open3"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Class to build custom data structures, similar to a Hash.}
spec.description = %q{Class to build custom data structures, similar to a Hash.}
spec.homepage = "https://github.com/ruby/ostruct"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = ">= 2.5.0"
spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "lib/ostruct/version.rb", "ostruct.gemspec"]

View file

@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Prime numbers and factorization library.}
spec.description = %q{Prime numbers and factorization library.}
spec.homepage = "https://github.com/ruby/prime"
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", "lib/prime.rb", "prime.gemspec"]
spec.bindir = "exe"

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Transactional File Storage for Ruby Objects}
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/pstore"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/ruby/pstore"

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{The Singleton module implements the Singleton pattern.}
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/singleton"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Auto-terminate potentially long-running operations in Ruby.}
spec.description = %q{Auto-terminate potentially long-running operations in Ruby.}
spec.homepage = "https://github.com/ruby/timeout"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Outputs a source level execution trace of a Ruby program.}
spec.description = %q{Outputs a source level execution trace of a Ruby program.}
spec.homepage = "https://github.com/ruby/tracer"
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", "lib/tracer.rb", "lib/tracer/version.rb", "tracer.gemspec"]
spec.bindir = "exe"

View file

@ -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

View file

@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/ruby/weakref"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

View file

@ -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 = {

View file

@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.summary = "YAML Ain't Markup Language"
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/yaml"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage