Add 2019 to copyright for docs and license
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Jan 2019 18:24:35 +0000 (18:24 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Jan 2019 18:24:35 +0000 (18:24 +0000)
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.

LICENSE
doc/source/conf.py

diff --git a/LICENSE b/LICENSE
index 155b853..1985d40 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -10,7 +10,7 @@ preferred license of many projects (OpenBSD, for example).
 
 copyright notice
 ----------------
-Copyright (c) 2004-2018 Jeremy Stanley <fungi@yuggoth.org> and other
+Copyright (c) 2004-2019 Jeremy Stanley <fungi@yuggoth.org> and other
 mudpy authors listed in the Git history or AUTHORS file.
 
 permission notice
index 8d8728d..208585b 100755 (executable)
@@ -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 <fungi@yuggoth.org>'
+copyright = '2004-2019, Jeremy Stanley <fungi@yuggoth.org>'
 extensions = ['sphinx.ext.autodoc']
 html_favicon = '_static/logo.svg'
 html_logo = '_static/logo.svg'