changeset 214:98563979859b

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 10 Jan 2019 20:02:49 +0200
parents 65bd23eacdca
children d0baac239f30
files COPYING README.txt sidinfo.c sidlib.c sidlib.h
diffstat 5 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.
 
--- 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 <ccr@tnsp.org>
- * (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;
--- 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 <ccr@tnsp.org>
- * (C) Copyright 2014-2018 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2019 Tecnic Software productions (TNSP)
  */
 #include "sidlib.h"
 #include "th_endian.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 <ccr@tnsp.org>
- * (C) Copyright 2014-2018 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2019 Tecnic Software productions (TNSP)
  */
 #ifndef SIDLIB_H
 #define SIDLIB_H 1