diff mbox series

[SRU,F:linux-bluefield,v2,3/3] UBUNTU: SAUCE: mlx-bootctl: Update license and version info

Message ID e8c4d27bedf84da07db1e9d0e91e0f5126e57023.1623745760.git.shravankr@nvidia.com
State New
Headers show
Series Updates to mlx-bootctl | expand

Commit Message

Shravan Kumar Ramani June 15, 2021, 9:25 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1931984

Signed-off-by: Shravan Kumar Ramani <shravankr@nvidia.com>
---
 drivers/platform/mellanox/mlx-bootctl.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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");