diff mcabber/src/xmpp.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.c	Sun Oct 11 15:38:32 2009 +0200
+++ b/mcabber/src/xmpp.c	Sun Oct 11 15:39:32 2009 +0200
@@ -1,8 +1,8 @@
 /*
- * xmpp.c    -- Jabber protocol handling
+ * xmpp.c       -- Jabber protocol handling
  *
- * 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>
  * Parts come from the centericq project:
  * Copyright (C) 2002-2005 by Konstantin Klyagin <konst@konst.org.ua>
  *
@@ -2152,3 +2152,5 @@
     scr_LogPrint(LPRINT_LOGNORM,
                  "Warning: you're not connected to the server.");
 }
+
+/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */