comparison tools/libgfx.c @ 2371:82cb32297ed2

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jan 2020 00:20:55 +0200
parents 659c5f3d2e12
children 36edd316184a
comparison
equal deleted inserted replaced
2370:6f2675365314 2371:82cb32297ed2
1 /* 1 /*
2 * Functions for reading and converting various graphics file formats 2 * Functions for reading and converting various graphics file formats
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2012-2019 Tecnic Software productions (TNSP) 4 * (C) Copyright 2012-2020 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 "libgfx.h" 8 #include "libgfx.h"
9 9