Update copyright dates

This commit is contained in:
James Morris
2021-04-14 16:19:09 -04:00
parent a69158412e
commit 8600971ac0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2014-2019 Security Innovation, Inc Copyright (c) 2014-2021 Security Innovation, Inc
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@@ -60,7 +60,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = 'PGPy' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the

View File

@@ -13,6 +13,6 @@ __all__ = ['__author__',
'__version__'] '__version__']
__author__ = "Michael Greene" __author__ = "Michael Greene"
__copyright__ = "Copyright (c) 2014-2019 Security Innovation, Inc" __copyright__ = "Copyright (c) 2014-2021 Security Innovation, Inc"
__license__ = "BSD" __license__ = "BSD"
__version__ = str(LooseVersion("0.6.0-dev")) __version__ = str(LooseVersion("0.6.0-dev"))