comparison nnchat.c @ 6:526ba3b578d7

Changed copyright etc. again.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 01:08:01 +0000
parents b9d792e88ab5
children a02659cc5bc8
comparison
equal deleted inserted replaced
5:d83c544c8077 6:526ba3b578d7
618 struct sockaddr_in tmpAddr; 618 struct sockaddr_in tmpAddr;
619 BOOL exitProg = FALSE; 619 BOOL exitProg = FALSE;
620 620
621 /* Initialize */ 621 /* Initialize */
622 th_init("NNChat", "Newbie Nudes chat client", "0.3", 622 th_init("NNChat", "Newbie Nudes chat client", "0.3",
623 "Written and designed by MrGrg", 623 "Written and designed by Anonymous Finnish Guy (C) 2008",
624 "This software is freeware, do as you wish."); 624 "This software is freeware, use and distribute as you wish.");
625 th_verbosityLevel = 0; 625 th_verbosityLevel = 0;
626 626
627 /* Parse arguments */ 627 /* Parse arguments */
628 th_args_process(argc, argv, optList, optListN, 628 th_args_process(argc, argv, optList, optListN,
629 argHandleOpt, argHandleFile, FALSE); 629 argHandleOpt, argHandleFile, FALSE);