From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 2MYwMPsSiGIu4wAAbAwnHQ (envelope-from ) for ; Sat, 21 May 2022 00:15:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id OBY8L/sSiGK2SwEAG6o9tA (envelope-from ) for ; Sat, 21 May 2022 00:15:23 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2977C2A505 for ; Sat, 21 May 2022 00:15:22 +0200 (CEST) Received: from localhost ([::1]:33694 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nsAu1-0005x2-Kq for larch@yhetil.org; Fri, 20 May 2022 18:15:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47478) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsAtj-0005wF-1L for guix-patches@gnu.org; Fri, 20 May 2022 18:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46414) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nsAti-0006D2-N0 for guix-patches@gnu.org; Fri, 20 May 2022 18:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nsAti-0006Uo-IX for guix-patches@gnu.org; Fri, 20 May 2022 18:15:02 -0400 Subject: bug#55507: [PATCH 1/2] gnu: liburcu: Fix license Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 20 May 2022 22:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55507 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Olivier Dion Cc: 55507-done@debbugs.gnu.org Mail-Followup-To: 55507@debbugs.gnu.org, ludo@gnu.org, olivier.dion@polymtl.ca Received: via spool by 55507-done@debbugs.gnu.org id=D55507.165308487824916 (code D ref 55507); Fri, 20 May 2022 22:15:02 +0000 Received: (at 55507-done) by debbugs.gnu.org; 20 May 2022 22:14:38 +0000 Received: from localhost ([127.0.0.1]:40310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsAtK-0006To-4t for submit@debbugs.gnu.org; Fri, 20 May 2022 18:14:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsAtH-0006TZ-0U for 55507-done@debbugs.gnu.org; Fri, 20 May 2022 18:14:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38606) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsAtB-00062j-ES; Fri, 20 May 2022 18:14:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=nz0nukS8G9ku1wyPHTWEtt22vzb9105+v2DdiWKPjOg=; b=QPekfjaOBzdYeul75T7p 0VI3FAAEuxNpijdwh74ouG/ZhgYywwqtCr1zxg/7Mx295PP88Py3gIjNMIYPTVmOJUcD1y/TFhWUW K3xZtzAHOmGAufek/6AVR81clIWEUvjOOM2aXbD8tCHQSfsJIPiS3Du3lst91tBNLRsE8kZQF9HL8 VSWPQlqEa4Dycbmpm+hbrWBJ5p+7jLfUcb2N3dgsSwH5ny+qLQdzePdEBq6hHj5MKk5AgcYhzWkV3 Fl/I6X4Hulz90l7qXmA+4iM2HF/xw1SatAhravU3sXg13Racz78e1byQUQuvolKFzrKACmu3wQjxw 4K4CJ42LEdOB1Q==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59946 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsAtA-0002tX-UT; Fri, 20 May 2022 18:14:29 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sat, 21 May 2022 00:14:27 +0200 In-Reply-To: (Olivier Dion's message of "Wed, 18 May 2022 13:12:42 -0400") Message-ID: <87leuvvol8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653084923; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=nz0nukS8G9ku1wyPHTWEtt22vzb9105+v2DdiWKPjOg=; b=RU9SatlFhwrHkmuDdMuiLWoW3E4c1cTRqvYvl5WdzDU7qyo7AYWRDRc2W/t3mfyTFNLxgs R2Yzf1wyz3nE2cqHhyl0NK5Pugy+3Xc1sX3HUpVCuoVDRW9rr0yfucDkcPW82cxFmHHXgC sn4y+7k2wf5xSPi3nBIeBhLxFtnr/Bj0JunQbumt2CyS4oExXg8aCpnsCEReGa6TxGE3wI zKfIE25/n/9YW8GEkMo9CAIv+POG8VvPGjW95rayvyk1/p0Mv8sgZuDJd4ehRbjV6uLHim 46rq6AGfCRv/KKJC1jJkGXZ9us3KIRgmH7xIdnGanKtlQI0SnxkJaJxIdR0W+g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653084923; a=rsa-sha256; cv=none; b=qu2xWajc5pJ4gljPuibC5LsIHOc4WGlwiFP5hVSXJVxYJ6QxR4s3UlG6NsLLigjukCuTkm bAXjM4uXhgNVqmQvkb2zbkwOjkb40vu56iFkdSJQic3reAuwzm1n5SQj4Op6+Et1E2AqQb 80Gb26WS//hXM2MSZHlw6n+++dw6/fgKydtIGyr//6P9n2zKcebkIK/778akmIa589vsGK 9sP6xJsDKgOO9XXxdqEKYHqVQFNs9by7q8OZpSbuFPvv34gxBZOq39iJTkyvMJkLvhTxON cgKa4RUBe7xiT0xKGSeqZRk1WXlxucXDuRKqjq0htgymV02oZcQ6z0zS8YU9og== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=QPekfjaO; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.74 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=QPekfjaO; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 2977C2A505 X-Spam-Score: -4.74 X-Migadu-Scanner: scn0.migadu.com X-TUID: eej0m/QUgE+O Hi, Olivier Dion skribis: > * gnu/packages/datastructures.scm (liburcu): Fix license. > [license]: Set to lgpl2.1 and expat. [...] > * gnu/packages/instrumentation.scm (lttng-ust): Fix license. > [license]: Set to lgpl2.1 and expat. Applied, thanks! Ludo=E2=80=99.