Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
Updated copyright aligned with rest of the files..
  • Loading branch information
gabrielg5 committed Sep 2, 2024
1 parent 7d8bc55 commit 8898194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impacket/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
version = "?"
print("Cannot determine Impacket version. "
"If running from source you should at least run \"python setup.py egg_info\"")
BANNER = "Impacket v{} - Copyright 2023 Fortra\n".format(version)
BANNER = "Impacket v{} - Copyright Fortra, LLC and its affiliated companies \n".format(version)
WARNING_BANNER = "".join(("===============================================================================\n",
" Warning: This functionality will be deprecated in the next Impacket version \n",
"===============================================================================\n"))
Expand Down

0 comments on commit 8898194

Please sign in to comment.