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 @@ (define-public xvfb-run 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