comparison th_strglob.c @ 722:4ca6a3b30fe8

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:35:54 +0200
parents b87395754c8d
children 29e44a58bc73
comparison
equal deleted inserted replaced
721:c834e1393eb0 722:4ca6a3b30fe8
1 /* 1 /*
2 * String glob match implementation 2 * String glob match implementation
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2002-2020 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-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 8
9 BOOL TH_STRGLOB_FUNC (const char *haystack, const char *pattern) 9 BOOL TH_STRGLOB_FUNC (const char *haystack, const char *pattern)