Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Add license to gemspec
Browse files Browse the repository at this point in the history
so that tools like LicenseFinder can check licenses across gems better.

See rubygems/rubygems.org#363 too
  • Loading branch information
kuahyeow committed Aug 24, 2013
1 parent e033408 commit 7475983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rb-fchange.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require "rb-fchange/version"
Gem::Specification.new do |s|
s.name = %q{rb-fchange}
s.version = FChange::VERSION
s.license = "MIT"
s.platform = Gem::Platform::RUBY
s.authors = ["stereobooster"]
s.date = %q{2011-05-15}
Expand Down

0 comments on commit 7475983

Please sign in to comment.