changeset 435:468d521240c6

Merged.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 07 Apr 2017 02:49:08 +0300
parents 8c3b3d8009f6 (current diff) 1b3472ba7b23 (diff)
children 9148bc3fa838
files
diffstat 18 files changed, 19 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/COPYING	Fri Apr 07 02:48:54 2017 +0300
+++ b/COPYING	Fri Apr 07 02:49:08 2017 +0300
@@ -1,6 +1,6 @@
 th-libs - Simple helper functions library in ISO C99
 Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
-(C) Copyright 2002-2016 Tecnic Software productions (TNSP)
+(C) Copyright 2002-2017 Tecnic Software productions (TNSP)
 
 
 Redistribution and use in source and binary forms, with or without
--- a/th_args.c	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_args.c	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_args.h	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_args.h	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing function
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_datastruct.c	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_datastruct.c	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Various data structure functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_datastruct.h	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_datastruct.h	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Various data structure functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_endian.h	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_endian.h	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Endianess handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_file.c	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_file.c	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * File, directory etc helper functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2016-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_file.h	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_file.h	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * File, directory etc helper functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2016-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_ioctx.c	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_ioctx.c	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Simple I/O abstraction and context handling layer
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012,2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_ioctx.h	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_ioctx.h	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Simple I/O abstraction and context handling layer
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012,2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_network.c	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_network.c	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Simple TCP network connection handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2013-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2013-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_network.h	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_network.h	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Simple TCP network connection handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2013-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2013-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_printf1.c	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_printf1.c	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * A printf() implementation helper function template
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2016-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_string.c	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_string.c	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Miscellaneous string-handling related utility-functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_string.h	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_string.h	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Miscellaneous string-handling related utility-functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_strmatch.c	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_strmatch.c	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * String glob match implementation
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_types.h	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_types.h	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Type definations
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_util.h	Fri Apr 07 02:48:54 2017 +0300
+++ b/th_util.h	Fri Apr 07 02:49:08 2017 +0300
@@ -1,7 +1,7 @@
 /*
  * Generic utility-functions, macros and defaults
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
@@ -49,7 +49,7 @@
 #define TH_PROG_AUTHOR      NULL
 #define TH_PROG_LICENSE     NULL
 #else
-#define TH_PROG_AUTHOR      "By Matti 'ccr' Hamalainen (C) Copyright 2016 TNSP"
+#define TH_PROG_AUTHOR      "By Matti 'ccr' Hamalainen (C) Copyright 2017 TNSP"
 #define TH_PROG_LICENSE     "This software is licensed under GNU GPL version 2"
 #endif