comparison sidlib.c @ 169:da2fbfe18c60

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Feb 2018 22:38:10 +0200
parents e6c8a235ce2f
children 2ba504fc8797
comparison
equal deleted inserted replaced
168:169324b8d26e 169:da2fbfe18c60
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-2017 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"
9 9