From: Bartosz Golaszewski Date: Tue, 7 Feb 2023 20:22:30 +0000 (+0100) Subject: tools: update the copyright date in the output of --version X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=164c60c50686ae6fe7daf268da3cfd9655276212;p=qemu-gpiodev%2Flibgpiod.git tools: update the copyright date in the output of --version Update the displayed years in the output of --version for all gpio-tools. Signed-off-by: Bartosz Golaszewski --- diff --git a/tools/tools-common.c b/tools/tools-common.c index cb8491b..0a54571 100644 --- a/tools/tools-common.c +++ b/tools/tools-common.c @@ -77,7 +77,7 @@ void print_version(void) { printf("%s (libgpiod) v%s\n", program_invocation_short_name, gpiod_api_version()); - printf("Copyright (C) 2017-2018 Bartosz Golaszewski\n"); + printf("Copyright (C) 2017-2023 Bartosz Golaszewski\n"); printf("License: GPL-2.0-or-later\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n");