From 324ad2e2e64089706ffc16d96bfe53b7938e41de Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 26 Sep 2015 07:24:05 +0000 Subject: gemspec: use SPDX-compatible license RubyGems still complains about the '+', but it is SPDX-compliant... --- dtas.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dtas.gemspec') 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 -- cgit v1.2.3-24-ge0c7