comparison tools/lib64gfx.c @ 1456:42fb39da7dde

Bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 10 May 2018 18:53:42 +0300
parents 50402c225ef4
children dcff9ac95d3f
comparison
equal deleted inserted replaced
1455:a957b318fbe2 1456:42fb39da7dde
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-2017 Tecnic Software productions (TNSP) 5 * (C) Copyright 2012-2018 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