changeset 227:2b3d5d49086d

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Jan 2020 11:12:03 +0200
parents c32015f4969e
children 1962b236d596
files sidinfo.c sidlib.c sidlib.h
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Fri Jan 03 10:38:18 2020 +0200
+++ b/sidinfo.c	Fri Jan 03 11:12:03 2020 +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-2019 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2020 Tecnic Software productions (TNSP)
  */
 #include "th_args.h"
 #include "th_string.h"
@@ -1201,7 +1201,7 @@
 
     // Initialize
     th_init("SIDInfo", "PSID/RSID information displayer", "0.8.0",
-        "By Matti 'ccr' Hamalainen (C) Copyright 2014-2019 TNSP",
+        "By Matti 'ccr' Hamalainen (C) Copyright 2014-2020 TNSP",
         "This program is distributed under a 3-clause BSD -style license.");
 
     th_verbosity = 0;
--- a/sidlib.c	Fri Jan 03 10:38:18 2020 +0200
+++ b/sidlib.c	Fri Jan 03 11:12:03 2020 +0200
@@ -1,7 +1,7 @@
 /*
  * SIDInfoLib - Way too simplistic PSID/RSID file library
  * Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2014-2019 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2020 Tecnic Software productions (TNSP)
  */
 #include "sidlib.h"
 #include "th_endian.h"
--- a/sidlib.h	Fri Jan 03 10:38:18 2020 +0200
+++ b/sidlib.h	Fri Jan 03 11:12:03 2020 +0200
@@ -1,7 +1,7 @@
 /*
  * SIDInfoLib - Way too simplistic PSID/RSID file library
  * Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2014-2019 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2020 Tecnic Software productions (TNSP)
  */
 #ifndef SIDLIB_H
 #define SIDLIB_H 1