diff mcabber/src/xmpp_helper.c @ 1599:dcd5d4c75199

Update/Add headers
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:39:32 +0200
parents a087125d8fc8
children c5ee395fbc8c
line wrap: on
line diff
--- 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 <mcabber@freakysoft.de>
- * Copyright (C) 2005-2008 Mikael Berthe <mikael@lilotux.net>
+ * Copyright (C) 2008-2009 Frank Zschockelt <mcabber@freakysoft.de>
+ * Copyright (C) 2005-2009 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 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
@@ -288,3 +287,4 @@
   g_free(sdesc);
 }
 
+/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */