Closed xuhdev closed 8 years ago
That's a typo. Originally GPL-3 was intended. I have fixed this now and use the same licenses like most QtCreator plugins. LGPL-3 and LGPL-2.1 are allowed and use with the commercial version of QtCreator is allowed, too. So, in future it will be possible to include the plugin in the QtCreator distribution.
The README file claims it's using LGPLv3, but the LICENSE text is GPLv3 --- you should also include the LGPL text. For example, you can rename the current LICENSE file to gpl.txt, and use the LGPL text to fill in the LICENSE file.
Another issue is that the project is licensed under LGPLv3 (ONLY), however, it is recommended to use LGPLv3+, i.e., "LGPL version 3 or any later version at your option", to avoid future compatibility issues when LGPLv[4567] is born. But any way, this is your choice: you can choose to to be incompatible with future versions of (L)GPL.
The final issue is that it is recommended to add the following header to all source files, according to the GPL guideline: