# HG changeset patch # User Matti Hamalainen # Date 1547143369 -7200 # Node ID 98563979859b3ad6203dff3bede71797a72b1a2b # Parent 65bd23eacdcaae2d7115082250f0d43a85fea60c Bump copyright years. diff -r 65bd23eacdca -r 98563979859b COPYING --- a/COPYING Sun Dec 23 09:28:50 2018 +0200 +++ b/COPYING Thu Jan 10 20:02:49 2019 +0200 @@ -1,6 +1,6 @@ SIDInfo - PSID/RSID information displayer Programmed and designed by Matti 'ccr' Hämäläinen -(C) Copyright 2014-2018 Tecnic Software productions (TNSP) +(C) Copyright 2014-2019 Tecnic Software productions (TNSP) Redistribution and use in source and binary forms, with or without diff -r 65bd23eacdca -r 98563979859b README.txt --- a/README.txt Sun Dec 23 09:28:50 2018 +0200 +++ b/README.txt Thu Jan 10 20:02:49 2019 +0200 @@ -1,6 +1,6 @@ SIDInfo - PSID/RSID information displayer Programmed and designed by Matti 'ccr' Hämäläinen -(C) Copyright 2014-2018 Tecnic Software productions (TNSP) +(C) Copyright 2014-2019 Tecnic Software productions (TNSP) See COPYING for license information. diff -r 65bd23eacdca -r 98563979859b sidinfo.c --- a/sidinfo.c Sun Dec 23 09:28:50 2018 +0200 +++ b/sidinfo.c Thu Jan 10 20:02:49 2019 +0200 @@ -1,7 +1,7 @@ /* * SIDInfo - PSID/RSID information displayer * Programmed and designed by Matti 'ccr' Hämäläinen - * (C) Copyright 2014-2018 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2019 Tecnic Software productions (TNSP) */ #include "th_args.h" #include "th_string.h" @@ -1198,7 +1198,7 @@ // Initialize th_init("SIDInfo", "PSID/RSID information displayer", "0.7.9", - "By Matti 'ccr' Hamalainen (C) Copyright 2014-2018 TNSP", + "By Matti 'ccr' Hamalainen (C) Copyright 2014-2019 TNSP", "This program is distributed under a 3-clause BSD -style license."); th_verbosity = 0; diff -r 65bd23eacdca -r 98563979859b sidlib.c --- a/sidlib.c Sun Dec 23 09:28:50 2018 +0200 +++ b/sidlib.c Thu Jan 10 20:02:49 2019 +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-2018 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2019 Tecnic Software productions (TNSP) */ #include "sidlib.h" #include "th_endian.h" diff -r 65bd23eacdca -r 98563979859b sidlib.h --- a/sidlib.h Sun Dec 23 09:28:50 2018 +0200 +++ b/sidlib.h Thu Jan 10 20:02:49 2019 +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-2018 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2019 Tecnic Software productions (TNSP) */ #ifndef SIDLIB_H #define SIDLIB_H 1