Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license: fix GPLv3 texts to use a comma instead of semicolon. | Bernhard Voelker | 2022-01-05 | 1 | -1/+1 |
| | | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command. | ||||
* | maint: run 'make update-copyright' | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Put GPLv3+ notices in source files where appropriate. | Bruno Haible | 2021-06-04 | 1 | -0/+18 |
| | | | | | | * lib/*.{h,c}: Use GPLv3+ notice whenever the module description says so. * build-aux/pmccabe.css: Likewise. | ||||
* | xset: New module. | Bruno Haible | 2018-12-07 | 1 | -0/+3 |
* lib/gl_xset.h: New file. * lib/gl_xset.c: New file. * modules/xset: New file. |