Skip to content

Commit

Permalink
pcsc-spy: update version and copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Apr 12, 2024
1 parent 27fc7ac commit a53d65a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/spy/pcsc-spy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
# Display PC/SC functions arguments
# Copyright (C) 2011-2021 Ludovic Rousseau
# Copyright (C) 2011-2024 Ludovic Rousseau
"""
#
# This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -1000,8 +1000,8 @@ if __name__ == "__main__":
print_usage()
sys.exit(1)
if o == "-v" or o == "--version":
print("pcsc-spy version 1.1")
print("Copyright (c) 2011-2021, Ludovic Rousseau <[email protected]>")
print("pcsc-spy version 1.2")
print("Copyright (c) 2011-2024, Ludovic Rousseau <[email protected]>")
print()
sys.exit(1)
if o == "-t" or o == "--thread":
Expand Down

0 comments on commit a53d65a

Please sign in to comment.