[PATCH 4 of 9 v2] scripts/contributor_data: add to-ignore entry for 'Hosted Weblate'

Thomas De Schampheleire patrickdepinguin at gmail.com
Tue Mar 19 21:10:04 UTC 2019


# HG changeset patch
# User Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
# Date 1553029215 -3600
#      Tue Mar 19 22:00:15 2019 +0100
# Node ID 944f5377a0c04b4a77e3005f6c67220911a9c250
# Parent  05b0ca99dd46849409c41af32882747f8501db8b
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).

diff --git a/CONTRIBUTORS b/CONTRIBUTORS
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -5,7 +5,6 @@ List of contributors to Kallithea projec
     Mads Kiilerich <mads at kiilerich.com> 2016-2019
     Danni Randeris <danniranderis at gmail.com> 2019
     Edmund Wong <ewong at crazy-cat.org> 2019
-    Hosted Weblate <hosted at weblate.org> 2019
     Manuel Jacob <me at manueljacob.de> 2019
     Dominik Ruf <dominikruf at gmail.com> 2012 2014-2018
     Michal Čihař <michal at cihar.com> 2014-2015 2018
diff --git a/kallithea/templates/about.html b/kallithea/templates/about.html
--- a/kallithea/templates/about.html
+++ b/kallithea/templates/about.html
@@ -29,7 +29,6 @@
   <li>Copyright © 2014–2019, Thomas De Schampheleire</li>
   <li>Copyright © 2019, Danni Randeris</li>
   <li>Copyright © 2019, Edmund Wong</li>
-  <li>Copyright © 2019, Hosted Weblate</li>
   <li>Copyright © 2019, Manuel Jacob</li>
   <li>Copyright © 2012, 2014–2018, Dominik Ruf</li>
   <li>Copyright © 2014–2015, 2018, Michal Čihař</li>
diff --git a/scripts/contributor_data.py b/scripts/contributor_data.py
--- a/scripts/contributor_data.py
+++ b/scripts/contributor_data.py
@@ -35,6 +35,7 @@ name_fixes['Peter Vitt'] = "Peter Vitt <
 name_fixes['philip.j at hostdime.com'] = "Philip Jameson <philip.j at hostdime.com>"
 name_fixes['Søren Løvborg'] = "Søren Løvborg <sorenl at unity3d.com>"
 name_fixes['Thomas De Schampheleire'] = "Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>"
+name_fixes['Hosted Weblate'] = "<>"
 name_fixes['Weblate'] = "<>"
 name_fixes['xpol'] = "xpol <xpolife at gmail.com>"
 name_fixes['Lars <devel at sumpfralle.de>'] = "Lars Kruse <devel at sumpfralle.de>"


More information about the kallithea-general mailing list