# HG changeset patch # User Matti Hamalainen # Date 1357395404 -7200 # Node ID 97a49a6cc959bebed8d2bf687d385e0bfcde33a9 # Parent cb4b1cd5dd025aec638fc790f3158f960798209b Bump copyright year. diff -r cb4b1cd5dd02 -r 97a49a6cc959 main.c --- a/main.c Sun Dec 30 08:34:07 2012 +0200 +++ b/main.c Sat Jan 05 16:16:44 2013 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2012 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) */ #include "util.h" #include "network.h" @@ -1779,7 +1779,7 @@ // Initialize th_init("NNChat", "Newbie Nudes chat client", NN_VERSION, - "Written and designed by Anonymous Finnish Guy (C) 2008-2012", + "Written and designed by Anonymous Finnish Guy (C) 2008-2013", "This software is freeware, use and distribute as you wish."); th_verbosityLevel = 0; diff -r cb4b1cd5dd02 -r 97a49a6cc959 network.c --- a/network.c Sun Dec 30 08:34:07 2012 +0200 +++ b/network.c Sat Jan 05 16:16:44 2013 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2012 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) */ #include "network.h" #include diff -r cb4b1cd5dd02 -r 97a49a6cc959 network.h --- a/network.h Sun Dec 30 08:34:07 2012 +0200 +++ b/network.h Sat Jan 05 16:16:44 2013 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2012 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) */ #ifndef LIBNNCHAT_H #define LIBNNCHAT_H diff -r cb4b1cd5dd02 -r 97a49a6cc959 resource.rc.in --- a/resource.rc.in Sun Dec 30 08:34:07 2012 +0200 +++ b/resource.rc.in Sat Jan 05 16:16:44 2013 +0200 @@ -11,7 +11,7 @@ VALUE "FileDescription", "NewbieNudes Chat Client" VALUE "FileVersion", "1.0" VALUE "InternalName", "NNChat" - VALUE "LegalCopyright", "(C) Copyright 2008-2012 AFG" + VALUE "LegalCopyright", "(C) Copyright 2008-2013 AFG" VALUE "OriginalFilename", "@EXE@" VALUE "ProductName", "NNChat" VALUE "ProductVersion", "@VERSION@" diff -r cb4b1cd5dd02 -r 97a49a6cc959 ui.c --- a/ui.c Sun Dec 30 08:34:07 2012 +0200 +++ b/ui.c Sat Jan 05 16:16:44 2013 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2012 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) */ #include "util.h" #include "ui.h" diff -r cb4b1cd5dd02 -r 97a49a6cc959 ui.h --- a/ui.h Sun Dec 30 08:34:07 2012 +0200 +++ b/ui.h Sat Jan 05 16:16:44 2013 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2012 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) */ #ifndef LIBNNUI_H #define LIBNNUI_H diff -r cb4b1cd5dd02 -r 97a49a6cc959 util.c --- a/util.c Sun Dec 30 08:34:07 2012 +0200 +++ b/util.c Sat Jan 05 16:16:44 2013 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2012 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) */ #include "util.h" #include diff -r cb4b1cd5dd02 -r 97a49a6cc959 util.h --- a/util.h Sun Dec 30 08:34:07 2012 +0200 +++ b/util.h Sat Jan 05 16:16:44 2013 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2012 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) */ #ifndef LIBNNUTIL_H #define LIBNNUTIL_H