# HG changeset patch # User Matti Hamalainen # Date 1455512688 -7200 # Node ID f212cbfbd93c0b206126f7897022ed957e414887 # Parent f004877a3f51b53ab22b45874d6d15f56cd3f53f Bump copyrights. diff -r f004877a3f51 -r f212cbfbd93c main.c --- a/main.c Mon Feb 15 07:01:33 2016 +0200 +++ b/main.c Mon Feb 15 07:04:48 2016 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2014 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2016 Tecnic Software productions (TNSP) */ #include "th_args.h" #include "th_config.h" @@ -1962,7 +1962,7 @@ // Initialize th_init("NNChat", "Newbie Nudes chat client", NN_VERSION, - "Written and designed by Anonymous Finnish Guy (C) 2008-2014", + "Written and designed by Anonymous Finnish Guy (C) 2008-2016", "This software is freeware, use and distribute as you wish."); th_verbosityLevel = 0; diff -r f004877a3f51 -r f212cbfbd93c ui.c --- a/ui.c Mon Feb 15 07:01:33 2016 +0200 +++ b/ui.c Mon Feb 15 07:04:48 2016 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2016 Tecnic Software productions (TNSP) */ #include "util.h" #include "ui.h" diff -r f004877a3f51 -r f212cbfbd93c ui.h --- a/ui.h Mon Feb 15 07:01:33 2016 +0200 +++ b/ui.h Mon Feb 15 07:04:48 2016 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2016 Tecnic Software productions (TNSP) */ #ifndef LIBNNUI_H #define LIBNNUI_H @@ -38,7 +38,7 @@ typedef struct { - th_ringbuf_t *data; // "Backbuffer" data for this window + th_ringbuf_t *data; // "Backbuffer" data for this window int pos; // Current position in the window, 0 = real time BOOL dirty; diff -r f004877a3f51 -r f212cbfbd93c util.c --- a/util.c Mon Feb 15 07:01:33 2016 +0200 +++ b/util.c Mon Feb 15 07:04:48 2016 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2016 Tecnic Software productions (TNSP) */ #include "util.h" #include diff -r f004877a3f51 -r f212cbfbd93c util.h --- a/util.h Mon Feb 15 07:01:33 2016 +0200 +++ b/util.h Mon Feb 15 07:04:48 2016 +0200 @@ -1,7 +1,7 @@ /* * NNChat - Custom chat client for NewbieNudes.com chatrooms * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2008-2015 Tecnic Software productions (TNSP) + * (C) Copyright 2008-2016 Tecnic Software productions (TNSP) */ #ifndef LIBNNUTIL_H #define LIBNNUTIL_H