guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: abc: Convey license information.


From: guix-commits
Subject: 03/09: gnu: abc: Convey license information.
Date: Tue, 27 Dec 2022 17:54:33 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c10238966ef936c294cdfe513c2d9fef7bb0671f
Author: Simon South <simon@simonsouth.net>
AuthorDate: Thu Dec 22 12:09:52 2022 -0500

    gnu: abc: Convey license information.
    
    * gnu/packages/fpga.scm (abc)[arguments]: Add #:license-file-regexp so 
license
    information is included in package output.
    [license]: Specify URI of actual package license.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/fpga.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index b2b3b63672..8784ba9c12 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -84,7 +84,8 @@
     (inputs
      (list readline))
     (arguments
-     `(#:tests? #f ; no check target
+     `(#:license-file-regexp "copyright.txt"
+       #:tests? #f ; no check target
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)
@@ -98,7 +99,8 @@
     (description "ABC is a program for sequential logic synthesis and
 formal verification.")
     (license
-      (license:non-copyleft 
"https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants";)))))
+     (license:non-copyleft
+      "https://people.eecs.berkeley.edu/~alanmi/abc/copyright.htm";)))))
 
 (define-public iverilog
   (package



reply via email to

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