build: replace license text with SPDX tag
[dpdk.git] / lib / librte_gro / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 sources = files('rte_gro.c', 'gro_tcp4.c', 'gro_vxlan_tcp4.c')
5 headers = files('rte_gro.h')
6 deps += ['ethdev']