From fad6eb1b4708db56ffeaa9d84d0313c13a454fcf Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 14 Jan 2021 20:07:47 +0000 Subject: [PATCH] Bump copyright year and use generic author name (testing Travis) --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 70e43a94..62ef15de 100644 --- a/LICENSE +++ b/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: diff --git a/docs/conf.py b/docs/conf.py index 1a6a117b..54e3a5c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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']