# HG changeset patch # User Matti Hamalainen # Date 1303203650 -10800 # Node ID 52a2f06fd41c3efceed581f68be62aefd5d82658 # Parent 71fa0364c058689aa77cc9c4c9f9ecd12e8188e6 Update copyright years. diff -r 71fa0364c058 -r 52a2f06fd41c nnchat.c --- 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 @@ -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; diff -r 71fa0364c058 -r 52a2f06fd41c th_util.h --- 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