# HG changeset patch # User Thomas De Schampheleire # Date 2019-03-19 22:00:15 # Node ID dc1c9c1314667d48a9293047603a6072bf3e8a42 # Parent 050a94de8e7f1cdb2f8cc8cce01b855fa9a1ce47 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 2016-2019 Danni Randeris 2019 Edmund Wong 2019 - Hosted Weblate 2019 Manuel Jacob 2019 Dominik Ruf 2012 2014-2018 Michal Čihař 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 @@
  • Copyright © 2014–2019, Thomas De Schampheleire
  • Copyright © 2019, Danni Randeris
  • Copyright © 2019, Edmund Wong
  • -
  • Copyright © 2019, Hosted Weblate
  • Copyright © 2019, Manuel Jacob
  • Copyright © 2012, 2014–2018, Dominik Ruf
  • Copyright © 2014–2015, 2018, Michal Čihař
  • 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@hostdime.com'] = "Philip Jameson " name_fixes['Søren Løvborg'] = "Søren Løvborg " name_fixes['Thomas De Schampheleire'] = "Thomas De Schampheleire " +name_fixes['Hosted Weblate'] = "<>" name_fixes['Weblate'] = "<>" name_fixes['xpol'] = "xpol " name_fixes['Lars '] = "Lars Kruse "