comparison sidinfo.c @ 367:f73270cabde2

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:37:13 +0200
parents 522c8a77ad54
children 22e8ee2df9ac
comparison
equal deleted inserted replaced
366:339680ca9a29 367:f73270cabde2
1 /* 1 /*
2 * SIDInfo - PSID/RSID information displayer 2 * SIDInfo - PSID/RSID information displayer
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 "th_args.h" 6 #include "th_args.h"
7 #include "th_string.h" 7 #include "th_string.h"
8 #include "th_file.h" 8 #include "th_file.h"
9 #include "th_datastruct.h" 9 #include "th_datastruct.h"
1159 // Get HVSC_BASE env variable if it is set 1159 // Get HVSC_BASE env variable if it is set
1160 th_pstr_cpy(&setHVSCPath, getenv("HVSC_BASE")); 1160 th_pstr_cpy(&setHVSCPath, getenv("HVSC_BASE"));
1161 1161
1162 // Initialize 1162 // Initialize
1163 th_init("SIDInfo", "PSID/RSID information displayer", "0.9.3", 1163 th_init("SIDInfo", "PSID/RSID information displayer", "0.9.3",
1164 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2020 TNSP", 1164 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2021 TNSP",
1165 "This program is distributed under a 3-clause BSD -style license."); 1165 "This program is distributed under a 3-clause BSD -style license.");
1166 1166
1167 th_verbosity = 0; 1167 th_verbosity = 0;
1168 1168
1169 memset(&optFormat, 0, sizeof(optFormat)); 1169 memset(&optFormat, 0, sizeof(optFormat));