Skip to content

Commit

Permalink
Add license sepcification for RubyGems.org
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Sep 30, 2013
1 parent d8d9248 commit 6c1e8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jrubyfx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ $spec = Gem::Specification.new do |s|
s.files = Dir.glob("lib/**/*") + %w(LICENSE README.md)
s.executables = ['jrubyfx-generator', 'jrubyfx-jarify', 'jrubyfx-compile']
s.require_path = 'lib'
s.license = 'Apache License 2.0'
end

0 comments on commit 6c1e8ac

Please sign in to comment.