unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Olivier Dion via Guix-patches via <guix-patches@gnu.org>
To: 55507@debbugs.gnu.org
Cc: Olivier Dion <olivier.dion@polymtl.ca>
Subject: [bug#55507] [PATCH 1/2] gnu: liburcu: Fix license
Date: Wed, 18 May 2022 13:12:42 -0400	[thread overview]
Message-ID: <f43f461422498923fb689be353212ca1fee1071f.1652893810.git.olivier.dion@polymtl.ca> (raw)

* gnu/packages/datastructures.scm (liburcu): Fix license.
  [license]: Set to lgpl2.1 and expat.
---
 gnu/packages/datastructures.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index f247231ecf..5cd4e546f6 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -155,7 +155,7 @@ (define-public liburcu
 with the number of cores.  liburcu-cds provides efficient data structures
 based on RCU and lock-free algorithms.  These structures include hash tables,
 queues, stacks, and doubly-linked lists.")
-    (license license:lgpl2.1+)))
+    (license license:lgpl2.1 license:expat)))
 
 (define-public uthash
   (package

base-commit: b1cfd39d0164bcbd6aa97672eb87bad234de6ca4
-- 
2.36.0





             reply	other threads:[~2022-05-18 17:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-18 17:12 Olivier Dion via Guix-patches via [this message]
2022-05-18 18:11 ` [bug#55507] [PATCH 2/2] gnu: lttng-ust: Fix license Olivier Dion via Guix-patches via
2022-05-20 22:14 ` bug#55507: [PATCH 1/2] gnu: liburcu: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f43f461422498923fb689be353212ca1fee1071f.1652893810.git.olivier.dion@polymtl.ca \
    --to=guix-patches@gnu.org \
    --cc=55507@debbugs.gnu.org \
    --cc=olivier.dion@polymtl.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).