-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f18217
commit 15da7a9
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
Scan and print all the PC/SC devices available | ||
Copyright (C) 2001-2022 Ludovic Rousseau <[email protected]> | ||
Copyright (C) 2001-2024 Ludovic Rousseau <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -303,7 +303,7 @@ static void initialize_options(options_t *options, const char *pname) | |
static void print_version(void) | ||
{ | ||
printf("PC/SC device scanner\n"); | ||
printf("V %s (c) 2001-2022, Ludovic Rousseau <[email protected]>\n", | ||
printf("V %s (c) 2001-2024, Ludovic Rousseau <[email protected]>\n", | ||
PACKAGE_VERSION); | ||
} | ||
|
||
|