# HG changeset patch # User Franz Glasner # Date 1779018943 -7200 # Node ID 8ab718cbec22104b1d38949daf32e0cf76d6b9aa # Parent 6f0a46c4b79ee391452daac9c059b234bee9f776 Use the copyright sign instead of (c) in the docs diff -r 6f0a46c4b79e -r 8ab718cbec22 README.txt --- a/README.txt Sun May 17 13:40:12 2026 +0200 +++ b/README.txt Sun May 17 13:55:43 2026 +0200 @@ -5,8 +5,7 @@ :Author: Franz Glasner :Version: 0.23.3 :Date: 2023-12-07 -:Copyright: (c) 2015–2023, Franz Glasner. - All rights reserved. +:Copyright: © 2015–2023 Franz Glasner :License: BSD 3-Clause "New" or "Revised" License. See :ref:`LICENSE.txt ` for more details. :Revision: |VCSRevision| diff -r 6f0a46c4b79e -r 8ab718cbec22 docs/conf.py --- a/docs/conf.py Sun May 17 13:40:12 2026 +0200 +++ b/docs/conf.py Sun May 17 13:55:43 2026 +0200 @@ -31,7 +31,7 @@ # -- Project information ----------------------------------------------------- project = 'ConfigMix' -copyright = u('2015–2023, Franz Glasner. All rights reserved') +copyright = u('2015–2023 Franz Glasner') author = 'Franz Glasner' current_date = datetime.date.today().isoformat()