Skip to content

Commit 963ab83

Browse files
committed
Use GPL-2.0-or-later instead of Ruby and BSDL2
1 parent d552b62 commit 963ab83

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.licenses = ["Ruby", "BSD-2-Clause"]
13+
spec.licenses = ["GPL-2.0-or-later"]
1414

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

0 commit comments

Comments
 (0)