summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-07-06 20:57:33 +0200
committerDavid Härdeman <david@hardeman.nu>2020-07-06 20:57:33 +0200
commit76ee64b5b3e30706181becbf33cc45d67f39f364 (patch)
tree27ef23d5026469258d7fad09c74c4dd9d0ffbed5 /meson.build
parentc9c5028018a588baad2c1af6dcfa3325bc18d02c (diff)
Add some license information and the beginning of Debian packages
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
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',