killpresence/killpresence.c
changeset 37 a05815df848c
parent 33 e9bb68c35bf3
child 40 5cd4b42ada91
--- a/killpresence/killpresence.c	Sun Apr 11 14:59:53 2010 +0200
+++ b/killpresence/killpresence.c	Sun Apr 11 15:27:59 2010 +0200
@@ -1,27 +1,26 @@
 /*
- * Copyright (C) 2010 Mikael Berthe <mikael@lilotux.net>
-
-
-  Module "killpresence" -- Ignore current presence of an item
-
+ *  Module "killpresence" -- Ignore current presence of an item
+ *
  * /killpresence fulljid
-   Ignore current presence for the provided JID
+ *  Ignore current presence for the provided JID
  * /killchatstates fulljid
-   Reset chat states for the provided JID
-
-This module 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, see <http://www.gnu.org/licenses/>.
-*/
+ *  Reset chat states for the provided JID
+ *
+ * Copyright (C) 2010 Mikael Berthe <mikael@lilotux.net>
+ *
+ * This module 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, see <http://www.gnu.org/licenses/>.
+ */
 
 #include <string.h>