comparison th_datastruct.h @ 726:29e44a58bc73

Bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Jan 2022 16:17:31 +0200
parents 4ca6a3b30fe8
children 98d12f33da7b
comparison
equal deleted inserted replaced
725:5c8936e326d6 726:29e44a58bc73
1 /* 1 /*
2 * Various data structure functions 2 * Various data structure functions
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2002-2021 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-2022 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 /// @file 8 /// @file
9 /// @brief Implementations of common data structures like linked lists, ring buffers, autogrowing buffers, etc. 9 /// @brief Implementations of common data structures like linked lists, ring buffers, autogrowing buffers, etc.