diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_layouts/default.html | 2 | ||||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/style.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index abcdc522..7e7ee597 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -27,7 +27,7 @@ {{ content }} </div> <div id="footer"> - <p style="text-align:center;"> © 2007-2020 <a href="https://github.com/orbitalquark">Mitchell</a></p> + <p style="text-align:center;"> © 2007-2021 <a href="https://github.com/orbitalquark">Mitchell</a></p> </div> </div> </body> diff --git a/docs/index.html b/docs/index.html index eec8b542..86b6a222 100644 --- a/docs/index.html +++ b/docs/index.html @@ -373,7 +373,7 @@ <div id="footer"> <p style="text-align:center;"> - © 2007-2020 <a href="https://github.com/orbitalquark">Mitchell</a> + © 2007-2021 <a href="https://github.com/orbitalquark">Mitchell</a> </p> </div> </div> diff --git a/docs/style.css b/docs/style.css index f48cad2b..59ad34e9 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,4 +1,4 @@ -/* Copyright 2012-2020 Mitchell. See LICENSE. */ +/* Copyright 2012-2021 Mitchell. See LICENSE. */ * { border: 0 solid #a6a6a6; |