summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-04-23 15:48:30 -0400
committerMatt Turner <mattst88@gmail.com>2024-04-23 15:48:30 -0400
commit08f959c96adeaa059fe5b740f6f7a084fa1817e9 (patch)
tree2b8d4218bdd9a3ac93bf60410c554b765e09b1fa
parent4cc8bc468a2496295c59fae770829984507ea684 (diff)
meson: Set project license
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 15a065c..9c4284b 100644
--- a/meson.build
+++ b/meson.build
@@ -2,6 +2,7 @@ project(
'rendercheck',
'c',
version : '1.5',
+ license : 'MIT AND GPL-2.0-or-later'
)
cc = meson.get_compiler('c')