From 27c1134e9eef79dd20437125c7929b3373751997 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Sun, 5 Jan 2025 16:26:42 -0600 Subject: [PATCH] meson.build: Add license arg to project() --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 4e3e56a..20bced6 100644 --- a/meson.build +++ b/meson.build @@ -3,6 +3,7 @@ project( 'c', version: '0.3.1999', meson_version : '>= 0.48.0', + license: 'MIT', default_options: [ 'warning_level=3', ]