dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gemspec: use SPDX-compatible license


From: Eric Wong
Subject: [PATCH] gemspec: use SPDX-compatible license
Date: Sat, 3 Oct 2015 09:38:24 +0000

RubyGems still complains about the '+', but it is SPDX-compliant...
---
 dtas.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtas.gemspec b/dtas.gemspec
index feb78ff..1bd5141 100644
--- a/dtas.gemspec
+++ b/dtas.gemspec
@@ -11,5 +11,5 @@ Gem::Specification.new do |s|
   s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") }
   s.files = manifest
   s.homepage = 'http://dtas.80x24.org/'
-  s.licenses = "GPLv3+"
+  s.licenses = "GPL-3.0+"
 end
-- 
EW




reply via email to

[Prev in Thread] Current Thread [Next in Thread]