# HG changeset patch # User Matti Hamalainen # Date 1518813490 -7200 # Node ID da2fbfe18c6066b0c0f377aa43a567c453d180a3 # Parent 169324b8d26ed46f54663c1dea17008cf0b568c8 Bump copyright years. diff -r 169324b8d26e -r da2fbfe18c60 COPYING --- a/COPYING Fri Feb 16 22:25:01 2018 +0200 +++ b/COPYING Fri Feb 16 22:38:10 2018 +0200 @@ -1,6 +1,6 @@ SIDInfo - PSID/RSID information displayer Programmed and designed by Matti 'ccr' Hämäläinen -(C) Copyright 2014-2017 Tecnic Software productions (TNSP) +(C) Copyright 2014-2018 Tecnic Software productions (TNSP) Redistribution and use in source and binary forms, with or without diff -r 169324b8d26e -r da2fbfe18c60 README.txt --- a/README.txt Fri Feb 16 22:25:01 2018 +0200 +++ b/README.txt Fri Feb 16 22:38:10 2018 +0200 @@ -1,6 +1,6 @@ SIDInfo - PSID/RSID information displayer Programmed and designed by Matti 'ccr' Hämäläinen -(C) Copyright 2014-2017 Tecnic Software productions (TNSP) +(C) Copyright 2014-2018 Tecnic Software productions (TNSP) See COPYING for license information. diff -r 169324b8d26e -r da2fbfe18c60 sidinfo.c --- a/sidinfo.c Fri Feb 16 22:25:01 2018 +0200 +++ b/sidinfo.c Fri Feb 16 22:38:10 2018 +0200 @@ -1,7 +1,7 @@ /* * SIDInfo - PSID/RSID information displayer * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2014-2017 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2018 Tecnic Software productions (TNSP) */ #include "th_args.h" #include "th_string.h" diff -r 169324b8d26e -r da2fbfe18c60 sidlib.c --- a/sidlib.c Fri Feb 16 22:25:01 2018 +0200 +++ b/sidlib.c Fri Feb 16 22:38:10 2018 +0200 @@ -1,7 +1,7 @@ /* * SIDInfoLib - Way too simplistic PSID/RSID file library * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2014-2017 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2018 Tecnic Software productions (TNSP) */ #include "sidlib.h" #include "th_endian.h" diff -r 169324b8d26e -r da2fbfe18c60 sidlib.h --- a/sidlib.h Fri Feb 16 22:25:01 2018 +0200 +++ b/sidlib.h Fri Feb 16 22:38:10 2018 +0200 @@ -1,7 +1,7 @@ /* * SIDInfoLib - Way too simplistic PSID/RSID file library * Written by Matti 'ccr' Hämäläinen - * (C) Copyright 2014-2017 Tecnic Software productions (TNSP) + * (C) Copyright 2014-2018 Tecnic Software productions (TNSP) */ #ifndef SIDLIB_H #define SIDLIB_H 1