summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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__ = [