build: replace license text with SPDX tag
[dpdk.git] / lib / librte_hash / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 version = 2
5 headers = files('rte_cmp_arm64.h',
6         'rte_cmp_x86.h',
7         'rte_crc_arm64.h',
8         'rte_cuckoo_hash.h',
9         'rte_cuckoo_hash_x86.h',
10         'rte_fbk_hash.h',
11         'rte_hash_crc.h',
12         'rte_hash.h',
13         'rte_jhash.h',
14         'rte_thash.h')
15
16 sources = files('rte_cuckoo_hash.c', 'rte_fbk_hash.c')
17 deps += ['ring', 'compat']