Tweaked copyright notices

This commit is contained in:
James Morris
2019-08-01 20:45:02 -04:00
parent ee9b4eb8d5
commit 47ecae30b2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2014-2019 SecurityInnovation, Inc
Copyright (c) 2014-2019 Security Innovation, Inc
All rights reserved.
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.
project = 'PGPy'
copyright = '2014, Michael Greene'
copyright = '2014-2019, 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

View File

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