Update copyright dates
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user