diff options
author | Jian Shen <shenjian15@huawei.com> | 2018-07-19 17:47:06 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-21 18:44:23 +0300 |
commit | d71d8381c5b7f5edbc154d8ce586a747a01c3b0c (patch) | |
tree | 242cc1b9175688f50960abd40e640ca86428ff3e /drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | |
parent | 584b464f83a1f6fcc21a201ea46c889647ed3255 (diff) | |
download | linux-d71d8381c5b7f5edbc154d8ce586a747a01c3b0c.tar.xz |
net: hns3: Add SPDX tags to HNS3 PF driver
Add the SPDX identifiers to HNS3 PF driver.
Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon/hns3/hns3_enet.h')
-rw-r--r-- | drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h index bf9aa02be994..e4b4a8f2ceaa 100644 --- a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h +++ b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h @@ -1,11 +1,5 @@ -/* - * Copyright (c) 2016 Hisilicon Limited. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - */ +// SPDX-License-Identifier: GPL-2.0+ +// Copyright (c) 2016-2017 Hisilicon Limited. #ifndef __HNS3_ENET_H #define __HNS3_ENET_H |