me
/
guix
Archived
1
0
Fork 0

gnu: xvfb-run: Add man page licence.

* gnu/packages/xorg.scm (xvfb-run)[license]: Add gpl2+.
master
Tobias Geerinckx-Rice 2021-03-09 15:28:55 +01:00
parent 35d9d5bfa6
commit 07f77812c4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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