zhuyaliang / user-admin

GNU General Public License v3.0
27 stars 16 forks source link

add COPYING GNU GPLv3 version #6

Closed raveit65 closed 6 years ago

raveit65 commented 6 years ago

Most opensource project have such a file and it is mandatory for adding your program to fedora. Downloaded from https://www.gnu.org/licenses/gpl.txt

I hope this is the right licence because in meson.build i see

project('mate-user-admin', 'c',
  version : '1.0.0',
  license : 'LGPLv2.1+',
  meson_version : '>=0.40.1',
  default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],
  )

LGPLv2.1+ is an old version for the licence and shouldn't be used any more for a new project. https://www.gnu.org/licenses/old-licenses/old-licenses.en.html The latest LGPL version is version 3. But see https://www.gnu.org/licenses/why-not-lgpl.en.html If you prefer LGPL i can update PR.

Btw. version needs also an update in meson file :)

zhuyaliang commented 6 years ago

@raveit65

  license : 'GPLv3'

The 1.1.1 version has been updated.

raveit65 commented 6 years ago

Thanks for a new release. Review request for fedora is done. https://bugzilla.redhat.com/show_bug.cgi?id=1627729