comment/comment.c
changeset 37 a05815df848c
parent 8 53b0091ecd47
child 40 5cd4b42ada91
--- a/comment/comment.c	Sun Apr 11 14:59:53 2010 +0200
+++ b/comment/comment.c	Sun Apr 11 15:27:59 2010 +0200
@@ -1,22 +1,22 @@
 /*
-   Copyright 2010 Mikael Berthe
-
-  Module "comment"    -- adds a dummy /# command
-                         (ignore the rest of the command line)
-
-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 "comment"    -- adds a dummy /# command
+ *                        (ignore the rest of the command line)
+ *
+ * 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>