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