Mercurial > pidgin
changeset 12937:6a2668fb293f
[gaim-migrate @ 15290]
Comply with the GPLv2 better
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 19 Jan 2006 05:44:50 +0000 |
parents | 0f3122ce84db |
children | 56129c18aa2b |
files | src/gtkdialogs.c |
diffstat | 1 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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.<BR><BR>")); + _("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.<BR><BR>")); g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" GAIM_WEBSITE "\">" GAIM_WEBSITE "</A><BR/><BR/>");