From f2008baacbe66c74d738d864aff9db1daef45783 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sat, 10 Dec 2022 00:36:44 -0300 Subject: [PATCH] add license to meson build --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index d654d2a..aab072b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,7 @@ project('obelisk', 'cpp', version : '1.0.0', + license : 'BSD-3-Clause', default_options : [ 'warning_level=3', 'c_std=c17',