extsay-ng/extsay.c
changeset 37 a05815df848c
parent 35 337add12c399
child 40 5cd4b42ada91
--- a/extsay-ng/extsay.c	Sun Apr 11 14:59:53 2010 +0200
+++ b/extsay-ng/extsay.c	Sun Apr 11 15:27:59 2010 +0200
@@ -1,23 +1,23 @@
 /*
-   Copyright 2010 Mikael Berthe
-
-  Module "extsay"     -- adds a /extsay command
-                         Spawns an external editor, using screen
-                         See the README file
-
-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 "extsay"     -- adds a /extsay command
+ *                         Spawns an external editor, using screen
+ *                         See the README file
+ *
+ * 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 <unistd.h>
 #include <stdlib.h>