diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 902b5a9..7c7a09c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0 project('minecproxy', 'c', version: '0.1.0', - license: 'GPL2+', + license: 'GPL2', default_options : [ 'c_std=gnu18', 'sysconfdir=/etc', |