Commit 4e472506863789044bb4a2b71dba614ab1ccc297

Authored by Paulo Henrique Junqueira Amorim
1 parent 74a6a11e
Exists in master

Authors updated

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
AUTHORS.md
... ... @@ -6,7 +6,8 @@ The PRIMARY AUTHORS of InVesalius 3 are (and/or have been):
6 6  
7 7 - [Paulo Henrique Junqueira Amorim](https://github.com/paulojamorim)
8 8 - [Thiago Franco de Moraes](https://github.com/tfmoraes)
9   -- Jorge Vicente Lopes da Silva
  9 +- [Hélio Pedrini](http://www.ic.unicamp.br/~helio/)
  10 +- [Jorge Vicente Lopes da Silva](http://lattes.cnpq.br/6139204122148876)
10 11 - [Victor Hugo de Oliveira e Souza](https://github.com/vhosouza) (navigator)
11 12 - [Renan Hiroshi Matsuda](https://github.com/rmatsuda) (navigator)
12 13 - André Salles Cunha Peres (navigator)
... ...
invesalius/gui/dialogs.py
... ... @@ -1060,6 +1060,7 @@ def ShowAboutDialog(parent):
1060 1060  
1061 1061 info.Developers = ["Paulo Henrique Junqueira Amorim",
1062 1062 "Thiago Franco de Moraes",
  1063 + "Hélio Pedrini",
1063 1064 "Jorge Vicente Lopes da Silva",
1064 1065 "Victor Hugo de Oliveira e Souza (navigator)",
1065 1066 "Renan Hiroshi Matsuda (navigator)",
... ...