guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/12: gnu: sdcc: Specify complete set of licenses.


From: guix-commits
Subject: 07/12: gnu: sdcc: Specify complete set of licenses.
Date: Mon, 21 Dec 2020 11:48:33 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 1fd317de920491102328ed7b38579633b2a2901e
Author: Simon South <simon@simonsouth.net>
AuthorDate: Mon Dec 14 13:06:45 2020 -0500

    gnu: sdcc: Specify complete set of licenses.
    
    * gnu/packages/embedded.scm (sdcc)[license]: Replace with full list of
    licenses used by files in the distribution.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/embedded.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 2d822ce..545c512 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1511,4 +1511,10 @@ HC08-based (hc08, s08), Zilog Z80-based MCUs (z80, z180, 
gbz80, Rabbit
 2000/3000, Rabbit 3000A, TLCS-90) and STMicroelectronics STM8.
 Work is in progress on supporting the Microchip PIC16 and PIC18 targets.
 It can be retargeted for other microprocessors.")
-    (license license:gpl2+)))
+    (license (list license:gpl2+
+                   license:gpl3+
+                   license:lgpl2.0+
+                   license:lgpl2.1+
+                   license:lgpl3+
+                   license:public-domain
+                   license:zlib))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]