From patchwork Wed Jul 7 08:16:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shravan Kumar Ramani X-Patchwork-Id: 1501614 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4GKXMm6zJzz9t4b; Wed, 7 Jul 2021 18:17:08 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1m12jw-0008Qk-UQ; Wed, 07 Jul 2021 08:17:04 +0000 Received: from mail-il-dmz.mellanox.com ([193.47.165.129] helo=mellanox.co.il) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1m12js-0008Ll-BS for kernel-team@lists.ubuntu.com; Wed, 07 Jul 2021 08:17:00 +0000 Received: from Internal Mail-Server by MTLPINE1 (envelope-from shravankr@mellanox.com) with SMTP; 7 Jul 2021 11:16:55 +0300 Received: from farm-0002.mtbu.labs.mlnx (farm-0002.mtbu.labs.mlnx [10.15.2.32]) by mtbu-labmailer.labs.mlnx (8.14.4/8.14.4) with ESMTP id 1678Gs97014247; Wed, 7 Jul 2021 04:16:54 -0400 Received: (from shravankr@localhost) by farm-0002.mtbu.labs.mlnx (8.14.7/8.13.8/Submit) id 1678GsJe005117; Wed, 7 Jul 2021 04:16:54 -0400 From: Shravan Kumar Ramani To: kernel-team@lists.ubuntu.com Subject: [SRU][F:linux-bluefield][PATCH v5 4/4] UBUNTU: SAUCE: mlx-bootctl: Update license and version info Date: Wed, 7 Jul 2021 04:16:25 -0400 Message-Id: <20210707081625.5066-5-shravankr@nvidia.com> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210707081625.5066-1-shravankr@nvidia.com> References: <20210707081625.5066-1-shravankr@nvidia.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Shravan Kumar Ramani Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1931843 Signed-off-by: Shravan Kumar Ramani --- 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 4aae29709ac7..65b67b9de1d9 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 @@ -1271,4 +1271,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");