Subject: | Auto-generated LPGL license file not as per GNU guidelines |
create_license => 1,
license => 'lgpl3',
... generates the LGPL text into one file LICENSE, but that is not as
per GNU guidelines:
http://www.gnu.org/licenses/gpl-howto.html:
"If you are releasing your program under the LGPL, you should also
include the text version of the LGPL, usually in a file called
COPYING.LESSER. Please note that, since the LGPL is a set of additional
permissions on top of the GPL, it's important to include both licenses
so users have all the materials they need to understand their rights."
I suggest to generate one file LICENSE with the GPL text
http://www.gnu.org/licenses/gpl.txt *and* one additional file
LICENSE.LESSER with the LGPL text http://www.gnu.org/licenses/lgpl.txt