changeset 237:52a2f06fd41c

Update copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Apr 2011 12:00:50 +0300
parents 71fa0364c058
children 578730eebe07
files nnchat.c th_util.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
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;
 
--- a/th_util.h	Thu Mar 17 08:58:19 2011 +0200
+++ b/th_util.h	Tue Apr 19 12:00:50 2011 +0300
@@ -38,7 +38,7 @@
 #define TH_PROG_AUTHOR      NULL
 #define TH_PROG_LICENSE     NULL
 #else
-#define TH_PROG_AUTHOR      "By Matti 'ccr' Hämäläinen (C) Copyright 2010 TNSP"
+#define TH_PROG_AUTHOR      "By Matti 'ccr' Hämäläinen (C) Copyright 2011 TNSP"
 #define TH_PROG_LICENSE     "This software is licensed under GNU GPL version 2"
 #endif