aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index c38fa14..6111db9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('locusts', 'c', version: '1.0.0', default_options: ['warning_level=3'])
+project('locusts', 'c', version: '1.0.0', default_options: ['warning_level=3'], license: '0BSD')
source = 'src/locusts.c'
header = 'include/locusts.h'
@@ -18,4 +18,4 @@ if not meson.is_subproject()
'Locust Testing Utility',
executable('test_locusts', 'tests/test_locusts.c', link_with: lib, dependencies: project_dep),
)
-endif \ No newline at end of file
+endif