[PATCH nvme-cli] ocp: Update license to GPL-2.0-or-later

Daniel Wagner dwagner at suse.de
Mon May 16 23:02:56 PDT 2022


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: Arthur Shau <arthurshau at fb.com>
Cc: Wei Zhang <wzhang at fb.com>
Cc: Venkat Ramesh <venkatraghavan at fb.com>
Signed-off-by: Daniel Wagner <dwagner at suse.de>
---
Hi,

Could I get a signed-off-by for this?

Thanks!
Daniel

 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 1e7649b7d600..56cfdff9825f 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 <arthurshau at fb.com>,
diff --git a/plugins/ocp/ocp-nvme.h b/plugins/ocp/ocp-nvme.h
index 19378cdfcfdb..3e3f437aeaaf 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 <arthurshau at fb.com>,
-- 
2.36.0




More information about the Linux-nvme mailing list