guix-commits
[Top][All Lists]
Advanced

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

14/23: gnu: nasm: Update license.


From: guix-commits
Subject: 14/23: gnu: nasm: Update license.
Date: Sat, 12 Jan 2019 19:32:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1d7fbe09473fb4bf1c3186b79a0db5ae001f3b9e
Author: Marius Bakke <address@hidden>
Date:   Thu Jan 3 02:17:39 2019 +0100

    gnu: nasm: Update license.
    
    * gnu/packages/assembly.scm (nasm)[license]: Change to BSD-2.
---
 gnu/packages/assembly.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 1891cec..9b8ef56 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -74,7 +74,7 @@ Windows32 and Windows64.  It will also output plain binary 
files.  Its syntax
 is designed to be simple and easy to understand, similar to Intel's but less
 complex.  It supports all currently known x86 architectural extensions, and
 has strong support for macros.")
-    (license license:bsd-3)))
+    (license license:bsd-2)))
 
 (define-public yasm
   (package



reply via email to

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