changeset 598:1e10031cf2d5

Bump copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Feb 2014 22:59:13 +0200
parents dc439b78f111
children eeea75b8b6f3
files main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;