Browse Source

meson: Clarify license

SPDX is the standard recommended by Meson.
fix-filtering
Jan Tojnar 5 years ago
parent
commit
4125df1774
  1. 2
      meson.build

2
meson.build

@ -1,7 +1,7 @@
project(
'fractal', 'rust',
version: '4.4.0',
license: 'GPLv3',
license: 'GPL-3.0-or-later',
)
dependency('openssl', version: '>= 1.0')

Loading…
Cancel
Save