# HG changeset patch
# User Thomas De Schampheleire <thomas.de_schamphele...@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 <m...@kiilerich.com> 2016-2019
     Danni Randeris <dannirande...@gmail.com> 2019
     Edmund Wong <ew...@crazy-cat.org> 2019
-    Hosted Weblate <hos...@weblate.org> 2019
     Manuel Jacob <m...@manueljacob.de> 2019
     Dominik Ruf <dominik...@gmail.com> 2012 2014-2018
     Michal Čihař <mic...@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 &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>
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['phili...@hostdime.com'] = "Philip Jameson <phili...@hostdime.com>"
 name_fixes['Søren Løvborg'] = "Søren Løvborg <sor...@unity3d.com>"
 name_fixes['Thomas De Schampheleire'] = "Thomas De Schampheleire 
<thomas.de_schamphele...@nokia.com>"
+name_fixes['Hosted Weblate'] = "<>"
 name_fixes['Weblate'] = "<>"
 name_fixes['xpol'] = "xpol <xpol...@gmail.com>"
 name_fixes['Lars <de...@sumpfralle.de>'] = "Lars Kruse <de...@sumpfralle.de>"
_______________________________________________
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to