summaryrefslogtreecommitdiff
path: root/gnu/packages/plan9.scm
diff options
context:
space:
mode:
authorHomo <[email protected]>2024-12-25 21:45:52 +0200
committerLudovic Courtès <[email protected]>2024-12-28 23:16:05 +0100
commitc307c3d63b9d2bb85089b1a9e934082756cedb9f (patch)
treeb1572ce6168afb10338391713cdc4f654446c050 /gnu/packages/plan9.scm
parent69c8ac45f2ae2a314ed671825c8fd98414832c1e (diff)
gnu: plan9port: License has changed from LPL to Expat.
* gnu/packages/plan9.scm (plan9port)[license]: Delete license:lpl1.02. Change-Id: Iae98c728f416e05ee9489f5dca848ae819833cc7 Signed-off-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/packages/plan9.scm')
-rw-r--r--gnu/packages/plan9.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/plan9.scm b/gnu/packages/plan9.scm
index cb170c76ac..5f6a47d5a7 100644
--- a/gnu/packages/plan9.scm
+++ b/gnu/packages/plan9.scm
@@ -188,6 +188,5 @@ reconstruct a Plan 9 terminal-like experience from a non-Plan 9 system.")
"Plan 9 from User Space (aka plan9port) is a port of many Plan 9
programs from their native Plan 9 environment to Unix-like operating
systems.")
- (license (list license:expat ;modifications
- license:lpl1.02 ;original Plan9 code
+ (license (list license:expat
license:zlib))))) ;src/cmd/bzip2