diff options
Diffstat (limited to 'scripts/icehashpassword.py')
-rwxr-xr-x | scripts/icehashpassword.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/icehashpassword.py b/scripts/icehashpassword.py index ece286835f6..efd1f8b96dd 100755 --- a/scripts/icehashpassword.py +++ b/scripts/icehashpassword.py @@ -1,9 +1,7 @@ #!/usr/bin/env python -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** import sys, getopt, passlib.hash, passlib.hosts, getpass |