From: Michael Orlitzky Date: Mon, 9 Dec 2013 16:22:36 +0000 (-0500) Subject: Add a license to the gemspec. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=commitdiff_plain;h=d2f92616ba7810e98aaeba52c65eb63c8f95adac Add a license to the gemspec. --- 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