[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/6] xen/x86: Replace GPL v2.0 copyright with an SPDX tag in *.c (part 2)
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Julien Grall <julien@xxxxxxx>
- Date: Sun, 26 Feb 2023 12:01:02 +0000
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, demi@xxxxxxxxxxxxxxxxxxxxxx, Julien Grall <jgrall@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Paul Durrant <paul@xxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Tamas K Lengyel <tamas@xxxxxxxxxxxxx>, Alexandru Isaila <aisaila@xxxxxxxxxxxxxxx>, Petre Pircalabu <ppircalabu@xxxxxxxxxxxxxxx>, Tim Deegan <tim@xxxxxxx>
- Delivery-date: Sun, 26 Feb 2023 12:01:07 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi Anthony,
On 23/02/2023 11:23, Anthony PERARD wrote:
On Thu, Feb 09, 2023 at 11:00:16PM +0000, Julien Grall wrote:
This is replacing the below pattern with the SPDX tag GPL-2.0 in
xen/arch/x86/*.c:
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
This boilerplate allow to use newer version of the GPL license, the
identifier for that is "GPL-2.0-or-later".
Whoops! I will switch to GPL-2.0-or-later.
https://spdx.org/licenses/GPL-2.0-or-later.html
* This program is distributed in the hope that 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/>.
Cheers,
--
Julien Grall
|