comparison tools/libgfx.c @ 1308:8f71ca1900ea

Update header blurps and copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Aug 2017 15:21:41 +0300
parents 43b13dbbdcd1
children 5ad7d780a09b
comparison
equal deleted inserted replaced
1307:43b13dbbdcd1 1308:8f71ca1900ea
1 /* 1 /*
2 * Functions for reading and converting various restricted 2 * Functions for reading and converting various graphics file formats
3 * C64/etc and/or indexed/paletted graphics formats.
4 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
5 * (C) Copyright 2012 Tecnic Software productions (TNSP) 4 * (C) Copyright 2012-2017 Tecnic Software productions (TNSP)
6 * 5 *
7 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
8 */ 7 */
9 #include "libgfx.h" 8 #include "libgfx.h"
10 #include "dmfile.h" 9 #include "dmfile.h"