comparison tools/lib64gfx.c @ 920:9be156fa4b9d

Bump copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Feb 2015 14:09:18 +0200
parents 5a4d68b86c5b
children 2454ddb7363f
comparison
equal deleted inserted replaced
919:5a4d68b86c5b 920:9be156fa4b9d
1 /* 1 /*
2 * Functions for reading and converting various restricted 2 * Functions for reading and converting various restricted
3 * C64/etc and/or indexed/paletted graphics formats. 3 * C64/etc and/or indexed/paletted graphics formats.
4 * Programmed and designed by Matti 'ccr' Hamalainen 4 * Programmed and designed by Matti 'ccr' Hamalainen
5 * (C) Copyright 2012 Tecnic Software productions (TNSP) 5 * (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
6 * 6 *
7 * Please read file 'COPYING' for information on license and distribution. 7 * Please read file 'COPYING' for information on license and distribution.
8 */ 8 */
9 #include "lib64gfx.h" 9 #include "lib64gfx.h"
10 10