Changeset - 81f30fd3a075
[Not reviewed]
default
0 3 0
Andrej Shadura - 7 years ago 2019-01-29 09:43:29
andrew@shadura.me
misc: update the contributor’s preferred name
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
CONTRIBUTORS
Show inline comments
 
@@ -8,7 +8,7 @@ List of contributors to Kallithea projec
 
    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
kallithea/templates/about.html
Show inline comments
 
@@ -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>
scripts/update-copyrights.py
Show inline comments
 
@@ -47,7 +47,7 @@ total_ignore.add('<>')
 
# 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>"
0 comments (0 inline, 0 general)