build: replace license text with SPDX tag
[dpdk.git] / lib / librte_flow_classify / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 allow_experimental_apis = true
5 sources = files('rte_flow_classify.c', 'rte_flow_classify_parse.c')
6 headers = files('rte_flow_classify.h')
7 deps += ['net', 'table']