From 88d5771deea07cb1d29416a1c612b23f2b533cc8 Mon Sep 17 00:00:00 2001 From: ser1zw Date: Sun, 17 Jul 2016 01:33:52 +0900 Subject: [PATCH] fix license name to the license identifier defined at http://spdx.org/licenses/ --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 03d2e7a..058f090 100644 --- a/Rakefile +++ b/Rakefile @@ -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')