[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 2/7] xen/x86: Replace GPL v2.0 license boilerplate with an SPDX tag in *.c
Hi, On 28/03/2023 10:16, Jan Beulich wrote: On 28.03.2023 02:53, Stefano Stabellini wrote:On Mon, 27 Mar 2023, Julien Grall wrote:From: Julien Grall <jgrall@xxxxxxxxxx> It is easier to understand the license of a file when using SPDX. This is replacing the below pattern with the SPDX tag GPL-2.0-only in xen/arch/x86/*.c: * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License along with * this program; If not, see <http://www.gnu.org/licenses/>. Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx> --- Changes in v2: * Switch to GPL-2.0-only * Rebase 42sh> cat gpl-2.0.txt * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License along with * this program; If not, see <http://www.gnu.org/licenses/>. 42sh> find xen/arch/x86/ -name '*.c' -exec replace_license.py gpl-2.0.txt GPL-2.0-only {} \;I confirm that the commands above lead to this exact patch. I ran them on my system and checked that the resulting changes are the same. Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>On this basis then also Acked-by: Jan Beulich <jbeulich@xxxxxxxx> for this and the subsequent patches. Thanks. I have pushed with the series with both of your acks. Cheers, -- Julien Grall
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |