changeset 722:4ca6a3b30fe8

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:35:54 +0200
parents c834e1393eb0
children 10f2eba7c59b
files COPYING th_args.c th_args.h th_config.c th_config.h th_datastruct.c th_datastruct.h th_endian.h th_file.c th_file.h th_ioctx.c th_ioctx.h th_ioctx_mem.c th_ioctx_stdio.c th_network.c th_network.h th_printf.c th_printf1.c th_regex.c th_regex.h th_strglob.c th_string.c th_string.h th_types.h th_util.c th_util.h
diffstat 26 files changed, 26 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/COPYING	Sun Dec 13 13:53:06 2020 +0200
+++ b/COPYING	Sat Jan 02 11:35:54 2021 +0200
@@ -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-2020 Tecnic Software productions (TNSP)
+(C) Copyright 2002-2021 Tecnic Software productions (TNSP)
 
 
 Redistribution and use in source and binary forms, with or without
--- a/th_args.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_args.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_args.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_args.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_config.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_config.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Very simple configuration handling functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2004-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2004-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_config.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_config.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Very simple configuration file handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2004-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2004-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_datastruct.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_datastruct.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Various data structure functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_datastruct.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_datastruct.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Various data structure functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_endian.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_endian.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Endianess handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_file.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_file.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * File, directory etc helper functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2016-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2016-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_file.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_file.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * File, directory, path etc. related helper functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2016-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2016-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_ioctx.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_ioctx.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple I/O abstraction and context handling layer
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_ioctx.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_ioctx.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple I/O abstraction and context handling layer
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_ioctx_mem.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_ioctx_mem.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple I/O abstraction and context handling layer
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_ioctx_stdio.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_ioctx_stdio.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple I/O abstraction and context handling layer
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_network.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_network.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple TCP network connection handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2013-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2013-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_network.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_network.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple TCP network connection handling
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2013-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2013-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_printf.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_printf.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * A simple and incomplete printf() implementation
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2016-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2016-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_printf1.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_printf1.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * A printf() implementation helper function template
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2016-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2016-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_regex.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_regex.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple regular expression matching functionality
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2020-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_regex.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_regex.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple regular expression matching functionality
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2020-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_strglob.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_strglob.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * String glob match implementation
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_string.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_string.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Miscellaneous string-handling related utility-functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_string.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_string.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Miscellaneous string-handling related utility-functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_types.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_types.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Type definations
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  *
--- a/th_util.c	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_util.c	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Generic utility-functions, macros and defaults
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/th_util.h	Sun Dec 13 13:53:06 2020 +0200
+++ b/th_util.h	Sat Jan 02 11:35:54 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Generic utility-functions, macros and defaults
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */