File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2015 José Padilla
3+ Copyright (c) 2015-2022 José Padilla
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def find_version(*file_paths):
5151
5252# General information about the project.
5353project = "PyJWT"
54- copyright = "2015, José Padilla"
54+ copyright = "2015-2022 , José Padilla"
5555author = "José Padilla"
5656
5757# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change 3737__email__ = "hello@jpadilla.com"
3838
3939__license__ = "MIT"
40- __copyright__ = "Copyright 2015-2020 José Padilla"
40+ __copyright__ = "Copyright 2015-2022 José Padilla"
4141
4242
4343__all__ = [
You can’t perform that action at this time.
0 commit comments