]> git.droids-corp.org - dpdk.git/commitdiff
net/igc/base: update copyright
authorXiaoyun Li <xiaoyun.li@intel.com>
Mon, 18 May 2020 09:13:05 +0000 (17:13 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 18 May 2020 18:35:57 +0000 (20:35 +0200)
Clarify Intel copyright and update the date to 2020.

Fixes: 8cb7c57d9b3c ("net/igc: support device initialization")
Cc: stable@dpdk.org
Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
22 files changed:
drivers/net/igc/base/igc_82571.h
drivers/net/igc/base/igc_82575.h
drivers/net/igc/base/igc_api.c
drivers/net/igc/base/igc_api.h
drivers/net/igc/base/igc_base.c
drivers/net/igc/base/igc_base.h
drivers/net/igc/base/igc_defines.h
drivers/net/igc/base/igc_hw.h
drivers/net/igc/base/igc_i225.c
drivers/net/igc/base/igc_i225.h
drivers/net/igc/base/igc_ich8lan.h
drivers/net/igc/base/igc_mac.c
drivers/net/igc/base/igc_mac.h
drivers/net/igc/base/igc_manage.c
drivers/net/igc/base/igc_manage.h
drivers/net/igc/base/igc_nvm.c
drivers/net/igc/base/igc_nvm.h
drivers/net/igc/base/igc_osdep.c
drivers/net/igc/base/igc_osdep.h
drivers/net/igc/base/igc_phy.c
drivers/net/igc/base/igc_phy.h
drivers/net/igc/base/igc_regs.h

index 6d1f8accdd3b6f2bfae66742c030931c4eb5057c..764e77d857609a148d14472bdadfc8d7a3308a65 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_82571_H_
index 9cd74cfa2741580cea1b7094f118d398c5064cbf..be060b4071761352024bda5a8012e50df587d35b 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_82575_H_
index f5fde356cd543cd48bf64d89a89939373f5b7d39..2f8c0753cb272d61af11ca0c8836a2777e7b651a 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "igc_api.h"
index 94d802b2e3d18065005f9de1201a8f8a060534ca..00681ee4f818d3925283b02e227eb2f93055eedd 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_API_H_
index f3ef0f92db6f40b654255c88cbee89ab53e309cb..1e8b908902f90ede7b4993dc2f30fd7babc94899 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "igc_hw.h"
index 2817a29b39e04d61e3facacc345e47091d94a437..5f342af7eec5575a8b495ae8bc2e88a5d7257050 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_BASE_H_
index b9e2916fd699bf0f3d650fa733054cb638879d58..30a41300f578d62b4d74195ec9c5ed38031aa515 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_DEFINES_H_
index 89c57b224cb56cca58b99aa52b13ee405840a044..be38fafa5fe88c996e6df8083dc15eb4d6d11387 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_HW_H_
index 7a6051c284459410ce0d12d7797b5cac8fa5826a..060b2f8f939633e34fef59d07a9f1dd670ece5e2 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "igc_api.h"
index bae75acee04c703eea6ab5dedc1084c68ec1472c..c61ece0e8204310102122ec746fb69f1df863780 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_I225_H_
index 608716c6e0e2cd620779af97d2c2a82f5370ea06..ff32fc687ce4b705d1edf65bc565480d6461cb17 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_ICH8LAN_H_
index e64415f313189bed29529f976e3ffee07d46a155..3cd6506e5e600f47e1be22e5a211cafe29542787 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "igc_api.h"
index f3c029df13082ebf7b15cc2777dd8b1cc0e83f90..035a371e1e77c81e57b64dba44f480df758fa15d 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_MAC_H_
index 3c056f62f511eb62af19dae17516ff7c43f9c5a2..563ab81603933416f591d8e427298f93c30ee9e5 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "igc_api.h"
index e4e5459fd10ff1f752b81b8068104f4240f54b55..10cae6d7f89be0f6c1687225355020b5e5141b03 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_MANAGE_H_
index 9dc88a25a87afe5b3f6eab54367236e53d5f8e22..a7c901ab563e38ccc41e591dcc2d163aaf5f28a6 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "igc_api.h"
index 5e6654797766b859984a9e70f8c0c44d5fc9a2b8..0eee5e457183042b89a33b7ef2c4c1db052e1668 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_NVM_H_
index aadcaa6f3fd2d02d50ced2dac6547ce862b68316..508f2e07ad2b2098bd6994a373a1ffa77cc1f72d 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2019-2020
+ * Copyright(c) 2019-2020 Intel Corporation
  */
 
 #include "igc_api.h"
index 798a4b8f96b1605d6b4333616f23a635c4afda5e..25090d65ead1442f6cb1c40db0f87a3f2d7d7026 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2019-2020
+ * Copyright(c) 2019-2020 Intel Corporation
  */
 
 
index 394278c2cb874d4b7351eeee36d6b109bbaf2a1e..43bbe69bcad7a47c2ca840165a6629ddc2af2917 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "igc_api.h"
index 5fae598b8f9682d625f47beb505534f584ed0c73..fbc0e7cbc9c46e6358f1ce2974884948633e4644 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_PHY_H_
index ceffe9bccee94c10c03f517719e4e216342998b7..d424387c73cd10900a9c0e45e1af948e7b1ec737 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IGC_REGS_H_