diff --git a/src/spy/pcsc-spy b/src/spy/pcsc-spy index 78ceea9d..9f9c7184 100755 --- a/src/spy/pcsc-spy +++ b/src/spy/pcsc-spy @@ -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 @@ -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 ") + print("pcsc-spy version 1.2") + print("Copyright (c) 2011-2024, Ludovic Rousseau ") print() sys.exit(1) if o == "-t" or o == "--thread":