diff 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
line wrap: on
line diff
--- a/main.c	Sun Dec 30 08:34:07 2012 +0200
+++ b/main.c	Sat Jan 05 16:16:44 2013 +0200
@@ -1,7 +1,7 @@
 /*
  * NNChat - Custom chat client for NewbieNudes.com chatrooms
  * Written by Matti 'ccr' Hämäläinen
- * (C) Copyright 2008-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2008-2013 Tecnic Software productions (TNSP)
  */
 #include "util.h"
 #include "network.h"
@@ -1779,7 +1779,7 @@
 
     // Initialize
     th_init("NNChat", "Newbie Nudes chat client", NN_VERSION,
-        "Written and designed by Anonymous Finnish Guy (C) 2008-2012",
+        "Written and designed by Anonymous Finnish Guy (C) 2008-2013",
         "This software is freeware, use and distribute as you wish.");
     th_verbosityLevel = 0;