# HG changeset patch # User Mark Doliner # Date 1137649490 0 # Node ID 6a2668fb293fe2c9d5864c7c5277a20893f67e83 # Parent 0f3122ce84dbd0c5f5822aad5082a3a4d1064a55 [gaim-migrate @ 15290] Comply with the GPLv2 better committer: Tailor Script diff -r 0f3122ce84db -r 6a2668fb293f src/gtkdialogs.c --- a/src/gtkdialogs.c Thu Jan 19 04:23:44 2006 +0000 +++ b/src/gtkdialogs.c Thu Jan 19 05:44:50 2006 +0000 @@ -247,11 +247,16 @@ str = g_string_sized_new(4096); g_string_append(str, - _("Gaim is a modular messaging client capable of using " - "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, " - "Novell GroupWise, Lotus Sametime, Napster, Zephyr, and Gadu-Gadu " - "all at once. It is written using " - "GTK+ and is licensed under the GNU GPL.

")); + _("Gaim is a modular messaging client capable of using " + "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, " + "Novell GroupWise, Lotus Sametime, Napster, Zephyr, and Gadu-Gadu " + "all at once. It is written using GTK+. " + "You may modify and redistribute the program under " + "the terms of the GPL. A copy of the GPL is " + "contained in the 'COPYING' file distributed with Gaim. " + "Gaim is copyrighted by its contributors. See the 'COPYRIGHT' " + "file for the complete list of contributors. We provide no " + "warranty for this program.

")); g_string_append(str, "URL: " GAIM_WEBSITE "

");