Commit 4e472506863789044bb4a2b71dba614ab1ccc297
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,7 +6,8 @@ The PRIMARY AUTHORS of InVesalius 3 are (and/or have been): | ||
6 | 6 | ||
7 | - [Paulo Henrique Junqueira Amorim](https://github.com/paulojamorim) | 7 | - [Paulo Henrique Junqueira Amorim](https://github.com/paulojamorim) |
8 | - [Thiago Franco de Moraes](https://github.com/tfmoraes) | 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 | - [Victor Hugo de Oliveira e Souza](https://github.com/vhosouza) (navigator) | 11 | - [Victor Hugo de Oliveira e Souza](https://github.com/vhosouza) (navigator) |
11 | - [Renan Hiroshi Matsuda](https://github.com/rmatsuda) (navigator) | 12 | - [Renan Hiroshi Matsuda](https://github.com/rmatsuda) (navigator) |
12 | - André Salles Cunha Peres (navigator) | 13 | - André Salles Cunha Peres (navigator) |
invesalius/gui/dialogs.py
@@ -1060,6 +1060,7 @@ def ShowAboutDialog(parent): | @@ -1060,6 +1060,7 @@ def ShowAboutDialog(parent): | ||
1060 | 1060 | ||
1061 | info.Developers = ["Paulo Henrique Junqueira Amorim", | 1061 | info.Developers = ["Paulo Henrique Junqueira Amorim", |
1062 | "Thiago Franco de Moraes", | 1062 | "Thiago Franco de Moraes", |
1063 | + "Hélio Pedrini", | ||
1063 | "Jorge Vicente Lopes da Silva", | 1064 | "Jorge Vicente Lopes da Silva", |
1064 | "Victor Hugo de Oliveira e Souza (navigator)", | 1065 | "Victor Hugo de Oliveira e Souza (navigator)", |
1065 | "Renan Hiroshi Matsuda (navigator)", | 1066 | "Renan Hiroshi Matsuda (navigator)", |