guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: fstrm: Refer to HPND licence by name.


From: guix-commits
Subject: 05/05: gnu: fstrm: Refer to HPND licence by name.
Date: Wed, 27 Jul 2022 07:47:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 069d6a3f646b0f4761c37718dc90d8043d2505a5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:00 2022 +0200

    gnu: fstrm: Refer to HPND licence by name.
    
    * gnu/packages/protobuf.scm (fstrm)[license]: Use license:hpnd directly.
---
 gnu/packages/protobuf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index a8dcbeb002..6c3a47986d 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -82,8 +82,8 @@ XML, JSON, MessagePack, YAML, etc.
 Frame Streams can be used either as a streaming transport over a reliable byte
 stream socket (TCP sockets, TLS connections, @code{AF_UNIX} sockets, etc.) for
 data in motion, or as a file format for data at rest.")
-    (license (list license:expat
-                   (license:non-copyleft #f "See libmy/argv*")))))
+    (license (list license:expat        ; the combined work
+                   license:hpnd))))     ; libmy/argv*
 
 (define-public protobuf
   (package



reply via email to

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