From 8600971ac04120873d89dd2837db288876776544 Mon Sep 17 00:00:00 2001 From: James Morris Date: Wed, 14 Apr 2021 16:19:09 -0400 Subject: [PATCH] Update copyright dates --- LICENSE | 2 +- docs/source/conf.py | 2 +- pgpy/_author.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 654783b..250cc9d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2019 Security Innovation, Inc +Copyright (c) 2014-2021 Security Innovation, Inc All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/source/conf.py b/docs/source/conf.py index ae7d17d..62f0fa9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,7 +60,7 @@ master_doc = 'index' # General information about the project. project = 'PGPy' -copyright = '2014-2019, Security Innovation, Inc' +copyright = '2014-2021, Security Innovation, Inc' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/pgpy/_author.py b/pgpy/_author.py index 7ffa283..2ec5cf8 100644 --- a/pgpy/_author.py +++ b/pgpy/_author.py @@ -13,6 +13,6 @@ __all__ = ['__author__', '__version__'] __author__ = "Michael Greene" -__copyright__ = "Copyright (c) 2014-2019 Security Innovation, Inc" +__copyright__ = "Copyright (c) 2014-2021 Security Innovation, Inc" __license__ = "BSD" __version__ = str(LooseVersion("0.6.0-dev"))