comparison pkui-icon.c @ 53:7de92a24e86c

Update email address
author Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
date Sat, 25 Jul 2015 17:25:00 +0200
parents 1eb92ab03287
children b2f6b6b25703
comparison
equal deleted inserted replaced
52:fc48347a3dd9 53:7de92a24e86c
1 /* 1 /*
2 * (C) 2011 Guido Berhoerster <gber@opensuse.org> 2 * (C) 2011 Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
3 * 3 *
4 * Licensed under the GNU General Public License Version 2 4 * Licensed under the GNU General Public License Version 2
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
141 about_dialog_show(GtkMenuItem *item, gpointer user_data) 141 about_dialog_show(GtkMenuItem *item, gpointer user_data)
142 { 142 {
143 static const gchar *copyright = "Copyright \xc2\xa9 2011 Guido " 143 static const gchar *copyright = "Copyright \xc2\xa9 2011 Guido "
144 "Berhoerster\nCopyright \xc2\xa9 2011 Pavol Rusnak\n"; 144 "Berhoerster\nCopyright \xc2\xa9 2011 Pavol Rusnak\n";
145 static const gchar *authors[3] = { 145 static const gchar *authors[3] = {
146 "Guido Berhoerster <gber@opensuse.org>", 146 "Guido Berhoerster <guido+pk-update-icon@berhoerster.name>",
147 "Pavol Rusnak <stick@gk2.sk>", 147 "Pavol Rusnak <stick@gk2.sk>",
148 NULL 148 NULL
149 }; 149 };
150 static const gchar *documenters[2] = { 150 static const gchar *documenters[2] = {
151 "Guido Berhoerster <gber@opensuse.org>", 151 "Guido Berhoerster <guido+pk-update-icon@berhoerster.name>",
152 NULL 152 NULL
153 }; 153 };
154 static const gchar *license = 154 static const gchar *license =
155 "Licensed under the GNU General Public License Version 2\n\n" 155 "Licensed under the GNU General Public License Version 2\n\n"
156 "This program is free software; you can redistribute it and/or " 156 "This program is free software; you can redistribute it and/or "