Clarify Intel copyright and update the date to 2020. Fixes: 9db3087f4f77 ("net/ixgbe/base: update the license") Cc: stable@dpdk.org Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
13 lines
243 B
C
13 lines
243 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(c) 2001-2020 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _IXGBE_HV_VF_H_
|
|
#define _IXGBE_HV_VF_H_
|
|
|
|
#include "ixgbe_type.h"
|
|
|
|
s32 ixgbevf_hv_init_ops_vf(struct ixgbe_hw *hw);
|
|
|
|
#endif /* _IXGBE_HV_VF_H_ */
|