From 1d7fbe09473fb4bf1c3186b79a0db5ae001f3b9e Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 3 Jan 2019 02:17:39 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 1891cec452..9b8ef562d3 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 -- cgit v1.2.3