summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-12-29 12:15:22 +0100
committerLudovic Courtès <ludo@gnu.org>2014-12-29 12:18:11 +0100
commit8f501ac849fe012e7aefb001cbd7b17801df36d7 (patch)
tree9e5ee12f245dbe428425241366ee33184ae5e900 /gnu/packages/xorg.scm
parentc79c6e598ad48dfe1cd2d0d8e9d7d3c311a48f5d (diff)
downloadpatches-8f501ac849fe012e7aefb001cbd7b17801df36d7.tar
patches-8f501ac849fe012e7aefb001cbd7b17801df36d7.tar.gz
gnu: Fix misuses of 'x11-style' licenses.
* gnu/packages/xorg.scm (libevdev)[license]: Actually call 'license:x11-style'. (libxshmfence): Likewise.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f095581355..e898c1c935 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1008,7 +1008,9 @@ autotools system.")
(description
"This library provides an interface to shared-memory fences for
synchronization between the X server and direct-rendering clients.")
- (license license:x11-style)))
+
+ ;; Same license as libevdev.
+ (license (license:x11-style "file://COPYING"))))
(define-public libfontenc
@@ -2182,7 +2184,7 @@ interface to the callers, thus avoiding erroneous ioctls, etc.
The eventual goal is that libevdev wraps all ioctls available to evdev
devices, thus making direct access unnecessary.")
- (license license:x11-style)))
+ (license (license:x11-style "file://COPYING"))))
(define-public xf86-input-evdev