build: replace license text with SPDX tag
[dpdk.git] / lib / librte_eal / common / include / arch / x86 / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 install_headers(
5         'rte_atomic_32.h',
6         'rte_atomic_64.h',
7         'rte_atomic.h',
8         'rte_byteorder_32.h',
9         'rte_byteorder_64.h',
10         'rte_byteorder.h',
11         'rte_cpuflags.h',
12         'rte_cycles.h',
13         'rte_io.h',
14         'rte_memcpy.h',
15         'rte_prefetch.h',
16         'rte_pause.h',
17         'rte_rtm.h',
18         'rte_rwlock.h',
19         'rte_spinlock.h',
20         'rte_vect.h',
21         subdir: get_option('include_subdir_arch'))