comparison sidlib.c @ 367:f73270cabde2

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:37:13 +0200
parents 4978ff445572
children 22e8ee2df9ac
comparison
equal deleted inserted replaced
366:339680ca9a29 367:f73270cabde2
1 /* 1 /*
2 * SIDInfoLib - Way too simplistic PSID/RSID file library 2 * SIDInfoLib - Way too simplistic PSID/RSID file library
3 * Programmed and designed 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-2020 Tecnic Software productions (TNSP) 4 * (C) Copyright 2014-2021 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