comparison tools/lib64gfx.c @ 1308:8f71ca1900ea

Update header blurps and copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Aug 2017 15:21:41 +0300
parents 4b025a96ad46
children 00f47a678482
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 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-2015 Tecnic Software productions (TNSP) 5 * (C) Copyright 2012-2017 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