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