changeset 145:fdea1c3acc53

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 01 Jan 2015 09:22:27 +0200
parents 51eec969b07a (diff) c878cdcfea9d (current diff)
children 0d2a46526349
files th_args.c th_util.c th_util.h
diffstat 13 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/th_args.c	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_args.c	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_args.h	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_args.h	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing function
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_config.c	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_config.c	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Very simple configuration handling functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2004-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2004-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_config.h	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_config.h	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Very simple configuration file handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2004-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2004-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_endian.c	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_endian.c	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Endianess handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_endian.h	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_endian.h	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Endianess handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_network.c	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_network.c	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple TCP network connection handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2013-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2013-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_network.h	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_network.h	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple TCP network connection handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2013-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2013-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_string.c	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_string.c	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Miscellaneous string-handling related utility-functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_string.h	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_string.h	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Miscellaneous string-handling related utility-functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_types.h	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_types.h	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Type definations
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_util.c	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_util.c	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Generic utility-functions, macros and defaults
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_util.h	Sun Dec 07 20:49:10 2014 +0200
+++ b/th_util.h	Thu Jan 01 09:22:27 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Generic utility-functions, macros and defaults
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */