comparison mcabber/src/utils.c @ 1599:dcd5d4c75199

Update/Add headers
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:39:32 +0200
parents a087125d8fc8
children f9bf561e54d0
comparison
equal deleted inserted replaced
1598:a087125d8fc8 1599:dcd5d4c75199
1 /* 1 /*
2 * utils.c -- Various utility functions 2 * utils.c -- Various utility functions
3 * 3 *
4 * Copyright (C) 2005-2008 Mikael Berthe <mikael@lilotux.net> 4 * Copyright (C) 2005-2009 Mikael Berthe <mikael@lilotux.net>
5 * ut_* functions are derived from Cabber debug/log code. 5 * Some of the ut_* functions are derived from Cabber debug/log code.
6 * from_iso8601() comes from the Pidgin (libpurple) project. 6 * from_iso8601() comes from the Pidgin (libpurple) project.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or (at 10 * the Free Software Foundation; either version 2 of the License, or (at