From: Daniel Wagner Date: Tue, 17 May 2022 06:02:56 +0000 (+0200) Subject: ocp: Update license to GPL-2.0-or-later X-Git-Tag: v2.1-rc0~50^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=77f6c8fc3ad8;p=users%2Fsagi%2Fnvme-cli.git 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 --- 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 ,