diff nnchat.c @ 237:52a2f06fd41c

Update copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Apr 2011 12:00:50 +0300
parents 71fa0364c058
children e85d453e82eb
line wrap: on
line diff
--- a/nnchat.c	Thu Mar 17 08:58:19 2011 +0200
+++ b/nnchat.c	Tue Apr 19 12:00:50 2011 +0300
@@ -1,7 +1,7 @@
 /*
  * NNChat - Custom chat client for NewbieNudes.com chatrooms
  * Written by Matti 'ccr' Hämäläinen
- * (C) Copyright 2008-2010 Tecnic Software productions (TNSP)
+ * (C) Copyright 2008-2011 Tecnic Software productions (TNSP)
  */
 #include "libnnchat.h"
 #include <stdlib.h>
@@ -986,7 +986,7 @@
     
     /* Initialize */
     th_init("NNChat", "Newbie Nudes chat client", NN_VERSION,
-        "Written and designed by Anonymous Finnish Guy (C) 2008-2010",
+        "Written and designed by Anonymous Finnish Guy (C) 2008-2011",
         "This software is freeware, use and distribute as you wish.");
     th_verbosityLevel = 0;