changeset 169:da2fbfe18c60

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Feb 2018 22:38:10 +0200
parents 169324b8d26e
children 2ba504fc8797
files COPYING README.txt sidinfo.c sidlib.c sidlib.h
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.
 
--- 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 <ccr@tnsp.org>
- * (C) Copyright 2014-2017 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2018 Tecnic Software productions (TNSP)
  */
 #include "th_args.h"
 #include "th_string.h"
--- 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 <ccr@tnsp.org>
- * (C) Copyright 2014-2017 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2018 Tecnic Software productions (TNSP)
  */
 #include "sidlib.h"
 #include "th_endian.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 <ccr@tnsp.org>
- * (C) Copyright 2014-2017 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2018 Tecnic Software productions (TNSP)
  */
 #ifndef SIDLIB_H
 #define SIDLIB_H 1