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
|
@item Support for @code{a:} prefix to force absolute addressing for
|
||||||
zero-page addresses.
|
zero-page addresses.
|
||||||
@end itemize")
|
@end itemize")
|
||||||
;; The "license" reads: "This is free software. You may use, modify, and
|
;; The license text reads: "This is free software. You may use, modify,
|
||||||
;; / or redistribute any part of this software in any fashion." A more
|
;; and / or redistribute any part of this software in any fashion."
|
||||||
;; explicit license clarification has been requested (see:
|
(license (license:non-copyleft "LICENSE.txt"))))
|
||||||
;; https://github.com/freem/asm6f/issues/59).
|
|
||||||
(license (license:non-copyleft "file://readme-original.txt"))))
|
|
||||||
|
|
||||||
(define-public nasm
|
(define-public nasm
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue