comparison main.c @ 668:f212cbfbd93c

Bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Feb 2016 07:04:48 +0200
parents 1b18551b25e7
children 06199003043a
comparison
equal deleted inserted replaced
667:f004877a3f51 668:f212cbfbd93c
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-2014 Tecnic Software productions (TNSP) 4 * (C) Copyright 2008-2016 Tecnic Software productions (TNSP)
5 */ 5 */
6 #include "th_args.h" 6 #include "th_args.h"
7 #include "th_config.h" 7 #include "th_config.h"
8 #include "th_network.h" 8 #include "th_network.h"
9 #include "th_file.h" 9 #include "th_file.h"
1960 memset(editHistBuf, 0, sizeof(editHistBuf)); 1960 memset(editHistBuf, 0, sizeof(editHistBuf));
1961 clearEditState(&editState); 1961 clearEditState(&editState);
1962 1962
1963 // Initialize 1963 // Initialize
1964 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION, 1964 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION,
1965 "Written and designed by Anonymous Finnish Guy (C) 2008-2014", 1965 "Written and designed by Anonymous Finnish Guy (C) 2008-2016",
1966 "This software is freeware, use and distribute as you wish."); 1966 "This software is freeware, use and distribute as you wish.");
1967 th_verbosityLevel = 0; 1967 th_verbosityLevel = 0;
1968 1968
1969 // Read configuration file 1969 // Read configuration file
1970 tmpcfg = NULL; 1970 tmpcfg = NULL;