summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Kirsche <kevin.kirsche@one.verizon.com>2022-02-01 22:29:13 -0500
committerGitHub <noreply@github.com>2022-02-02 09:29:13 +0600
commitb4c579785803374cd5c08046c927d713c7324b78 (patch)
tree1a95648ba88b6348cddd5fc4bb7aaa96a0a5c27e
parent858eb4e225507310ed71be84bcd0e18f43b73a07 (diff)
downloadpyjwt-b4c579785803374cd5c08046c927d713c7324b78.tar.gz
fix: Update copyright information (#729)
Fix: #458
-rw-r--r--LICENSE2
-rw-r--r--docs/conf.py2
-rw-r--r--jwt/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index bdc7819..fd0ecbc 100644
--- a/LICENSE
+++ b/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
diff --git a/docs/conf.py b/docs/conf.py
index c88580d..44b5103 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ master_doc = "index"
# 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
diff --git a/jwt/__init__.py b/jwt/__init__.py
index 3208c39..33b69d7 100644
--- a/jwt/__init__.py
+++ b/jwt/__init__.py
@@ -37,7 +37,7 @@ __author__ = "José Padilla"
__email__ = "hello@jpadilla.com"
__license__ = "MIT"
-__copyright__ = "Copyright 2015-2020 José Padilla"
+__copyright__ = "Copyright 2015-2022 José Padilla"
__all__ = [