Message ID | 20220908173544.32615-7-asmaa@nvidia.com |
---|---|
State | New |
Headers | show |
Series | i2c-mlxbf.c: bug fixes and new feature support | expand |
On Thu, Sep 08, 2022 at 01:35:41PM -0400, Asmaa Mnebhi wrote: > Update the SPDX license to GPL-2.0 or BSD-3-Clause and > update the copyright to NVIDIA CORPORATION. > > Reviewed-by: Khalil Blaiech <kblaiech@nvidia.com> > Signed-off-by: Asmaa Mnebhi <asmaa@nvidia.com> This needs ACKs from everyone who has touched the driver in the past. Please resend and set the people to CC so they can respond to your request. I suggest to move this patch out of the whole series and handle it extra.
Will do! -----Original Message----- From: Wolfram Sang <wsa+renesas@sang-engineering.com> Sent: Saturday, September 17, 2022 2:31 PM To: Asmaa Mnebhi <asmaa@nvidia.com> Cc: linux-i2c@vger.kernel.org; linux-kernel@vger.kernel.org; Khalil Blaiech <kblaiech@nvidia.com> Subject: Re: [PATCH v3 6/9] i2c-mlxbf.c: Update SPDX license On Thu, Sep 08, 2022 at 01:35:41PM -0400, Asmaa Mnebhi wrote: > Update the SPDX license to GPL-2.0 or BSD-3-Clause and update the > copyright to NVIDIA CORPORATION. > > Reviewed-by: Khalil Blaiech <kblaiech@nvidia.com> > Signed-off-by: Asmaa Mnebhi <asmaa@nvidia.com> This needs ACKs from everyone who has touched the driver in the past. Please resend and set the people to CC so they can respond to your request. I suggest to move this patch out of the whole series and handle it extra.
diff --git a/drivers/i2c/busses/i2c-mlxbf.c b/drivers/i2c/busses/i2c-mlxbf.c index b54019b4b01b..1982286b9b22 100644 --- a/drivers/i2c/busses/i2c-mlxbf.c +++ b/drivers/i2c/busses/i2c-mlxbf.c @@ -1,9 +1,5 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * Mellanox BlueField I2C bus driver - * - * Copyright (C) 2020 Mellanox Technologies, Ltd. - */ +// SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause +/* Copyright (c) 2020 NVIDIA CORPORATION. All rights reserved. */ #include <linux/acpi.h> #include <linux/bitfield.h> @@ -2487,4 +2483,4 @@ module_exit(mlxbf_i2c_exit); MODULE_DESCRIPTION("Mellanox BlueField I2C bus driver"); MODULE_AUTHOR("Khalil Blaiech <kblaiech@nvidia.com>"); -MODULE_LICENSE("GPL v2"); +MODULE_LICENSE("Dual BSD/GPL");