changeset 7517:81f30fd3a075

misc: update the contributor’s preferred name
author Andrej Shadura <andrew@shadura.me>
date Tue, 29 Jan 2019 09:43:29 +0100
parents c734e5be1a5a
children 47a8dbf1bcce
files CONTRIBUTORS kallithea/templates/about.html scripts/update-copyrights.py
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTORS	Tue Jan 29 09:36:42 2019 +0100
+++ b/CONTRIBUTORS	Tue Jan 29 09:43:29 2019 +0100
@@ -8,7 +8,7 @@
     Patrick Vane <patrick_vane@lowentry.com> 2018
     Mads Kiilerich <madski@unity3d.com> 2012-2017
     Unity Technologies 2012-2017
-    Andrew Shadura <andrew@shadura.me> 2012 2014-2017
+    Andrej Shadura <andrew@shadura.me> 2012 2014-2017
     Étienne Gilli <etienne.gilli@gmail.com> 2015-2017
     Søren Løvborg <sorenl@unity3d.com> 2015-2017
     Sam Jaques <sam.jaques@me.com> 2015 2017
--- a/kallithea/templates/about.html	Tue Jan 29 09:36:42 2019 +0100
+++ b/kallithea/templates/about.html	Tue Jan 29 09:43:29 2019 +0100
@@ -31,7 +31,7 @@
   <li>Copyright &copy; 2018, Chris Rule</li>
   <li>Copyright &copy; 2018, Patrick Vane</li>
   <li>Copyright &copy; 2012&ndash;2017, Unity Technologies</li>
-  <li>Copyright &copy; 2012, 2014&ndash;2017, Andrew Shadura</li>
+  <li>Copyright &copy; 2012, 2014&ndash;2017, Andrej Shadura</li>
   <li>Copyright &copy; 2015&ndash;2017, Étienne Gilli</li>
   <li>Copyright &copy; 2015&ndash;2017, Søren Løvborg</li>
   <li>Copyright &copy; 2015, 2017, Sam Jaques</li>
--- a/scripts/update-copyrights.py	Tue Jan 29 09:36:42 2019 +0100
+++ b/scripts/update-copyrights.py	Tue Jan 29 09:43:29 2019 +0100
@@ -47,7 +47,7 @@
 # Normalize some committer names where people have contributed under different
 # names or email addresses:
 name_fixes = {}
-name_fixes['Andrew Shadura'] = "Andrew Shadura <andrew@shadura.me>"
+name_fixes['Andrew Shadura'] = "Andrej Shadura <andrew@shadura.me>"
 name_fixes['aparkar'] = "Aparkar <aparkar@icloud.com>"
 name_fixes['Aras Pranckevicius'] = "Aras Pranckevičius <aras@unity3d.com>"
 name_fixes['Augosto Hermann'] = "Augusto Herrmann <augusto.herrmann@planejamento.gov.br>"