Skip to content

Commit 524c581

Browse files
Update rubygem license metadata to Apache-2.0
Update the gemspec metadata to reflect the current LICENSE. Previously the project was licensed under MIT but was changed in 8eb9dae to Apache-2.0 Signed-off-by: Ricky McMillen <ricky.mcmillen@gmail.com>
1 parent c9fcf34 commit 524c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigdump.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
1010
gem.version = Sigdump::VERSION
1111
gem.authors = ["Sadayuki Furuhashi"]
1212
gem.email = ["frsyuki@gmail.com"]
13-
gem.license = "MIT"
13+
gem.license = "Apache-2.0"
1414
gem.has_rdoc = false
1515
gem.files = `git ls-files`.split("\n")
1616
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

0 commit comments

Comments
 (0)