changeset 789:8ab718cbec22

Use the copyright sign instead of (c) in the docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 17 May 2026 13:55:43 +0200
parents 6f0a46c4b79e
children ddb122635d35
files README.txt docs/conf.py
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <license>` for more details.
 :Revision:   |VCSRevision|
--- 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()