Skip to content

Commit 02d65f1

Browse files
committed
Set license code in metadata to MIT
In 5638cb0 the gem was relicensed to MIT, but it was incomplete. 86c762a at least fixed the README, but the gemspec itself was still forgotten. Fixes: 5638cb0
1 parent dcf9040 commit 02d65f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secure_headers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414
including content-security-policy, x-frame-options,
1515
strict-transport-security, etc.'
1616
gem.homepage = "https://github.com/twitter/secureheaders"
17-
gem.license = "Apache-2.0"
17+
gem.license = "MIT"
1818
gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
1919
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
2020
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)