aboutsummaryrefslogtreecommitdiff
path: root/src/freadln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/freadln.c')
-rw-r--r--src/freadln.c35
1 files changed, 17 insertions, 18 deletions
diff --git a/src/freadln.c b/src/freadln.c
index b7de47a..244b8c6 100644
--- a/src/freadln.c
+++ b/src/freadln.c
@@ -1,19 +1,22 @@
-
-/******************************************************
- *
- * zexy - implementation file
- *
- * copyleft (c) Franz Zotter
- *
- * 2105:forum::für::umläute:2007
- *
- * institute of electronic music and acoustics (iem)
+/*
+ * freadln: reads messages continuously from the lines of a file
*
- ******************************************************
+ * (c) 1999-2011 IOhannes m zmölnig, forum::für::umläute, institute of electronic music and acoustics (iem)
+ * (c) 2007 Franz Zotter <zotter@iem.at>, Institute of Electronic Music and Acoustics
*
- * license: GNU General Public License v.2
- *
- ******************************************************/
+ * 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, see <http://www.gnu.org/licenses/>.
+ */
#include "zexy.h"
@@ -37,10 +40,6 @@
/* freadln: reads messages continuously from the lines of
* a file that doesn't necessarily need to fit
* into the RAM of your system
- *
- * Franz Zotter zotter@iem.at, 2007
- * Institute of Electronic Music and Acoustics
- *
*/
static t_class *freadln_class;