From 254a5646c1bec337e988e79fc2eca4827078b33c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Sun, 3 Apr 2016 00:05:23 +0300 Subject: [PATCH] docs: Update copyright notice. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a4ef78bc0..5e2164ea4 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,7 +85,7 @@ source_suffix = '.rst' # General information about the project. project = 'MicroPython' -copyright = '2014, Damien P. George' +copyright = '2014-2016, Damien P. George and contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- GitLab