# HG changeset patch # User Matti Hamalainen # Date 1609580233 -7200 # Node ID f73270cabde2698d7a13881eb838037e6016a728 # Parent 339680ca9a29f4cbaec10488295b6443d28cac5e Bump copyright years. diff -r 339680ca9a29 -r f73270cabde2 COPYING --- a/COPYING Thu Dec 24 09:35:26 2020 +0200 +++ b/COPYING Sat Jan 02 11:37:13 2021 +0200 @@ -1,6 +1,6 @@ SIDInfo - PSID/RSID information displayer Programmed and designed by Matti 'ccr' Hämäläinen -(C) Copyright 2014-2020 Tecnic Software productions (TNSP) +(C) Copyright 2014-2021 Tecnic Software productions (TNSP) Redistribution and use in source and binary forms, with or without diff -r 339680ca9a29 -r f73270cabde2 README.txt --- a/README.txt Thu Dec 24 09:35:26 2020 +0200 +++ b/README.txt Sat Jan 02 11:37:13 2021 +0200 @@ -1,6 +1,6 @@ SIDInfo - PSID/RSID information displayer Programmed and designed by Matti 'ccr' Hämäläinen -(C) Copyright 2014-2020 Tecnic Software productions (TNSP) +(C) Copyright 2014-2021 Tecnic Software productions (TNSP) See COPYING for license information. diff -r 339680ca9a29 -r f73270cabde2 sidinfo.c --- 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 - * (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; diff -r 339680ca9a29 -r f73270cabde2 sidlib.c --- a/sidlib.c Thu Dec 24 09:35:26 2020 +0200 +++ b/sidlib.c Sat Jan 02 11:37:13 2021 +0200 @@ -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-2020 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2021 Tecnic Software productions (TNSP) */ #include "sidlib.h" #include "th_endian.h" diff -r 339680ca9a29 -r f73270cabde2 sidlib.h --- a/sidlib.h Thu Dec 24 09:35:26 2020 +0200 +++ b/sidlib.h Sat Jan 02 11:37:13 2021 +0200 @@ -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-2020 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2021 Tecnic Software productions (TNSP) */ #ifndef SIDLIB_H #define SIDLIB_H 1 diff -r 339680ca9a29 -r f73270cabde2 sidutil.c --- a/sidutil.c Thu Dec 24 09:35:26 2020 +0200 +++ b/sidutil.c Sat Jan 02 11:37:13 2021 +0200 @@ -1,7 +1,7 @@ /* * SIDLib common utility functions * Programmed and designed by Matti 'ccr' Hämäläinen - * (C) Copyright 2014-2020 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2021 Tecnic Software productions (TNSP) */ #include "sidutil.h" #include "th_file.h" diff -r 339680ca9a29 -r f73270cabde2 sidutil.h --- a/sidutil.h Thu Dec 24 09:35:26 2020 +0200 +++ b/sidutil.h Sat Jan 02 11:37:13 2021 +0200 @@ -1,7 +1,7 @@ /* * SIDLib common utility functions * Programmed and designed by Matti 'ccr' Hämäläinen - * (C) Copyright 2014-2020 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2021 Tecnic Software productions (TNSP) */ #ifndef SIDUTIL_H #define SIDUTIL_H 1