# HG changeset patch # User Matti Hamalainen # Date 1392065953 -7200 # Node ID 1e10031cf2d526beb4c7db1a9ab1d46ba3de18de # Parent dc439b78f1113f2fcc692e5ee539d97782fca46e Bump copyright year. diff -r dc439b78f111 -r 1e10031cf2d5 main.c --- a/main.c Sat Dec 21 00:23:44 2013 +0200 +++ b/main.c Mon Feb 10 22:59:13 2014 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2014 Tecnic Software productions (TNSP) */ #include "util.h" #include "network.h" @@ -1821,7 +1821,7 @@ // Initialize th_init("NNChat", "Newbie Nudes chat client", NN_VERSION, - "Written and designed by Anonymous Finnish Guy (C) 2008-2013", + "Written and designed by Anonymous Finnish Guy (C) 2008-2014", "This software is freeware, use and distribute as you wish."); th_verbosityLevel = 0;