guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libsmbios: Use osl2.1 license variable.


From: guix-commits
Subject: branch master updated: gnu: libsmbios: Use osl2.1 license variable.
Date: Thu, 28 Jan 2021 10:33:55 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new db74cc6  gnu: libsmbios: Use osl2.1 license variable.
db74cc6 is described below

commit db74cc6a2f6de1c40ef585089316f407e9784d83
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 28 16:32:54 2021 +0100

    gnu: libsmbios: Use osl2.1 license variable.
    
    * gnu/packages/hardware.scm (libsmbios)[license]: Use osl2.1 binding.
---
 gnu/packages/hardware.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 59f36a8..e0a4fad 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -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+



reply via email to

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