diff --git a/rouge.gemspec b/rouge.gemspec index d4d394a606..f1d56c0852 100644 --- a/rouge.gemspec +++ b/rouge.gemspec @@ -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