comparison nnchat.c @ 237:52a2f06fd41c

Update copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Apr 2011 12:00:50 +0300
parents 71fa0364c058
children e85d453e82eb
comparison
equal deleted inserted replaced
236:71fa0364c058 237:52a2f06fd41c
1 /* 1 /*
2 * NNChat - Custom chat client for NewbieNudes.com chatrooms 2 * NNChat - Custom chat client for NewbieNudes.com chatrooms
3 * Written by Matti 'ccr' Hämäläinen 3 * Written by Matti 'ccr' Hämäläinen
4 * (C) Copyright 2008-2010 Tecnic Software productions (TNSP) 4 * (C) Copyright 2008-2011 Tecnic Software productions (TNSP)
5 */ 5 */
6 #include "libnnchat.h" 6 #include "libnnchat.h"
7 #include <stdlib.h> 7 #include <stdlib.h>
8 #include "th_args.h" 8 #include "th_args.h"
9 #include "th_config.h" 9 #include "th_config.h"
984 memset(histBuf, 0, sizeof(histBuf)); 984 memset(histBuf, 0, sizeof(histBuf));
985 backBuf = nn_ringbuf_new(SET_BACKBUF_LEN); 985 backBuf = nn_ringbuf_new(SET_BACKBUF_LEN);
986 986
987 /* Initialize */ 987 /* Initialize */
988 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION, 988 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION,
989 "Written and designed by Anonymous Finnish Guy (C) 2008-2010", 989 "Written and designed by Anonymous Finnish Guy (C) 2008-2011",
990 "This software is freeware, use and distribute as you wish."); 990 "This software is freeware, use and distribute as you wish.");
991 th_verbosityLevel = 0; 991 th_verbosityLevel = 0;
992 992
993 /* Read config */ 993 /* Read config */
994 tmpcfg = NULL; 994 tmpcfg = NULL;