summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-01-20 12:29:09 +0100
committerAndreas Enge <andreas@enge.fr>2013-01-20 12:29:09 +0100
commitc4854e76e2d45c1a01c07ab4869a3442aafa6066 (patch)
treeaf6afd01e5cf7e36e505b3d8b09c19a20a6df1f4
parent6c3a72048110016978d5d5659881fb44e2ac46a6 (diff)
downloadpatches-c4854e76e2d45c1a01c07ab4869a3442aafa6066.tar
patches-c4854e76e2d45c1a01c07ab4869a3442aafa6066.tar.gz
gnu: screen: correct license to gpl2+
* gnu/packages/screen.scm (screen): correct license field
-rw-r--r--gnu/packages/screen.scm2
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+)))