Skip to content

Commit

Permalink
lhm.gemspec: set license to BSD-3-Clause
Browse files Browse the repository at this point in the history
'BSD-3-Clause' is less ambiguous than 'New BSD' and it's also the url slug used by the opensource.org URL http://opensource.org/licenses/BSD-3-Clause
  • Loading branch information
christophermanning committed May 14, 2015
1 parent 50340f5 commit e4690ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lhm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require 'lhm/version'
Gem::Specification.new do |s|
s.name = 'lhm'
s.version = Lhm::VERSION
s.licenses = ['New BSD']
s.licenses = ['BSD-3-Clause']
s.platform = Gem::Platform::RUBY
s.authors = ['SoundCloud', 'Rany Keddo', 'Tobias Bielohlawek', 'Tobias Schmidt']
s.email = %q{rany@soundcloud.com, tobi@soundcloud.com, ts@soundcloud.com}
Expand Down

0 comments on commit e4690ee

Please sign in to comment.