comparison main.c @ 598:1e10031cf2d5

Bump copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Feb 2014 22:59:13 +0200
parents 463210f14158
children eeea75b8b6f3
comparison
equal deleted inserted replaced
597:dc439b78f111 598:1e10031cf2d5
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-2013 Tecnic Software productions (TNSP) 4 * (C) Copyright 2008-2014 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"
1819 memset(editHistBuf, 0, sizeof(editHistBuf)); 1819 memset(editHistBuf, 0, sizeof(editHistBuf));
1820 clearEditState(&editState); 1820 clearEditState(&editState);
1821 1821
1822 // Initialize 1822 // Initialize
1823 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION, 1823 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION,
1824 "Written and designed by Anonymous Finnish Guy (C) 2008-2013", 1824 "Written and designed by Anonymous Finnish Guy (C) 2008-2014",
1825 "This software is freeware, use and distribute as you wish."); 1825 "This software is freeware, use and distribute as you wish.");
1826 th_verbosityLevel = 0; 1826 th_verbosityLevel = 0;
1827 1827
1828 // Read configuration file 1828 // Read configuration file
1829 tmpcfg = NULL; 1829 tmpcfg = NULL;