gnu: screen: correct license to gpl2+

* gnu/packages/screen.scm (screen): correct license field
This commit is contained in:
Andreas Enge 2013-01-20 12:29:09 +01:00
parent 6c3a720481
commit c4854e76e2

View file

@ -58,4 +58,4 @@ (define-public screen
windows, etc. All windows run their programs completely independent of each
other. Programs continue to run when their window is currently not visible and
even when the whole screen session is detached from the users terminal.")
(license "gpl2")))
(license gpl2+)))