GNU bug report logs -
#75095
[PATCH] gnu: plan9port: License has changed from LPL to Expat.
Previous Next
Reported by: Homo <gay <at> disroot.org>
Date: Wed, 25 Dec 2024 19:47:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.