tools: fix the copyright notice
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 12 Apr 2018 15:15:44 +0000 (17:15 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 12 Apr 2018 15:15:44 +0000 (17:15 +0200)
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>
src/tools/tools-common.c

index 2fe0c52ee56a8ab51ff5c226012e5d82ee2d6e96..4fbc075c4a8ad64a54ffa37c4f5e87e30417c248 100644 (file)
@@ -52,7 +52,7 @@ void print_version(void)
 {
        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");