aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-12-31 16:52:45 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-12-31 16:52:45 -0500
commitd2ef24c29894e98650fafa646629aa9b772a3c35 (patch)
treef50a32eb0256fad98940d9968113af834b8f7c12 /doc
parent94b1bd5474c54b2b894f74bb7ba098bfe4fb6cf2 (diff)
Updated copyright year.
Diffstat (limited to 'doc')
-rw-r--r--doc/.footer.md2
-rw-r--r--doc/index.html2
-rw-r--r--doc/markdowndoc.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/.footer.md b/doc/.footer.md
index cdf30e88..fa00ac9a 100644
--- a/doc/.footer.md
+++ b/doc/.footer.md
@@ -1,3 +1,3 @@
--> (c) 2007-2019 [Mitchell][] mitchell.att.foicica.com <-
+-> (c) 2007-2020 [Mitchell][] mitchell.att.foicica.com <-
[Mitchell]: http://foicica.com
diff --git a/doc/index.html b/doc/index.html
index c0ae6d74..2bcebf5b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -369,7 +369,7 @@
<div id="footer">
<p style="text-align:center;">
- &copy; 2007-2019 <a href="http://foicica.com">Mitchell</a>
+ &copy; 2007-2020 <a href="http://foicica.com">Mitchell</a>
mitchell.att.foicica.com
</p>
</div>
diff --git a/doc/markdowndoc.lua b/doc/markdowndoc.lua
index a7e8d3ff..d8f5b186 100644
--- a/doc/markdowndoc.lua
+++ b/doc/markdowndoc.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
local ipairs, type = ipairs, type
local io_open, io_popen = io.open, io.popen