Originally it was just possible to choose between the GPLv2 and the 3-clause BSD. Now users can also choose between the GPLv3 and AGPLv3 when adding a licence comment to a file. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1331
-- Commit Summary --
* Added possibility to choose between GPLv2 and 3 when adding licence comment to file * Merge my local changes into master * Reformatted a line of code * Renamed some identifiers to clarify with wich values they are handling. * Added possibility to choose AGPLv3 when adding licence comment
-- File Changes --
M data/Makefile.am (4) M data/geany.glade (48) A data/templates/agplv3 (12) M data/templates/fileheader (2) R data/templates/gplv2 (0) A data/templates/gplv3 (12) M src/callbacks.c (32) M src/templates.c (13) M src/templates.h (4)
-- Patch Links --
https://github.com/geany/geany/pull/1331.patch https://github.com/geany/geany/pull/1331.diff