The copyright notice displayed together with the package version using
the --version argument got accidentally modified by commit
0704bcdbbf56
("all: update the copyright notice") and is now incorrect. Fix it.
Fixes: 0704bcdbbf56 ("all: update the copyright notice")
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
{
printf("%s (libgpiod) %s\n",
program_invocation_short_name, gpiod_version_string());
- printf("Copyright (C) 2017-2018-2018 Bartosz Golaszewski\n");
+ printf("Copyright (C) 2017-2018 Bartosz Golaszewski\n");
printf("License: LGPLv2.1\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");