From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by sourceware.org (Postfix) with ESMTPS id 23F993857807 for ; Mon, 8 Mar 2021 10:42:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 23F993857807 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dodji@seketeli.org X-Originating-IP: 88.120.130.27 Received: from localhost (unknown [88.120.130.27]) (Authenticated sender: dodji@seketeli.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 6B30DE0002; Mon, 8 Mar 2021 10:42:45 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id 65C3858000E; Mon, 8 Mar 2021 11:42:29 +0100 (CET) From: Dodji Seketeli To: Mark Wielaard Cc: libabigail@sourceware.org Subject: Re: [PATCH] tests: Update to catch.hpp v2.13.4 and fix #2178 Organization: Me, myself and I References: <87mtvt24wl.fsf@seketeli.org> <20210224094124.GH2992@wildebeest.org> X-Operating-System: Fedora 34 X-URL: http://www.seketeli.net/~dodji Date: Mon, 08 Mar 2021 11:42:29 +0100 In-Reply-To: <20210224094124.GH2992@wildebeest.org> (Mark Wielaard's message of "Wed, 24 Feb 2021 10:41:24 +0100") Message-ID: <87a6re0vvu.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-10.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 10:42:49 -0000 Mark Wielaard a =C3=A9crit: > Hi Dodji, > > On Wed, Feb 24, 2021 at 10:26:02AM +0100, Dodji Seketeli wrote: >> diff --git a/tests/lib/catch.hpp b/tests/lib/catch.hpp >> index 31745154..8bbc0a5b 100644 >> --- a/tests/lib/catch.hpp >> +++ b/tests/lib/catch.hpp >> @@ -1,7 +1,6 @@ >> -// SPDX-License-Identifier: BSL-1.0 >> /* >> - * Catch v2.13.3 >> - * Generated: 2020-10-31 18:20:31.045274 >> + * Catch v2.13.4 >> + * Generated: 2020-12-29 14:48:00.116107 >> * ---------------------------------------------------------- >> * This file has been merged from multiple headers. Please don't edit = it directly >> * Copyright (c) 2020 Two Blue Cubes Ltd. All rights reserved. > > Note that since you are using a regenerated file it is loosing the > SPDX identifier that was added manually. Not a big issue since the > actual license that permits redistribution is still in the file, but > you might want to see if there is a way to update regenerated test > files so that they keep the identifier in case someone relies on them. Right, thanks for noting that. I have just added the SPDX header back. Thanks. >From b918ec8f77af6c430183e62fe88b1da1ca693e82 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Mon, 8 Mar 2021 11:32:05 +0100 Subject: [PATCH] tests/catch.hpp: Add SPDX header back * tests/lib/catch.hpp: Add SPDX header back. Signed-off-by: Dodji Seketeli Applied to master. --- tests/lib/catch.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/catch.hpp b/tests/lib/catch.hpp index 8bbc0a5b..33b7ada2 100644 --- a/tests/lib/catch.hpp +++ b/tests/lib/catch.hpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSL-1.0 /* * Catch v2.13.4 * Generated: 2020-12-29 14:48:00.116107 --=20 2.30.0 --=20 Dodji