comparison nnchat.c @ 80:335b5a74c22e

Updatec copyrights to 2009.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 30 Jan 2009 01:54:51 +0200
parents e36df57c5b0f
children 1534b2c08c74
comparison
equal deleted inserted replaced
79:e36df57c5b0f 80:335b5a74c22e
606 606
607 memset(histBuf, 0, sizeof(histBuf)); 607 memset(histBuf, 0, sizeof(histBuf));
608 608
609 /* Initialize */ 609 /* Initialize */
610 th_init("NNChat", "Newbie Nudes chat client", "0.6.7", 610 th_init("NNChat", "Newbie Nudes chat client", "0.6.7",
611 "Written and designed by Anonymous Finnish Guy (C) 2008", 611 "Written and designed by Anonymous Finnish Guy (C) 2008-2009",
612 "This software is freeware, use and distribute as you wish."); 612 "This software is freeware, use and distribute as you wish.");
613 th_verbosityLevel = 0; 613 th_verbosityLevel = 0;
614 614
615 /* Parse arguments */ 615 /* Parse arguments */
616 argsOK = th_args_process(argc, argv, optList, optListN, 616 argsOK = th_args_process(argc, argv, optList, optListN,