changeset 7585:dc1c9c131466

scripts/contributor_data: add to-ignore entry for 'Hosted Weblate' We don't want to attribute copyright to 'Hosted Weblate' (automatic translation file updates that accidentally sneaked in).
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 19 Mar 2019 22:00:15 +0100
parents 050a94de8e7f
children 30e3d0a14f09
files CONTRIBUTORS kallithea/templates/about.html scripts/contributor_data.py
diffstat 3 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTORS	Fri Mar 15 21:21:12 2019 +0100
+++ b/CONTRIBUTORS	Tue Mar 19 22:00:15 2019 +0100
@@ -5,7 +5,6 @@
     Mads Kiilerich <mads@kiilerich.com> 2016-2019
     Danni Randeris <danniranderis@gmail.com> 2019
     Edmund Wong <ewong@crazy-cat.org> 2019
-    Hosted Weblate <hosted@weblate.org> 2019
     Manuel Jacob <me@manueljacob.de> 2019
     Dominik Ruf <dominikruf@gmail.com> 2012 2014-2018
     Michal Čihař <michal@cihar.com> 2014-2015 2018
--- a/kallithea/templates/about.html	Fri Mar 15 21:21:12 2019 +0100
+++ b/kallithea/templates/about.html	Tue Mar 19 22:00:15 2019 +0100
@@ -29,7 +29,6 @@
   <li>Copyright &copy; 2014&ndash;2019, Thomas De Schampheleire</li>
   <li>Copyright &copy; 2019, Danni Randeris</li>
   <li>Copyright &copy; 2019, Edmund Wong</li>
-  <li>Copyright &copy; 2019, Hosted Weblate</li>
   <li>Copyright &copy; 2019, Manuel Jacob</li>
   <li>Copyright &copy; 2012, 2014&ndash;2018, Dominik Ruf</li>
   <li>Copyright &copy; 2014&ndash;2015, 2018, Michal Čihař</li>
--- a/scripts/contributor_data.py	Fri Mar 15 21:21:12 2019 +0100
+++ b/scripts/contributor_data.py	Tue Mar 19 22:00:15 2019 +0100
@@ -35,6 +35,7 @@
 name_fixes['philip.j@hostdime.com'] = "Philip Jameson <philip.j@hostdime.com>"
 name_fixes['Søren Løvborg'] = "Søren Løvborg <sorenl@unity3d.com>"
 name_fixes['Thomas De Schampheleire'] = "Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>"
+name_fixes['Hosted Weblate'] = "<>"
 name_fixes['Weblate'] = "<>"
 name_fixes['xpol'] = "xpol <xpolife@gmail.com>"
 name_fixes['Lars <devel@sumpfralle.de>'] = "Lars Kruse <devel@sumpfralle.de>"