Bump copyright year and use generic author name (testing Travis)
This commit is contained in:
parent
f7808a0f87
commit
fad6eb1b47
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright 2019, David Wilson
|
Copyright 2021, the Mitogen authors
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are met:
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
|
@ -7,7 +7,7 @@ import mitogen
|
||||||
VERSION = '%s.%s.%s' % mitogen.__version__
|
VERSION = '%s.%s.%s' % mitogen.__version__
|
||||||
|
|
||||||
author = u'Network Genomics'
|
author = u'Network Genomics'
|
||||||
copyright = u'2019, Network Genomics'
|
copyright = u'2021, the Mitogen authors'
|
||||||
exclude_patterns = ['_build', '.venv']
|
exclude_patterns = ['_build', '.venv']
|
||||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput', 'domainrefs']
|
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput', 'domainrefs']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue