diff --git a/LICENSE b/LICENSE index bdc7819e..fd0ecbc8 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 c88580d3..44b51037 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/jwt/__init__.py b/jwt/__init__.py index 3208c39f..33b69d71 100644 --- a/jwt/__init__.py +++ b/jwt/__init__.py @@ -37,7 +37,7 @@ __email__ = "hello@jpadilla.com" __license__ = "MIT" -__copyright__ = "Copyright 2015-2020 José Padilla" +__copyright__ = "Copyright 2015-2022 José Padilla" __all__ = [