comparison th_strmatch.c @ 454:347bfd3e017e

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 22:57:02 +0200
parents efd33accdc81
children 85fa3d333556
comparison
equal deleted inserted replaced
453:efd33accdc81 454:347bfd3e017e
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-2017 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-2018 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_STRMATCH_FUNC (const char *haystack, const char *pattern) 9 bool TH_STRMATCH_FUNC (const char *haystack, const char *pattern)