From e54acba84d2e0f833b0fb517de2b81eb80643c3b Mon Sep 17 00:00:00 2001 From: Eric Dvorsak Date: Fri, 14 Aug 2015 06:27:42 +0200 Subject: fixing licenses --- i3.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/i3.scm b/i3.scm index c9d36aa..7fea2b5 100644 --- a/i3.scm +++ b/i3.scm @@ -58,7 +58,10 @@ (home-page "http://cgit.freedesktop.org/xcb/util-cursor/") (synopsis "Port of libxcursor") (description "Port of libxcursor.") - (license bsd-style))) + (license + (license:non-copyleft + "file://COPYING" + "See COPYING in the distribution.")))) (define-public libyajl @@ -135,7 +138,10 @@ (home-page "http://software.schmorp.de/pkg/libev.html") (synopsis "An event loop that is loosely modelled after libevent") (description "A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. It is used in GNU Virtual Private Ethernet, rxvt-unicode, auditd, the Deliantra MORPG Server and Client, and many other programs.") - (license non-copyleft))) + (license + (license:non-copyleft + "file://LICENSE" + "See LICENSE in the distribution.")))) (define-public i3 (package -- cgit v1.2.3