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

Update/Add headers
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:39:32 +0200
parents a087125d8fc8
children 351427ef0b4b
line wrap: on
line diff
--- a/mcabber/src/xmpp_iqrequest.c	Sun Oct 11 15:38:32 2009 +0200
+++ b/mcabber/src/xmpp_iqrequest.c	Sun Oct 11 15:39:32 2009 +0200
@@ -1,4 +1,24 @@
-/* See xmpp.c file for copyright and license details. */
+/*
+ * xmpp_iqrequest.c -- Jabber IQ request handling
+ *
+ * Copyright (C) 2008-2009 Frank Zschockelt <mcabber@freakysoft.de>
+ * Copyright (C) 2005-2009 Mikael Berthe <mikael@lilotux.net>
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or (at
+ * your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ */
 
 static LmHandlerResult cb_roster(LmMessageHandler *h, LmConnection *c,
                                  LmMessage *m, gpointer user_data);
@@ -598,3 +618,5 @@
   lm_message_handler_unref(handler);
   lm_message_unref(iq);
 }
+
+/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */