diff -r a087125d8fc8 -r dcd5d4c75199 mcabber/src/xmpp_helper.c --- a/mcabber/src/xmpp_helper.c Sun Oct 11 15:38:32 2009 +0200 +++ b/mcabber/src/xmpp_helper.c Sun Oct 11 15:39:32 2009 +0200 @@ -1,11 +1,10 @@ /* - * xmpp_helper.c -- Jabber protocol helper functions + * xmpp_helper.c -- Jabber protocol helper functions * - * Copyright (C) 2008 Frank Zschockelt - * Copyright (C) 2005-2008 Mikael Berthe + * Copyright (C) 2008-2009 Frank Zschockelt + * Copyright (C) 2005-2009 Mikael Berthe * Some parts initially came from the centericq project: * Copyright (C) 2002-2005 by Konstantin Klyagin - * 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 @@ -288,3 +287,4 @@ g_free(sdesc); } +/* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */