comparison main.c @ 581:97a49a6cc959

Bump copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Jan 2013 16:16:44 +0200
parents 06675b69ca6c
children 8a0c2eb25b35
comparison
equal deleted inserted replaced
580:cb4b1cd5dd02 581:97a49a6cc959
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-2012 Tecnic Software productions (TNSP) 4 * (C) Copyright 2008-2013 Tecnic Software productions (TNSP)
5 */ 5 */
6 #include "util.h" 6 #include "util.h"
7 #include "network.h" 7 #include "network.h"
8 #include "ui.h" 8 #include "ui.h"
9 #include "th_args.h" 9 #include "th_args.h"
1777 memset(editHistBuf, 0, sizeof(editHistBuf)); 1777 memset(editHistBuf, 0, sizeof(editHistBuf));
1778 clearEditState(&editState); 1778 clearEditState(&editState);
1779 1779
1780 // Initialize 1780 // Initialize
1781 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION, 1781 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION,
1782 "Written and designed by Anonymous Finnish Guy (C) 2008-2012", 1782 "Written and designed by Anonymous Finnish Guy (C) 2008-2013",
1783 "This software is freeware, use and distribute as you wish."); 1783 "This software is freeware, use and distribute as you wish.");
1784 th_verbosityLevel = 0; 1784 th_verbosityLevel = 0;
1785 1785
1786 // Read configuration file 1786 // Read configuration file
1787 tmpcfg = NULL; 1787 tmpcfg = NULL;