sleepy_penguin RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] gemspec: use SPDX-compatible license specifier
@ 2017-03-02  4:07 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2017-03-02  4:07 UTC (permalink / raw)
  To: sleepy-penguin

This makes it easier for automated checkers to check our license.
---
 sleepy_penguin.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sleepy_penguin.gemspec b/sleepy_penguin.gemspec
index 11dabbe..ea57014 100644
--- a/sleepy_penguin.gemspec
+++ b/sleepy_penguin.gemspec
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
   s.add_development_dependency('olddoc', '~> 1.0')
   s.add_development_dependency('strace_me', '~> 1.0')
 
-  s.licenses = %w(LGPLv2.1+)
+  s.licenses = %w(LGPL-2.1+)
 end
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-02  4:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02  4:07 [PATCH] gemspec: use SPDX-compatible license specifier Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/sleepy_penguin.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).