From: Jeremy Stanley Date: Sat, 5 Jan 2019 18:24:35 +0000 (+0000) Subject: Add 2019 to copyright for docs and license X-Git-Tag: 0.0.1~35 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=6c86b6ed827994f838112260ba1fe162b6726ee4;ds=sidebyside Add 2019 to copyright for docs and license A new year is upon us, and changes committed in 2019 warrant increasing the copyright range for documentation and the full license text to indicate that. --- diff --git a/LICENSE b/LICENSE index 155b853..1985d40 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ preferred license of many projects (OpenBSD, for example). copyright notice ---------------- -Copyright (c) 2004-2018 Jeremy Stanley and other +Copyright (c) 2004-2019 Jeremy Stanley and other mudpy authors listed in the Git history or AUTHORS file. permission notice diff --git a/doc/source/conf.py b/doc/source/conf.py index 8d8728d..208585b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018 mudpy authors. Permission to use, copy, +# Copyright (c) 2018-2019 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. @@ -12,7 +12,7 @@ project = 'mudpy' add_function_parentheses = True add_module_names = True -copyright = '2004-2018, Jeremy Stanley ' +copyright = '2004-2019, Jeremy Stanley ' extensions = ['sphinx.ext.autodoc'] html_favicon = '_static/logo.svg' html_logo = '_static/logo.svg'