changeset 404:39cebb2b0677

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Mar 2023 15:30:39 +0300
parents f35dddeec243
children 964ae4f29138
files COPYING README.txt sidinfo.c sidlib.c sidlib.h sidutil.c sidutil.h
diffstat 7 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/COPYING	Tue Mar 28 15:30:07 2023 +0300
+++ b/COPYING	Tue Mar 28 15:30:39 2023 +0300
@@ -1,6 +1,6 @@
 SIDInfo - PSID/RSID information displayer
 Programmed and designed by Matti 'ccr' Hämäläinen
-(C) Copyright 2014-2022 Tecnic Software productions (TNSP)
+(C) Copyright 2014-2023 Tecnic Software productions (TNSP)
 
 
 Redistribution and use in source and binary forms, with or without
--- a/README.txt	Tue Mar 28 15:30:07 2023 +0300
+++ b/README.txt	Tue Mar 28 15:30:39 2023 +0300
@@ -1,6 +1,6 @@
 SIDInfo - PSID/RSID information displayer
 Programmed and designed by Matti 'ccr' Hämäläinen
-(C) Copyright 2014-2022 Tecnic Software productions (TNSP)
+(C) Copyright 2014-2023 Tecnic Software productions (TNSP)
 
 See COPYING for license information.
 
--- a/sidinfo.c	Tue Mar 28 15:30:07 2023 +0300
+++ b/sidinfo.c	Tue Mar 28 15:30:39 2023 +0300
@@ -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-2022 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2023 Tecnic Software productions (TNSP)
  */
 #include "th_args.h"
 #include "th_string.h"
@@ -1184,7 +1184,7 @@
 
     // Initialize
     th_init("SIDInfo", "PSID/RSID information displayer", "1.0.0",
-        "By Matti 'ccr' Hamalainen (C) Copyright 2014-2022 TNSP",
+        "By Matti 'ccr' Hamalainen (C) Copyright 2014-2023 TNSP",
         "This program is distributed under a 3-clause BSD -style license.");
 
     th_verbosity = 0;
--- a/sidlib.c	Tue Mar 28 15:30:07 2023 +0300
+++ b/sidlib.c	Tue Mar 28 15:30:39 2023 +0300
@@ -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-2022 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2023 Tecnic Software productions (TNSP)
  */
 #include "sidlib.h"
 #include "th_endian.h"
--- a/sidlib.h	Tue Mar 28 15:30:07 2023 +0300
+++ b/sidlib.h	Tue Mar 28 15:30:39 2023 +0300
@@ -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-2022 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2023 Tecnic Software productions (TNSP)
  */
 #ifndef SIDLIB_H
 #define SIDLIB_H 1
--- a/sidutil.c	Tue Mar 28 15:30:07 2023 +0300
+++ b/sidutil.c	Tue Mar 28 15:30:39 2023 +0300
@@ -1,7 +1,7 @@
 /*
  * SIDLib common utility functions
  * Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2014-2022 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2023 Tecnic Software productions (TNSP)
  */
 #include "sidutil.h"
 #include "th_file.h"
--- a/sidutil.h	Tue Mar 28 15:30:07 2023 +0300
+++ b/sidutil.h	Tue Mar 28 15:30:39 2023 +0300
@@ -1,7 +1,7 @@
 /*
  * SIDLib common utility functions
  * Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2014-2022 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2023 Tecnic Software productions (TNSP)
  */
 #ifndef SIDUTIL_H
 #define SIDUTIL_H 1