Skip to content

Commit b4c5797

Browse files
author
Kevin Kirsche
authored
fix: Update copyright information (jpadilla#729)
Fix: jpadilla#458
1 parent 858eb4e commit b4c5797

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 José Padilla
3+
Copyright (c) 2015-2022 José Padilla
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def find_version(*file_paths):
5151

5252
# General information about the project.
5353
project = "PyJWT"
54-
copyright = "2015, José Padilla"
54+
copyright = "2015-2022, José Padilla"
5555
author = "José Padilla"
5656

5757
# The version info for the project you're documenting, acts as replacement for

jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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__ = [

0 commit comments

Comments
 (0)