Skip to content

Commit 5500622

Browse files
authored
Set license code in metadata to MIT
2 parents dcf9040 + 02d65f1 commit 5500622

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)