license: Add license using SPDX identifiers to meson build files

License is missing in meson build files. This has been added using
SPDX identifiers and licensed under LGPL-2.1+.
This commit is contained in:
Iñigo Martínez
2020-01-14 10:42:24 +01:00
parent b2d3ba33a7
commit 648155e4a1
65 changed files with 130 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1+
#
# target: libcstdaux.so
# (No .so is built so far, since we are header-only. This might change in the