diff options
author | Andreas Enge <andreas@enge.fr> | 2013-01-20 12:29:09 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-01-20 12:29:09 +0100 |
commit | c4854e76e2d45c1a01c07ab4869a3442aafa6066 (patch) | |
tree | af6afd01e5cf7e36e505b3d8b09c19a20a6df1f4 /gnu/packages/screen.scm | |
parent | 6c3a72048110016978d5d5659881fb44e2ac46a6 (diff) | |
download | patches-c4854e76e2d45c1a01c07ab4869a3442aafa6066.tar patches-c4854e76e2d45c1a01c07ab4869a3442aafa6066.tar.gz |
gnu: screen: correct license to gpl2+
* gnu/packages/screen.scm (screen): correct license field
Diffstat (limited to 'gnu/packages/screen.scm')
-rw-r--r-- | gnu/packages/screen.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm index d033415f6f..608e63c7c6 100644 --- a/gnu/packages/screen.scm +++ b/gnu/packages/screen.scm @@ -58,4 +58,4 @@ and off, copy text between windows, view the scrollback history, switch between 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+))) |