lastmsg/lastmsg.c
changeset 37 a05815df848c
parent 26 a15aa7a218ec
child 40 5cd4b42ada91
--- a/lastmsg/lastmsg.c	Sun Apr 11 14:59:53 2010 +0200
+++ b/lastmsg/lastmsg.c	Sun Apr 11 15:27:59 2010 +0200
@@ -1,27 +1,27 @@
 /*
-   Copyright 2010 Mikael Berthe
-
-  Module "lastmsg"    -- adds a /lastmsg command
-                         Displays last personal messages
-
-  This modules stores messages received in a MUC room while
-  you are away (or not available) if they contain your nickname.
-  When you're back, you can display them in the status window with
-  the /lastmsg command.
-
-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/>.
-*/
+ *  Module "lastmsg"    -- adds a /lastmsg command
+ *                         Displays last personal messages
+ *
+ *  This modules stores messages received in a MUC room while
+ *  you are away (or not available) if they contain your nickname.
+ *  When you're back, you can display them in the status window with
+ *  the /lastmsg command.
+ *
+ * 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 <mcabber/modules.h>
 #include <mcabber/commands.h>