changeset 80:335b5a74c22e

Updatec copyrights to 2009.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 30 Jan 2009 01:54:51 +0200
parents e36df57c5b0f
children 69aed051f84d
files nnchat.c th_util.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Wed Dec 24 16:03:53 2008 +0200
+++ b/nnchat.c	Fri Jan 30 01:54:51 2009 +0200
@@ -608,7 +608,7 @@
     
     /* Initialize */
     th_init("NNChat", "Newbie Nudes chat client", "0.6.7",
-        "Written and designed by Anonymous Finnish Guy (C) 2008",
+        "Written and designed by Anonymous Finnish Guy (C) 2008-2009",
         "This software is freeware, use and distribute as you wish.");
     th_verbosityLevel = 0;
     
--- a/th_util.h	Wed Dec 24 16:03:53 2008 +0200
+++ b/th_util.h	Fri Jan 30 01:54:51 2009 +0200
@@ -1,7 +1,7 @@
 /*
  * Generic utility-functions, macros and defaults
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2008 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2009 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
@@ -37,7 +37,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 2008 TNSP"
+#define TH_PROG_AUTHOR      "By Matti 'ccr' Hämäläinen (C) Copyright 2009 TNSP"
 #define TH_PROG_LICENSE     "This software is licensed under GNU GPL version 2"
 #endif