-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update copyright date range and version string
- Loading branch information
1 parent
9addb08
commit ac4fef9
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,11 @@ | |
standard use. To the best of my knowledge most of the abuse is handled | ||
gracefully. | ||
Copyright (c) 2005-2021 Ero Carrera <[email protected]> | ||
Copyright (c) 2005-2022 Ero Carrera <[email protected]> | ||
""" | ||
|
||
__author__ = "Ero Carrera" | ||
__version__ = "2021.9.3" | ||
__version__ = "2022.5.30" | ||
__contact__ = "[email protected]" | ||
|
||
import collections | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"""peutils, Portable Executable utilities module | ||
Copyright (c) 2005-2021 Ero Carrera <[email protected]> | ||
Copyright (c) 2005-2022 Ero Carrera <[email protected]> | ||
All rights reserved. | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters