changeset 1361:0562106d20c1

Update some copyrights
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Nov 2007 14:36:48 +0100
parents 8613d3f4ae91
children 9ee58f91d19e
files mcabber/src/jab_iq.c mcabber/src/utils.c
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 <mikael@lilotux.net>
  * Some parts initially came from the centericq project:
  * Copyright (C) 2002-2005 by Konstantin Klyagin <konst@konst.org.ua>
- * Some small parts come from the Gaim project <http://gaim.sourceforge.net/>
+ * Some small parts come from the Pidgin project <http://pidgin.im/>
  *
  * 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;
--- 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 <mikael@lilotux.net>
  * 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.