]> git.droids-corp.org - dpdk.git/commitdiff
common/iavf: update copyright
authorXiaoyun Li <xiaoyun.li@intel.com>
Mon, 18 May 2020 08:45:46 +0000 (16:45 +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: 317862a4e44f ("net/iavf: replace license text with SPDX tag")
Cc: stable@dpdk.org
Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
15 files changed:
drivers/common/iavf/README
drivers/common/iavf/iavf_adminq.c
drivers/common/iavf/iavf_adminq.h
drivers/common/iavf/iavf_adminq_cmd.h
drivers/common/iavf/iavf_alloc.h
drivers/common/iavf/iavf_common.c
drivers/common/iavf/iavf_devids.h
drivers/common/iavf/iavf_impl.c
drivers/common/iavf/iavf_osdep.h
drivers/common/iavf/iavf_prototype.h
drivers/common/iavf/iavf_register.h
drivers/common/iavf/iavf_status.h
drivers/common/iavf/iavf_type.h
drivers/common/iavf/meson.build
drivers/common/iavf/virtchnl.h

index 034c7d7adc771905fdeea9d37c4642c362c51c18..f301ff665adf44ffa6059d95b69ff0f5ced3644c 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2019 Intel Corporation
+ * Copyright(c) 2019-2020 Intel Corporation
  */
 
 IntelĀ® IAVF driver
index ca265b0bcd1d3ea3d9849de36bbad61c364ee77d..8bae51a46aebf10552bfabb517b0e4aa472f9ece 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "iavf_status.h"
index 40e1336c103702372c60748a262b0f9d36fc681a..93214162eb12d7f844a941b3c5c55f72973b04a3 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IAVF_ADMINQ_H_
index c24c2f0a2bbc5c871eb19b6058517726a0055d68..5b748426adc5629d8007a6be4463d211cf043e7b 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IAVF_ADMINQ_CMD_H_
index e863d2545a2451f693813ba6e5e84ba5de1ede3c..7b7a205cffc8f28c376435490d26cbbc91658edc 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IAVF_ALLOC_H_
index 6cf159518ef71da74c86ce156a23a17e9bb79225..57ec1ff39b938839b613dee0e30a7ba7c5917fbf 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "iavf_type.h"
index e6897983eaabb7e66faaf145b14411a9e66249b7..2e63aac2891619f683aabba78693d3bc7a264d12 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IAVF_DEVIDS_H_
index 70bab4cc662a4e63d95a715816dcec3b0e32e10b..6174a914405cb0db151a1c673c14187a16b1a5e6 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2019 Intel Corporation
+ * Copyright(c) 2019-2020 Intel Corporation
  */
 
 #include <stdio.h>
index 011b19336eed7af9410c02b0e2ac5763da50f0fa..7cba13ff74dcbf4d3f8b366cf9d951691343b790 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2017 Intel Corporation
+ * Copyright(c) 2017-2020 Intel Corporation
  */
 
 #ifndef _IAVF_OSDEP_H_
index ed4057b1c0ac6c746df0ba9d7e4b0a2b9b36ccdb..31ce2af4942b9cc2df047001d54848cfb4e34709 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IAVF_PROTOTYPE_H_
index ee248dcf9731f374788e73bca913561a3dd65a8a..03d62a9da756b42c91a5f05545116f13216f172f 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IAVF_REGISTER_H_
index 33a98a25a954d85f7465382e2e0a5dc7c885f51f..f425638063bdea26af6ce7f6c511530666dce388 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IAVF_STATUS_H_
index 905e1afb63fd7a53e9deba406ecb91e7a44d41fc..665b070a0d025191722edf840f53a8c1b8be8fc5 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _IAVF_TYPE_H_
index ce50aceaf0fe1b5ff363017af7b7e01ec3daca41..1f4d8b898d311f1e0a4c615ac29876c44019c97a 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2019 Intel Corporation
+# Copyright(c) 2019-2020 Intel Corporation
 
 sources = files('iavf_adminq.c', 'iavf_common.c', 'iavf_impl.c')
 
index ef41a4f8ace039ea4cbe82f1ba01fa0cf228a0ed..79515ee8bd254c4f0419fcc0368e9dca79ce5373 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _VIRTCHNL_H_