Skip to content

Commit

Permalink
pcsc_scan: update copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Aug 11, 2024
1 parent 8f18217 commit 15da7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcsc_scan.c
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
Expand Down Expand Up @@ -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);
}

Expand Down

0 comments on commit 15da7a9

Please sign in to comment.