From: Jiri Slaby <jirislaby@kernel.org>
To: matt.hsiao@hpe.com, linux-kernel@vger.kernel.org
Cc: 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 v2] misc: hpilo: relicense HPE iLO driver as Dual MIT/GPL
Date: Wed, 16 Nov 2022 12:06:53 +0100 [thread overview]
Message-ID: <3cda3e14-8029-10d8-4377-3a927057cff9@kernel.org> (raw)
In-Reply-To: <20221116103457.27486-1-matt.hsiao@hpe.com>
On 16. 11. 22, 11:34, 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.
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!
>
> 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
> *
--
js
suse labs
next prev parent reply other threads:[~2022-11-16 11:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-16 10:34 matt.hsiao
2022-11-16 11:06 ` Jiri Slaby [this message]
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
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=3cda3e14-8029-10d8-4377-3a927057cff9@kernel.org \
--to=jirislaby@kernel.org \
--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=linux-kernel@vger.kernel.org \
--cc=matt.hsiao@hpe.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®