# HG changeset patch # User Matti Hamalainen # Date 1233273291 -7200 # Node ID 335b5a74c22e4a70fcf33e4bd38b4bf734dc542e # Parent e36df57c5b0fa051eabc3b944d8fbf5da6a77c25 Updatec copyrights to 2009. diff -r e36df57c5b0f -r 335b5a74c22e nnchat.c --- 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; diff -r e36df57c5b0f -r 335b5a74c22e th_util.h --- 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