From 77f6c8fc3ad808422127c052cdbd40b62cb348d7 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Tue, 17 May 2022 08:02:56 +0200 Subject: [PATCH] ocp: Update license to GPL-2.0-or-later When I reviewed the plugin I asked wrongly for GPL-2.0-only. The project is using the GPL-2.0-or-later license. Relax the license requirement to GPL-2.0-or-later. Cc: Wei Zhang Cc: Venkat Ramesh Signed-off-by: Daniel Wagner Signed-off-by: Arthur Shau Link: https://lore.kernel.org/r/20220517060256.6733-1-dwagner@suse.de --- plugins/ocp/ocp-nvme.c | 2 +- plugins/ocp/ocp-nvme.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ocp/ocp-nvme.c b/plugins/ocp/ocp-nvme.c index 1e7649b7..56cfdff9 100644 --- a/plugins/ocp/ocp-nvme.c +++ b/plugins/ocp/ocp-nvme.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0-only +// SPDX-License-Identifier: GPL-2.0-or-later /* Copyright (c) 2022 Meta Platforms, Inc. * * Authors: Arthur Shau , diff --git a/plugins/ocp/ocp-nvme.h b/plugins/ocp/ocp-nvme.h index 19378cdf..3e3f437a 100644 --- a/plugins/ocp/ocp-nvme.h +++ b/plugins/ocp/ocp-nvme.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Copyright (c) 2022 Meta Platforms, Inc. * * Authors: Arthur Shau , -- 2.50.1