[SRU][F:linux-bluefield][PATCH v2 3/3] UBUNTU: SAUCE: mlx-bootctl: Update license and version info
Shravan Kumar Ramani
shravankr at nvidia.com
Tue Jun 15 09:25:34 UTC 2021
BugLink: https://bugs.launchpad.net/bugs/1931984
Signed-off-by: Shravan Kumar Ramani <shravankr at nvidia.com>
---
drivers/platform/mellanox/mlx-bootctl.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/platform/mellanox/mlx-bootctl.c b/drivers/platform/mellanox/mlx-bootctl.c
index bf6e446dfa33..2f12dc5a1234 100644
--- a/drivers/platform/mellanox/mlx-bootctl.c
+++ b/drivers/platform/mellanox/mlx-bootctl.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause
/*
* Mellanox boot control driver
* This driver provides a sysfs interface for systems management
@@ -25,7 +25,7 @@
#include "mlx-bootctl.h"
#define DRIVER_NAME "mlx-bootctl"
-#define DRIVER_VERSION "1.3"
+#define DRIVER_VERSION "1.4"
#define DRIVER_DESCRIPTION "Mellanox boot control driver"
#define SB_MODE_SECURE_MASK 0x03
@@ -1251,4 +1251,4 @@ module_platform_driver(mbc_driver);
MODULE_DESCRIPTION(DRIVER_DESCRIPTION);
MODULE_VERSION(DRIVER_VERSION);
MODULE_AUTHOR("Mellanox Technologies");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("Dual BSD/GPL");
--
2.30.1
More information about the kernel-team
mailing list