diff mcabber/src/utils.c @ 1361:0562106d20c1

Update some copyrights
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Nov 2007 14:36:48 +0100
parents 382ec54b584e
children cd0d63024923
line wrap: on
line diff
--- 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.