# HG changeset patch # User Mikael Berthe # Date 1194788208 -3600 # Node ID 0562106d20c1b9d768e3e1107004b263fe9f7af4 # Parent 8613d3f4ae91b24592d1ea86ec1ae583a99170fc Update some copyrights diff -r 8613d3f4ae91 -r 0562106d20c1 mcabber/src/jab_iq.c --- a/mcabber/src/jab_iq.c Sun Nov 11 14:21:24 2007 +0100 +++ b/mcabber/src/jab_iq.c Sun Nov 11 14:36:48 2007 +0100 @@ -4,7 +4,7 @@ * Copyright (C) 2005-2007 Mikael Berthe * Some parts initially came from the centericq project: * Copyright (C) 2002-2005 by Konstantin Klyagin - * Some small parts come from the Gaim project + * Some small parts come from the Pidgin project * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1499,7 +1499,7 @@ xmlnode_free(x); } -// This function borrows some code from the Gaim project +// This function borrows some code from the Pidgin project static void handle_iq_time(jconn conn, char *from, const char *id, xmlnode xmldata) { @@ -1544,7 +1544,7 @@ g_free(buf); } -// This function borrows some code from the Gaim project +// This function borrows some code from the Pidgin project static void handle_iq_time202(jconn conn, char *from, const char *id, xmlnode xmldata) { @@ -1598,7 +1598,7 @@ g_free(buf); } -// This function borrows some code from the Gaim project +// This function borrows some code from the Pidgin project static void handle_iq_get(jconn conn, char *from, xmlnode xmldata) { const char *id, *ns; diff -r 8613d3f4ae91 -r 0562106d20c1 mcabber/src/utils.c --- a/mcabber/src/utils.c Sun Nov 11 14:21:24 2007 +0100 +++ b/mcabber/src/utils.c Sun Nov 11 14:36:48 2007 +0100 @@ -3,7 +3,7 @@ * * Copyright (C) 2005-2007 Mikael Berthe * ut_* functions are derived from Cabber debug/log code. - * from_iso8601() comes from the Gaim project. + * from_iso8601() comes from the Pidgin (libpurple) project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -210,7 +210,7 @@ } // from_iso8601(timestamp, utc) -// This function came from the Gaim project, gaim_str_to_time(). +// This function came from the Pidgin project, gaim_str_to_time(). // (Actually date may not be pure iso-8601) // Thanks, guys! // ** Modified by somian 10 Apr 2006 with advice from ysth.