diff options
| author | Clément Pit-Claudel | 2020-02-23 13:01:06 -0500 |
|---|---|---|
| committer | Clément Pit-Claudel | 2020-02-23 13:01:06 -0500 |
| commit | 6354eb0cec6a59bfe23aa3b332b3b8c13259f555 (patch) | |
| tree | c44be0f347e1ee242fa2d2f54a8326e43b6774bf | |
| parent | 92d2004cc678091370a91037943ca7953bbb5c5d (diff) | |
| parent | c834e87df59465293a152a2f901e83aff871018f (diff) | |
Merge PR #11637: Update copyright in refman to year 2020.
Reviewed-by: jfehrle
| -rwxr-xr-x | doc/sphinx/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index f1dd7479c5..77cb3ecc21 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -108,7 +108,7 @@ master_doc = "index" # General information about the project. project = 'Coq' -copyright = '1999-2019, Inria, CNRS and contributors' +copyright = '1999-2020, Inria, CNRS and contributors' author = 'The Coq Development Team' # The version info for the project you're documenting, acts as replacement for |
