summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0696ce42b..fda1ab8fa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('flashromutils', 'c',
version : '1.0',
- license : 'GPL-2.0+',
+ license : 'GPL-2.0',
meson_version : '>=0.47.0',
default_options : ['warning_level=2', 'c_std=c99'],
)