Skip to content

Commit

Permalink
fix license name to the license identifier defined at http://spdx.org…
Browse files Browse the repository at this point in the history
  • Loading branch information
ser1zw committed Jul 16, 2016
1 parent 6747792 commit 88d5771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -17,7 +17,7 @@ Hoe.plugin :gemspec
hoespec = Hoe.spec 'ruby-opencv' do |s|
s.summary = 'OpenCV wrapper for Ruby'
s.description = 'ruby-opencv is a wrapper of OpenCV for Ruby. It helps you to write computer vision programs (e.g. detecting faces from pictures) with Ruby.'
s.licenses = ['The BSD License']
s.licenses = ['BSD-3-Clause']
s.developer('lsxi', 'masakazu.yonekura@gmail.com')
s.developer('ser1zw', 'azariahsawtikes@gmail.com')
s.developer('pcting', 'pcting@gmail.com')
Expand Down

0 comments on commit 88d5771

Please sign in to comment.