From 803795a8bb1dfb2219dba406c198c523f9d993a0 Mon Sep 17 00:00:00 2001 From: Gavin Schneider Date: Fri, 1 Jun 2018 16:35:34 -0700 Subject: [PATCH] Fix license reference in gemspec --- nexpose.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexpose.gemspec b/nexpose.gemspec index 6853029b..6286ca87 100644 --- a/nexpose.gemspec +++ b/nexpose.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.homepage = 'https://github.com/rapid7/nexpose-client' s.summary = 'Ruby API for Rapid7 Nexpose' s.description = 'This gem provides a Ruby API to the Nexpose vulnerability management product by Rapid7.' - s.license = 'BSD' + s.license = 'BSD-3-Clause' s.authors = ['HD Moore', 'Chris Lee', 'Michael Daines', 'Brandon Turner', 'Gavin Schneider', 'Scott Green'] s.email = ['hd_moore@rapid7.com', 'christopher_lee@rapid7.com', 'michael_daines@rapid7.com', 'brandon_turner@rapid7.com', 'gavin_schneider@rapid7.com', 'scott_green@rapid7.com'] s.files = Dir['[A-Z]*'] + Dir['lib/**/*']