[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75095] [PATCH] gnu: plan9port: License has changed from LPL to Expa
From: |
Homo |
Subject: |
[bug#75095] [PATCH] gnu: plan9port: License has changed from LPL to Expat. |
Date: |
Wed, 25 Dec 2024 21:45:52 +0200 |
* gnu/packages/plan9.scm (plan9port)[license]: Delete license:lpl1.02.
Change-Id: Iae98c728f416e05ee9489f5dca848ae819833cc7
---
gnu/packages/plan9.scm | 3 +--
1 file changed, 1 insertion(+), 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 @@ (define-public plan9port
"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
--
2.47.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#75095] [PATCH] gnu: plan9port: License has changed from LPL to Expat.,
Homo <=