Skip to content

Commit 154d461

Browse files
ahorekknu
authored andcommitted
relicence under the Ruby license and the BSD 2-clause
1 parent dbd3875 commit 154d461

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/ruby/d
9595
## License
9696

9797
The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause).
98-
99-
Files under ext/java (JRuby's digest) are licensed under [Eclipse Public License version 2.0](https://opensource.org/licenses/EPL-2.0), [GNU General Public License version 2](https://opensource.org/licenses/GPL-2.0), [GNU Lesser General Public License version 2.1](https://opensource.org/licenses/LGPL-2.1).

digest.gemspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.summary = %q{Provides a framework for message digest libraries.}
1111
spec.description = %q{Provides a framework for message digest libraries.}
1212
spec.homepage = "https://github.com/ruby/digest"
13-
if Gem::Platform === spec.platform and spec.platform =~ 'java' or RUBY_ENGINE == 'jruby'
14-
spec.licenses = ["Ruby", "BSD-2-Clause", "EPL-2.0", "GPL-2.0", "LGPL-2.1"]
15-
else
16-
spec.licenses = ["Ruby", "BSD-2-Clause"]
17-
end
13+
spec.licenses = ["Ruby", "BSD-2-Clause"]
1814

1915
spec.files = [
2016
"LICENSE.txt", "README.md",

0 commit comments

Comments
 (0)