changeset 581:97a49a6cc959

Bump copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Jan 2013 16:16:44 +0200
parents cb4b1cd5dd02
children 8a0c2eb25b35
files main.c network.c network.h resource.rc.in ui.c ui.h util.c util.h
diffstat 8 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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;
 
--- 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 <errno.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
--- 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@"
--- 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"
--- 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
--- 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 <time.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