meson: include the license info in the project definition

This is useful to help convey the usage rights and e.g. generate a
Software Bill of Materials.
This commit is contained in:
Eli Schwartz
2022-06-19 13:49:52 -04:00
parent 0129cf5b11
commit 1b13155244
+1
View File
@@ -5,6 +5,7 @@
# license: MIT
#
project('unity', 'c',
license: 'MIT',
meson_version: '>=0.37.0',
default_options: ['werror=true', 'c_std=c11'])