comparison nnchat.c @ 399:06a1c1db5bbb

Update copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 May 2012 05:00:48 +0300
parents c345a8efb1d4
children ec974049ccba
comparison
equal deleted inserted replaced
398:c345a8efb1d4 399:06a1c1db5bbb
1435 1435
1436 memset(histBuf, 0, sizeof(histBuf)); 1436 memset(histBuf, 0, sizeof(histBuf));
1437 1437
1438 /* Initialize */ 1438 /* Initialize */
1439 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION, 1439 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION,
1440 "Written and designed by Anonymous Finnish Guy (C) 2008-2011", 1440 "Written and designed by Anonymous Finnish Guy (C) 2008-2012",
1441 "This software is freeware, use and distribute as you wish."); 1441 "This software is freeware, use and distribute as you wish.");
1442 th_verbosityLevel = 0; 1442 th_verbosityLevel = 0;
1443 1443
1444 /* Read configuration file */ 1444 /* Read configuration file */
1445 tmpcfg = NULL; 1445 tmpcfg = NULL;