Skip to content

Commit c9ec44a

Browse files
committed
Update the license for the default gems to dual licenses
1 parent 4f99ff1 commit c9ec44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdbm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.summary = "Ruby extension for GNU dbm."
1111
spec.description = "Ruby extension for GNU dbm."
1212
spec.homepage = "https://github.com/ruby/gdbm"
13-
spec.license = "BSD-2-Clause"
13+
spec.licenses = ["Ruby", "BSD-2-Clause"]
1414

1515
spec.files = ["ext/gdbm/extconf.rb", "ext/gdbm/gdbm.c"]
1616
spec.bindir = "exe"

0 commit comments

Comments
 (0)