mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: asm6f: Update license.
* gnu/packages/assembly.scm (asm6f) [license]: Update comment and file pointer (a new LICENSE.txt file was added). Change-Id: I26abf4ceb1e86447bbfd72a24d6672ae69f7c6f0
This commit is contained in:
parent
143faecec3
commit
37c055119a
1 changed files with 3 additions and 5 deletions
|
@ -166,11 +166,9 @@ development.
|
|||
@item Support for @code{a:} prefix to force absolute addressing for
|
||||
zero-page addresses.
|
||||
@end itemize")
|
||||
;; The "license" reads: "This is free software. You may use, modify, and
|
||||
;; / or redistribute any part of this software in any fashion." A more
|
||||
;; explicit license clarification has been requested (see:
|
||||
;; https://github.com/freem/asm6f/issues/59).
|
||||
(license (license:non-copyleft "file://readme-original.txt"))))
|
||||
;; The license text reads: "This is free software. You may use, modify,
|
||||
;; and / or redistribute any part of this software in any fashion."
|
||||
(license (license:non-copyleft "LICENSE.txt"))))
|
||||
|
||||
(define-public nasm
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue