comparison sidlib.c @ 131:c2d2369feadc

Bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 02 Jun 2017 02:11:36 +0300
parents 2636185649c6
children b3e034b8c4b9
comparison
equal deleted inserted replaced
130:d73b74602759 131:c2d2369feadc
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 * Written by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
4 * (C) Copyright 2014-2016 Tecnic Software productions (TNSP) 4 * (C) Copyright 2014-2017 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"
9 9