diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-08-18 20:15:59 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-08-18 20:26:39 +0900 |
commit | 8fb02b7a97317090e3946e6f2d4a7d034f9699f1 () | |
tree | 6c8e1792a904f8689b0b1e9cf5089ae70b24847d /lib/singleton | |
parent | 0bb8bd7623b59bcc9cccc623510775921b00e4b1 (diff) |
Update the license for the default gems to dual licenses
-rw-r--r-- | lib/singleton/singleton.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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://.com/ruby/singleton" - spec.license = "BSD-2-Clause" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage |