changeset 668:f212cbfbd93c

Bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Feb 2016 07:04:48 +0200
parents f004877a3f51
children 32c13602c091
files main.c ui.c ui.h util.c util.h
diffstat 5 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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;
 
--- 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"
--- 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;
 
--- 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 <time.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