~ruther/guix-local

8f501ac849fe012e7aefb001cbd7b17801df36d7 — Ludovic Courtès 11 years ago c79c6e5
gnu: Fix misuses of 'x11-style' licenses.

* gnu/packages/xorg.scm (libevdev)[license]: Actually call
  'license:x11-style'.
  (libxshmfence): Likewise.
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +4 -2
@@ 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