32c3e0b488
Clarify Intel copyright and update the date to 2020.
Fixes: 317862a4e4
("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>
9 lines
248 B
Meson
9 lines
248 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2019-2020 Intel Corporation
|
|
|
|
sources = files('iavf_adminq.c', 'iavf_common.c', 'iavf_impl.c')
|
|
|
|
if cc.has_argument('-Wno-pointer-to-int-cast')
|
|
cflags += '-Wno-pointer-to-int-cast'
|
|
endif
|