Skip to content

Commit

Permalink
Update license in gemspec to MIT, 2-clause BSD
Browse files Browse the repository at this point in the history
This is more correct and easier to audit by license auto-detectors.
  • Loading branch information
connorshea committed Jun 6, 2016
1 parent 7e9dd9b commit 94cd2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rouge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.rubyforge_project = "rouge"
s.files = Dir['Gemfile', 'LICENSE', 'rouge.gemspec', 'lib/**/*.rb', 'lib/**/*.yml', 'bin/rougify', 'lib/rouge/demos/*']
s.executables = %w(rougify)
s.license = 'MIT (see LICENSE file)'
s.license = 'MIT, 2-clause BSD'
end

0 comments on commit 94cd2aa

Please sign in to comment.