mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
584b464f83
commit
d71d8381c5
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2017 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.
|
||||
|
||||
#include <linux/list.h>
|
||||
#include <linux/spinlock.h>
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2017 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 __HNAE3_H
|
||||
#define __HNAE3_H
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2017 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.
|
||||
|
||||
#include "hnae3.h"
|
||||
#include "hns3_enet.h"
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016~2017 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.
|
||||
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/etherdevice.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
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016~2017 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.
|
||||
|
||||
#include <linux/etherdevice.h>
|
||||
#include <linux/string.h>
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016~2017 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.
|
||||
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/slab.h>
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016~2017 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 __HCLGE_CMD_H
|
||||
#define __HCLGE_CMD_H
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2017 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.
|
||||
|
||||
#include "hclge_main.h"
|
||||
#include "hclge_tm.h"
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016~2017 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 __HCLGE_DCB_H__
|
||||
#define __HCLGE_DCB_H__
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2017 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.
|
||||
|
||||
#include <linux/acpi.h>
|
||||
#include <linux/device.h>
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016~2017 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 __HCLGE_MAIN_H
|
||||
#define __HCLGE_MAIN_H
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016~2017 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.
|
||||
|
||||
#include <linux/etherdevice.h>
|
||||
#include <linux/kernel.h>
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2017 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 __HCLGE_MDIO_H
|
||||
#define __HCLGE_MDIO_H
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016~2017 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.
|
||||
|
||||
#include <linux/etherdevice.h>
|
||||
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016~2017 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 __HCLGE_TM_H
|
||||
#define __HCLGE_TM_H
|
||||
|
|
Loading…
Reference in New Issue