##// END OF EJS Templates
meta: update copyrights for 2024
Mads Kiilerich -
r8780:f6d470bb stable
parent child Browse files
Show More
@@ -1,9 +1,11 b''
1 1 List of contributors to Kallithea project:
2 2
3 Mads Kiilerich <mads@kiilerich.com> 2016-2023
3 Mads Kiilerich <mads@kiilerich.com> 2016-2024
4 4 Manuel Jacob <me@manueljacob.de> 2019-2020 2022-2023
5 5 Mathias De Mare <mathias.de_mare@nokia.com> 2023
6 qy117121 <mixuan121@gmail.com> 2023
6 7 Asterios Dimitriou <steve@pci.gr> 2016-2017 2020 2022
8 Étienne Gilli <etienne@gilli.io> 2020-2022
7 9 Jaime Marquínez Ferrándiz <weblate@jregistros.fastmail.net> 2022
8 10 Louis Bertrand <louis.bertrand@durhamcollege.ca> 2022
9 11 toras9000 <toras9000@gmail.com> 2022
@@ -12,7 +14,6 b' List of contributors to Kallithea projec'
12 14 Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> 2014-2021
13 15 ssantos <ssantos@web.de> 2018-2021
14 16 Private <adamantine.sword@gmail.com> 2019-2021
15 Étienne Gilli <etienne@gilli.io> 2020-2021
16 17 fresh <fresh190@protonmail.com> 2020-2021
17 18 robertus <robertuss12@gmail.com> 2020-2021
18 19 Eugenia Russell <eugenia.russell2019@gmail.com> 2021
@@ -47,7 +47,7 b" master_doc = 'index'"
47 47
48 48 # General information about the project.
49 49 project = 'Kallithea'
50 copyright = '2010-2023 by various authors, licensed as GPLv3.'
50 copyright = '2010-2024 by various authors, licensed as GPLv3.'
51 51
52 52 # The version info for the project you're documenting, acts as replacement for
53 53 # |version| and |release|, also used in various other places throughout the
@@ -24,9 +24,11 b''
24 24 necessarily limited to the following:</p>
25 25 <ul>
26 26
27 <li>Copyright &copy; 2012&ndash;2023, Mads Kiilerich</li>
27 <li>Copyright &copy; 2012&ndash;2024, Mads Kiilerich</li>
28 28 <li>Copyright &copy; 2019&ndash;2020, 2022&ndash;2023, Manuel Jacob</li>
29 29 <li>Copyright &copy; 2023, Mathias De Mare</li>
30 <li>Copyright &copy; 2023, qy117121</li>
31 <li>Copyright &copy; 2015&ndash;2017, 2019&ndash;2022, Étienne Gilli</li>
30 32 <li>Copyright &copy; 2016&ndash;2017, 2020, 2022, Asterios Dimitriou</li>
31 33 <li>Copyright &copy; 2022, Jaime Marquínez Ferrándiz</li>
32 34 <li>Copyright &copy; 2022, Louis Bertrand</li>
@@ -34,7 +36,6 b''
34 36 <li>Copyright &copy; 2022, yzqzss</li>
35 37 <li>Copyright &copy; 2022, МАН69К</li>
36 38 <li>Copyright &copy; 2014&ndash;2021, Thomas De Schampheleire</li>
37 <li>Copyright &copy; 2015&ndash;2017, 2019&ndash;2021, Étienne Gilli</li>
38 39 <li>Copyright &copy; 2018&ndash;2021, ssantos</li>
39 40 <li>Copyright &copy; 2019&ndash;2021, Private</li>
40 41 <li>Copyright &copy; 2020&ndash;2021, fresh</li>
@@ -23,7 +23,7 b''
23 23 <a class="navbar-link" href="${h.url('kallithea_project_url')}" target="_blank">Kallithea</a>,
24 24 %endif
25 25 which is
26 <a class="navbar-link" href="${h.canonical_url('about')}#copyright">&copy; 2010&ndash;2023 by various authors &amp; licensed under GPLv3</a>.
26 <a class="navbar-link" href="${h.canonical_url('about')}#copyright">&copy; 2010&ndash;2024 by various authors &amp; licensed under GPLv3</a>.
27 27 %if c.issues_url:
28 28 &ndash; <a class="navbar-link" href="${c.issues_url}" target="_blank">${_('Support')}</a>
29 29 %endif
General Comments 0
You need to be logged in to leave comments. Login now