From 0b7c3e9128937917c30ad3f3346c28da09f5f1aa Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 21 Apr 2015 05:54:02 +0000 Subject: [PATCH] Add license information in gem specification --- uh-wm.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/uh-wm.gemspec b/uh-wm.gemspec index 88ccc72..19f795b 100644 --- a/uh-wm.gemspec +++ b/uh-wm.gemspec @@ -5,6 +5,7 @@ Gem::Specification.new do |s| s.version = Uh::WM::VERSION.dup s.summary = 'minimalistic tiling and stacking window manager for X' s.description = s.name + s.license = 'BSD-3-Clause' s.homepage = 'https://rubygems.org/gems/uh-wm' s.authors = 'Thibault Jouan'