From d2f92616ba7810e98aaeba52c65eb63c8f95adac Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 9 Dec 2013 11:22:36 -0500 Subject: [PATCH] Add a license to the gemspec. --- whatever-dl.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/whatever-dl.gemspec b/whatever-dl.gemspec index c812fd0..c3dd9ef 100644 --- a/whatever-dl.gemspec +++ b/whatever-dl.gemspec @@ -6,6 +6,7 @@ Gem::Specification.new do |s| s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com'] s.homepage = 'http://michael.orlitzky.com/git/?p=whatever-dl.git' + s.license = 'GPL-3' s.summary = 'Download Flash and HTML5 videos from websites.' s.description = s.summary -- 2.43.2