diff 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
line wrap: on
line diff
--- a/sidinfo.c	Thu Dec 24 09:35:26 2020 +0200
+++ b/sidinfo.c	Sat Jan 02 11:37:13 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * SIDInfo - PSID/RSID information displayer
  * Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2014-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2021 Tecnic Software productions (TNSP)
  */
 #include "th_args.h"
 #include "th_string.h"
@@ -1161,7 +1161,7 @@
 
     // Initialize
     th_init("SIDInfo", "PSID/RSID information displayer", "0.9.3",
-        "By Matti 'ccr' Hamalainen (C) Copyright 2014-2020 TNSP",
+        "By Matti 'ccr' Hamalainen (C) Copyright 2014-2021 TNSP",
         "This program is distributed under a 3-clause BSD -style license.");
 
     th_verbosity = 0;