From: Daniel Wagner Date: Tue, 17 May 2022 06:20:23 +0000 (+0200) Subject: nvme-rpmb: Update license to GPL-2.0-or-later X-Git-Tag: v2.1-rc0~50^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c72f0ecea2ab222d9e888e19e6364ba0e2c2da61;p=users%2Fsagi%2Fnvme-cli.git nvme-rpmb: Update license to GPL-2.0-or-later The project is using the GPL-2.0-or-later license. Relax the license requirement to GPL-2.0-or-later. Signed-off-by: Daniel Wagner Signed-off-by: Hanumanthu H Link: https://lore.kernel.org/r/20220517062806.9448-1-dwagner@suse.de --- diff --git a/nvme-rpmb.c b/nvme-rpmb.c index 1ae262af..8f6e6a0f 100644 --- a/nvme-rpmb.c +++ b/nvme-rpmb.c @@ -1,9 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2020 Micron Techology Inc. All rights reserved. * * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License version - * 2 as published by the Free Software Foundation. + * 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 program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of