public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] misc: hpilo: relicense HPE iLO driver as Dual MIT/GPL
@ 2022-11-16 10:34 matt.hsiao
  2022-11-16 11:06 ` Jiri Slaby
  2022-11-16 11:36 ` Greg KH
  0 siblings, 2 replies; 9+ messages in thread
From: matt.hsiao @ 2022-11-16 10:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: gregkh, arnd, christophe.jaillet, gustavoars, nishadkamdar,
	torvalds, dhaval.experiance, viro, arvind.yadav.cs, standby24x7,
	wfp5p, jslaby, prarit, tj, adobriyan, Matt Hsiao

From: Matt Hsiao <matt.hsiao@hpe.com>

Currently, the hpilo driver is licensed as GPL. To run OpenBSD on HPE
servers with BMC (HPE iLO) functionality, a dual MIT/GPL license is needed
for porting the hpilo driver to OpenBSD.

Signed-off-by: Matt Hsiao <matt.hsiao@hpe.com>
---

Hello contributors in the CC list,

Thanks for your contributions to the hpilo driver. Please kindly review
the license change and hopefully you would agree and approve it. Thanks!

Patch v2:
---------
- Change MODULE_LICENSE to Dual MIT/GPL too

 drivers/misc/hpilo.c | 4 ++--
 drivers/misc/hpilo.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c
index 8d00df9243c4..137063857e8d 100644
--- a/drivers/misc/hpilo.c
+++ b/drivers/misc/hpilo.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * Driver for the HP iLO management processor.
  *
@@ -924,7 +924,7 @@ MODULE_VERSION("1.5.0");
 MODULE_ALIAS(ILO_NAME);
 MODULE_DESCRIPTION(ILO_NAME);
 MODULE_AUTHOR("David Altobelli <david.altobelli@hpe.com>");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("Dual MIT/GPL");
 
 module_param(max_ccb, uint, 0444);
 MODULE_PARM_DESC(max_ccb, "Maximum number of HP iLO channels to attach (8-24)(default=16)");
diff --git a/drivers/misc/hpilo.h b/drivers/misc/hpilo.h
index d57c34680b09..581dfd7834b8 100644
--- a/drivers/misc/hpilo.h
+++ b/drivers/misc/hpilo.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
  * linux/drivers/char/hpilo.h
  *
-- 
2.16.6


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-02-14  8:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 10:34 [PATCH v2] misc: hpilo: relicense HPE iLO driver as Dual MIT/GPL matt.hsiao
2022-11-16 11:06 ` Jiri Slaby
2022-11-16 11:36 ` Greg KH
2023-02-09  3:38   ` Matt Hsiao
2023-02-09  3:59     ` Gaba, Aahit
2023-02-10 11:29       ` Greg KH
2023-02-14  8:30         ` Matt Hsiao
2023-02-14  8:52           ` Greg KH
2023-02-10 11:27     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox