comparison sidlib.c @ 171:d86ade7d0dfd

Change copyright blurbs slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jun 2018 02:56:22 +0300
parents 2ba504fc8797
children 2dfe46fda09e
comparison
equal deleted inserted replaced
170:2ba504fc8797 171:d86ade7d0dfd
1 /* 1 /*
2 * SIDInfoLib - Way too simplistic PSID/RSID file library 2 * SIDInfoLib - Way too simplistic PSID/RSID file library
3 * Written by Matti 'ccr' Hämäläinen <ccr@tnsp.org> 3 * Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
4 * (C) Copyright 2014-2018 Tecnic Software productions (TNSP) 4 * (C) Copyright 2014-2018 Tecnic Software productions (TNSP)
5 */ 5 */
6 #include "sidlib.h" 6 #include "sidlib.h"
7 #include "th_endian.h" 7 #include "th_endian.h"
8 #include "th_string.h" 8 #include "th_string.h"