Merge pull request #779 from dw/update-copyright
Bump copyright year and use generic author name (testing Travis)
This commit is contained in:
commit
cc8f9a0169
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
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
|
|
@ -7,7 +7,7 @@ import mitogen
|
|||
VERSION = '%s.%s.%s' % mitogen.__version__
|
||||
|
||||
author = u'Network Genomics'
|
||||
copyright = u'2019, Network Genomics'
|
||||
copyright = u'2021, the Mitogen authors'
|
||||
exclude_patterns = ['_build', '.venv']
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput', 'domainrefs']
|
||||
|
||||
|
|
Loading…
Reference in New Issue