# HG changeset patch # User Matti Hamalainen # Date 1680006639 -10800 # Node ID 39cebb2b0677dd94d0dbcebf3ca0d6555e3081c8 # Parent f35dddeec243a64c69e45da40b35d7e60109e65c Bump copyright years. diff -r f35dddeec243 -r 39cebb2b0677 COPYING --- 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 diff -r f35dddeec243 -r 39cebb2b0677 README.txt --- 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. diff -r f35dddeec243 -r 39cebb2b0677 sidinfo.c --- 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 - * (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; diff -r f35dddeec243 -r 39cebb2b0677 sidlib.c --- 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 - * (C) Copyright 2014-2022 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2023 Tecnic Software productions (TNSP) */ #include "sidlib.h" #include "th_endian.h" diff -r f35dddeec243 -r 39cebb2b0677 sidlib.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 - * (C) Copyright 2014-2022 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2023 Tecnic Software productions (TNSP) */ #ifndef SIDLIB_H #define SIDLIB_H 1 diff -r f35dddeec243 -r 39cebb2b0677 sidutil.c --- 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 - * (C) Copyright 2014-2022 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2023 Tecnic Software productions (TNSP) */ #include "sidutil.h" #include "th_file.h" diff -r f35dddeec243 -r 39cebb2b0677 sidutil.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 - * (C) Copyright 2014-2022 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2023 Tecnic Software productions (TNSP) */ #ifndef SIDUTIL_H #define SIDUTIL_H 1