From: Matt Hsiao <matt.hsiao@hpe.com>
To: Jiri Slaby <jirislaby@kernel.org>
Cc: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org,
arnd@arndb.de, christophe.jaillet@wanadoo.fr,
gustavoars@kernel.org, nishadkamdar@gmail.com,
torvalds@linux-foundation.org, dhaval.experiance@gmail.com,
viro@zeniv.linux.org.uk, arvind.yadav.cs@gmail.com,
standby24x7@gmail.com, wfp5p@virginia.edu, prarit@redhat.com,
tj@kernel.org, adobriyan@gmail.com
Subject: Re: [PATCH] misc: hpilo: relicense HPE iLO driver as Dual MIT/GPL
Date: Wed, 16 Nov 2022 18:22:54 +0800 [thread overview]
Message-ID: <20221116102254.GA15492@blofly.os1.tw> (raw)
In-Reply-To: <77be348e-3e9d-7bbf-5581-95d78124daa7@kernel.org>
On Wed, Nov 16, 2022 at 11:10:40AM +0100, Jiri Slaby wrote:
> On 16. 11. 22, 10:47, matt.hsiao@hpe.com wrote:
> >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.
>
> What about the MODULE_LICENSE() change to "Dual MIT/GPL" too?
Good catch! Thanks!
Will do v2 patch.
>
> Acked-by: Jiri Slaby <jirislaby@kernel.org>
>
> >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!
> >
> > drivers/misc/hpilo.c | 2 +-
> > drivers/misc/hpilo.h | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> >diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c
> >index 8d00df9243c4..6a06b6485950 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.
> > *
> >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
> > *
>
> --
> js
> suse labs
next prev parent reply other threads:[~2022-11-16 10:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-16 9:47 [PATCH] misc: hpilo: relicense HPE iLO driver as Dual MIT/GPL matt.hsiao
2022-11-16 9:51 ` Arnd Bergmann
2022-11-16 9:54 ` Arnd Bergmann
2022-11-16 10:10 ` Jiri Slaby
2022-11-16 10:22 ` Matt Hsiao [this message]
2022-11-16 11:33 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221116102254.GA15492@blofly.os1.tw \
--to=matt.hsiao@hpe.com \
--cc=adobriyan@gmail.com \
--cc=arnd@arndb.de \
--cc=arvind.yadav.cs@gmail.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=dhaval.experiance@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=gustavoars@kernel.org \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nishadkamdar@gmail.com \
--cc=prarit@redhat.com \
--cc=standby24x7@gmail.com \
--cc=tj@kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=viro@zeniv.linux.org.uk \
--cc=wfp5p@virginia.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.