guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: spdlog: Clarify license.


From: guix-commits
Subject: 01/01: gnu: spdlog: Clarify license.
Date: Wed, 19 Jun 2019 23:40:50 -0400 (EDT)

boskovits pushed a commit to branch master
in repository guix.

commit 5543d3bb09e65107afe4f839c97285bb2106b70e
Author: Meiyo Peng <address@hidden>
Date:   Tue Jun 18 11:07:50 2019 +0800

    gnu: spdlog: Clarify license.
    
    * gnu/packages/logging.scm (spdlog): Clarify license of the bundled fmt
      library.
    
    Signed-off-by: Gábor Boskovits <address@hidden>
---
 gnu/packages/logging.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index e936733..24a4756 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Eric Bavier <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 Gábor Boskovits <address@hidden>
+;;; Copyright © 2019 Meiyo Peng <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -205,5 +206,8 @@ windows in a terminal, colorize, filter and merge.")
        (list "-DSPDLOG_BUILD_BENCH=OFF")))
     (home-page "https://github.com/gabime/spdlog";)
     (synopsis "Fast C++ logging library")
-    (description "Spdlog is a very fast header-only/compiled C++ logging 
library.")
-    (license license:expat))) ; MIT license
+    (description "Spdlog is a very fast header-only/compiled C++ logging
+library.")
+    ;; spdlog is under Expat license, but the bundled fmt library in
+    ;; "include/spdlog/fmt/bundled" is under BSD 2 clause license.
+    (license (list license:expat license:bsd-2))))



reply via email to

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