comparison th_network.c @ 722:4ca6a3b30fe8

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:35:54 +0200
parents 9c61834c191b
children 29e44a58bc73
comparison
equal deleted inserted replaced
721:c834e1393eb0 722:4ca6a3b30fe8
1 /* 1 /*
2 * Simple TCP network connection handling 2 * Simple TCP network connection handling
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2013-2020 Tecnic Software productions (TNSP) 4 * (C) Copyright 2013-2021 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 #include "th_network.h" 8 #include "th_network.h"
9 #include "th_string.h" 9 #include "th_string.h"