# HG changeset patch # User Franz Glasner # Date 1778069999 -7200 # Node ID a861ac4d11fc2ae5ed6aae8a4da3f8c4745c6848 # Parent d84f1fd10e64931224f3f45a13c77f2171d47a92 Extend the copyright to Simon Wachter in the docs diff -r d84f1fd10e64 -r a861ac4d11fc docs/conf.py --- a/docs/conf.py Wed May 06 13:35:12 2026 +0200 +++ b/docs/conf.py Wed May 06 14:19:59 2026 +0200 @@ -19,7 +19,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'Pygments Pseudocode Lexer' -copyright = '2026 Franz Glasner' +copyright = '2026 Franz Glasner. © Copyright 2015 Simon Wachter' author = 'Franz Glasner' # Determine "release" dynamically from the package's "__version__" with io.open("../pygments_lexer_pseudocode2/__init__.py",