# HG changeset patch # User Mads Kiilerich # Date 2025-02-18 13:17:49 # Node ID 43e34c083917e220d50104b56b0c13090c14fa36 # Parent 52dea05f8553715e27e30c7f39eddc77c2ab0633 meta: update copyrights diff --git a/CONTRIBUTORS b/CONTRIBUTORS --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,10 +1,10 @@ List of contributors to Kallithea project: - Mads Kiilerich 2016-2024 + Mads Kiilerich 2016-2025 + Manuel Jacob 2019-2020 2022-2023 2025 Aristotelis Stageiritis 2024 Poesty Li 2024 Valentin Kleibel 2024 - Manuel Jacob 2019-2020 2022-2023 Mathias De Mare 2023 qy117121 2023 Asterios Dimitriou 2016-2017 2020 2022 diff --git a/docs/conf.py b/docs/conf.py --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = 'Kallithea' -copyright = '2010-2024 by various authors, licensed as GPLv3.' +copyright = '2010-2025 by various authors, licensed as GPLv3.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/kallithea/templates/about.html b/kallithea/templates/about.html --- a/kallithea/templates/about.html +++ b/kallithea/templates/about.html @@ -24,11 +24,11 @@ necessarily limited to the following:

    -
  • Copyright © 2012–2024, Mads Kiilerich
  • +
  • Copyright © 2012–2025, Mads Kiilerich
  • +
  • Copyright © 2019–2020, 2022–2023, 2025, Manuel Jacob
  • Copyright © 2024, Aristotelis Stageiritis
  • Copyright © 2024, Poesty Li
  • Copyright © 2024, Valentin Kleibel
  • -
  • Copyright © 2019–2020, 2022–2023, Manuel Jacob
  • Copyright © 2023, Mathias De Mare
  • Copyright © 2023, qy117121
  • Copyright © 2015–2017, 2019–2022, Étienne Gilli
  • diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -23,7 +23,7 @@ Kallithea, %endif which is - © 2010–2024 by various authors & licensed under GPLv3. + © 2010–2025 by various authors & licensed under GPLv3. %if c.issues_url: – ${_('Support')} %endif