Add myself to the AUTHORS list
This commit is contained in:
parent
5a0979119f
commit
a505e2f2c5
1
AUTHORS
1
AUTHORS
|
@ -1,3 +1,4 @@
|
||||||
Cristian Henzel <oss@rspwn.com>
|
Cristian Henzel <oss@rspwn.com>
|
||||||
Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>
|
Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>
|
||||||
Eugene Nikolsky <pluton.od@gmail.com>
|
Eugene Nikolsky <pluton.od@gmail.com>
|
||||||
|
Pierre Pronchery <khorben@defora.org>
|
||||||
|
|
|
@ -259,7 +259,8 @@ static void show_about_dialog(GtkMenuItem *menu_item, gpointer user_data) {
|
||||||
if (!gtk_grab_get_current()) {
|
if (!gtk_grab_get_current()) {
|
||||||
const gchar* authors[] = {"Cristian Henzel <oss@rspwn.com>\n"
|
const gchar* authors[] = {"Cristian Henzel <oss@rspwn.com>\n"
|
||||||
"Gilberto \"Xyhthyx\" Miralla <xyhthyx@gmail.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 =
|
const gchar* license =
|
||||||
"This program is free software; you can redistribute it and/or modify\n"
|
"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"
|
"it under the terms of the GNU General Public License as published by\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user