Skip to content

Commit

Permalink
fix: Update copyright information (#729)
Browse files Browse the repository at this point in the history
Fix: #458
  • Loading branch information
Kevin Kirsche committed Feb 2, 2022
1 parent 858eb4e commit b4c5797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 José Padilla
Copyright (c) 2015-2022 José Padilla

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -51,7 +51,7 @@ def find_version(*file_paths):

# General information about the project.
project = "PyJWT"
copyright = "2015, José Padilla"
copyright = "2015-2022, José Padilla"
author = "José Padilla"

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion jwt/__init__.py
Expand Up @@ -37,7 +37,7 @@
__email__ = "hello@jpadilla.com"

__license__ = "MIT"
__copyright__ = "Copyright 2015-2020 José Padilla"
__copyright__ = "Copyright 2015-2022 José Padilla"


__all__ = [
Expand Down

0 comments on commit b4c5797

Please sign in to comment.