[PATCH 1/3] maint: fix GPLv3 texts to use a comma instead of semicolon

2022-01-06 Thread Bernhard Voelker
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/' * bootstrap.conf: Adjust GPLv3 header via the above command. * build-aux/gen-changelog.sh: Likewise. * lib/die.h: Likewise.

[PATCH 0/3] minor fixes

2022-01-06 Thread Bernhard Voelker
* [PATCH 1/3] maint: fix GPLv3 texts to use a comma instead of * [PATCH 2/3] maint: update gnulib to latest * [PATCH 3/3] maint: avoid warnings from sparse tool

[PATCH 2/3] maint: update gnulib to latest

2022-01-06 Thread Bernhard Voelker
Run 'make update-gnulib-to-latest', mainly due to: > license: fix GPLv3 texts to use a comma instead of semicolon. * bootstrap: Sync from gnulib/build-aux/bootstrap. * gnulib: Update to latest. --- bootstrap | 20 ++-- gnulib| 2 +- 2 files changed, 19 insertions(+), 3 del

[PATCH 3/3] maint: avoid warnings from sparse tool

2022-01-06 Thread Bernhard Voelker
https://sparse.docs.kernel.org/ Running the tool against unviled the following warnings: find/parser.c:328:7: warning: Using plain integer as NULL pointer find/parser.c:328:10: warning: Using plain integer as NULL pointer find/parser.c:328:13: warning: Using plain integer as NULL pointer f