gplugin/gplugin

Tell meson about our license

2020-11-20, Gary Kramlich
cb0eae952501
Parents 3b8663700e00
Children b9265f30d267
Tell meson about our license

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/240/
  • +1 -0
    meson.build
  • --- a/meson.build Thu Nov 19 21:51:05 2020 -0600
    +++ b/meson.build Fri Nov 20 02:11:44 2020 -0600
    @@ -2,6 +2,7 @@
    # Project Info
    ###############################################################################
    project('gplugin', 'c',
    + license : 'LGPL-2.0-or-later',
    version : '0.30.1-dev',
    meson_version : '>=0.50.0',
    default_options : ['c_std=c99'])