comparison sidinfo.c @ 214:98563979859b

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 10 Jan 2019 20:02:49 +0200
parents 65bd23eacdca
children d0baac239f30
comparison
equal deleted inserted replaced
213:65bd23eacdca 214:98563979859b
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-2018 Tecnic Software productions (TNSP) 4 * (C) Copyright 2014-2019 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"
1196 { 1196 {
1197 char *setLang = th_strdup(getenv("LANG")); 1197 char *setLang = th_strdup(getenv("LANG"));
1198 1198
1199 // Initialize 1199 // Initialize
1200 th_init("SIDInfo", "PSID/RSID information displayer", "0.7.9", 1200 th_init("SIDInfo", "PSID/RSID information displayer", "0.7.9",
1201 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2018 TNSP", 1201 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2019 TNSP",
1202 "This program is distributed under a 3-clause BSD -style license."); 1202 "This program is distributed under a 3-clause BSD -style license.");
1203 1203
1204 th_verbosity = 0; 1204 th_verbosity = 0;
1205 1205
1206 memset(&optFormat, 0, sizeof(optFormat)); 1206 memset(&optFormat, 0, sizeof(optFormat));