Add myself to the AUTHORS list

This commit is contained in:
Pierre Pronchery 2019-12-18 06:22:43 +01:00
parent 5a0979119f
commit a505e2f2c5
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
Cristian Henzel <oss@rspwn.com>
Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>
Eugene Nikolsky <pluton.od@gmail.com>
Pierre Pronchery <khorben@defora.org>

View File

@ -259,7 +259,8 @@ static void show_about_dialog(GtkMenuItem *menu_item, gpointer user_data) {
if (!gtk_grab_get_current()) {
const gchar* authors[] = {"Cristian Henzel <oss@rspwn.com>\n"
"Gilberto \"Xyhthyx\" Miralla <xyhthyx@gmail.com>\n"
"Eugene Nikolsky <pluton.od@gmail.com>", NULL};
"Eugene Nikolsky <pluton.od@gmail.com>\n"
"Pierre Pronchery <khorben@defora.org>", NULL};
const gchar* license =
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"