Skip to content

Commit 00ad542

Browse files
committed
Rename LICENSE.txt to COPYING
This is for consistency with ruby/ruby.
1 parent c71714d commit 00ad542

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

LICENSE.txt renamed to COPYING

File renamed without changes.

openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.files = []
1414
spec.add_runtime_dependency('jruby-openssl', '~> 0.14')
1515
else
16-
spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "*.md", "BSDL", "LICENSE.txt"]
16+
spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "*.md", "BSDL", "COPYING"]
1717
spec.require_paths = ["lib"]
1818
spec.extensions = ["ext/openssl/extconf.rb"]
1919
end

0 commit comments

Comments
 (0)