summary refs log tree commit diff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-09 15:28:55 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-09 15:29:08 +0100
commit07f77812c44aa3b7a6b963613b783da56110d2f0 (patch)
treee536970a3dea217936d4c341f357d0789ca7ba55 /gnu/packages/xorg.scm
parent35d9d5bfa69f619f3b34cf06bb7c572549e797ec (diff)
downloadguix-07f77812c44aa3b7a6b963613b783da56110d2f0.tar.gz
gnu: xvfb-run: Add man page licence.
* gnu/packages/xorg.scm (xvfb-run)[license]: Add gpl2+.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a8faa8c5f4..2f740ecbc2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6839,4 +6839,5 @@ within a virtual X server environment.  It sets up an X authority file or uses
 an existing user-specified one, writes a cookie to it, and then starts the
 @command{Xvfb} X server as a background process.  It also takes care of killing
 the server and cleaning up before returning the exit status of the command.")
-    (license license:x11)))
+    (license license:x11                ; the script
+             license:gpl2+)))           ; the man page