Message ID | 9d584ef2522e2cdc9aa28d3f952ab98b17d961a2.1667561793.git.shravankr@nvidia.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | EDAC: Updates to bluefield_edac | expand |
On Mon, Nov 07, 2022 at 04:02:54AM -0500, Shravan Kumar Ramani wrote:
> Signed-off-by: Shravan Kumar Ramani <shravankr@nvidia.com>
For obvious reasons, we can't take patches without any changelog text,
and you know this :(
But a meta-comment. You are changing the license and copyright of a
file, without any info at all as to why this is allowed.
Please get your legal council to sign off on such a change in order to
have this be able to be properly reviewed. Please include the
justification for why the license change is allowed, and why the
copyright change is allowed (hint, they are vastly different things, and
really should be two different patches.)
Without that information, changes like this are not allowed, and you
want that to be the case.
So please work with your lawyers and please cc: me on future license
and copyright changes like this.
thanks,
greg k-h
diff --git a/drivers/edac/bluefield_edac.c b/drivers/edac/bluefield_edac.c index cb9e42ef64d1..828851c15d97 100644 --- a/drivers/edac/bluefield_edac.c +++ b/drivers/edac/bluefield_edac.c @@ -1,8 +1,8 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause /* * Bluefield-specific EDAC driver. * - * Copyright (c) 2019 Mellanox Technologies. + * Copyright (c) 2022 NVIDIA Corporation. */ #include <linux/acpi.h> @@ -488,5 +488,5 @@ static struct platform_driver bluefield_edac_mc_driver = { module_platform_driver(bluefield_edac_mc_driver); MODULE_DESCRIPTION("Mellanox BlueField memory edac driver"); -MODULE_AUTHOR("Mellanox Technologies"); -MODULE_LICENSE("GPL v2"); +MODULE_AUTHOR("Shravan Kumar Ramani <shravankr@nvidia.com>"); +MODULE_LICENSE("Dual BSD/GPL");
Signed-off-by: Shravan Kumar Ramani <shravankr@nvidia.com> --- drivers/edac/bluefield_edac.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)