mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: libsmbios: Use osl2.1 license variable.
* gnu/packages/hardware.scm (libsmbios)[license]: Use osl2.1 binding.
This commit is contained in:
parent
96c183bf65
commit
db74cc6a2f
1 changed files with 1 additions and 3 deletions
|
@ -171,9 +171,7 @@ also provides extensions for proprietary methods of interfacing with Dell
|
|||
specific SMBIOS tables.")
|
||||
(home-page "https://github.com/dell/libsmbios")
|
||||
(license
|
||||
(list (license:non-copyleft "file://COPYING-OSL"
|
||||
"Open Software License version 2.1")
|
||||
license:gpl2+ license:bsd-3 license:boost1.0))))
|
||||
(list license:osl2.1 license:gpl2+ license:bsd-3 license:boost1.0))))
|
||||
|
||||
;; Distinct from memtest86, which is obsolete.
|
||||
(define-public memtest86+
|
||||
|
|
Loading…
Reference in a new issue