comparison sidinfo.c @ 384:c92b144a44cd

Forgot to bump this copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Jan 2022 16:21:53 +0200
parents 078a25cd67d8
children 1049033c6bbd
comparison
equal deleted inserted replaced
383:078a25cd67d8 384:c92b144a44cd
1175 // Get HVSC_BASE env variable if it is set 1175 // Get HVSC_BASE env variable if it is set
1176 th_pstr_cpy(&setHVSCPath, getenv("HVSC_BASE")); 1176 th_pstr_cpy(&setHVSCPath, getenv("HVSC_BASE"));
1177 1177
1178 // Initialize 1178 // Initialize
1179 th_init("SIDInfo", "PSID/RSID information displayer", "0.9.4", 1179 th_init("SIDInfo", "PSID/RSID information displayer", "0.9.4",
1180 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2021 TNSP", 1180 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2022 TNSP",
1181 "This program is distributed under a 3-clause BSD -style license."); 1181 "This program is distributed under a 3-clause BSD -style license.");
1182 1182
1183 th_verbosity = 0; 1183 th_verbosity = 0;
1184 1184
1185 memset(&optFormat, 0, sizeof(optFormat)); 1185 memset(&optFormat, 0, sizeof(optFormat));