changeset 73:2b2376f1b0cc

Update copyright years. Yay. It's 2016!
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Jan 2016 03:46:00 +0200
parents d5a34a3a602d
children 5d61d8dbc77f
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 Jan 01 03:39:50 2016 +0200
+++ b/COPYING	Fri Jan 01 03:46:00 2016 +0200
@@ -1,6 +1,6 @@
 SIDInfo - PSID/RSID information displayer
 Programmed and designed by Matti 'ccr' Hämäläinen
-(C) Copyright 2014-2015 Tecnic Software productions (TNSP)
+(C) Copyright 2014-2016 Tecnic Software productions (TNSP)
 
 
 Redistribution and use in source and binary forms, with or without
--- a/README.txt	Fri Jan 01 03:39:50 2016 +0200
+++ b/README.txt	Fri Jan 01 03:46:00 2016 +0200
@@ -1,6 +1,6 @@
 SIDInfo - PSID/RSID information displayer
 Programmed and designed by Matti 'ccr' Hämäläinen
-(C) Copyright 2014-2015 Tecnic Software productions (TNSP)
+(C) Copyright 2014-2016 Tecnic Software productions (TNSP)
 
 See COPYING for license information.
 
--- a/sidinfo.c	Fri Jan 01 03:39:50 2016 +0200
+++ b/sidinfo.c	Fri Jan 01 03:46:00 2016 +0200
@@ -1,7 +1,7 @@
 /*
  * SIDInfo - PSID/RSID information displayer
  * Written by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2014-2015 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2016 Tecnic Software productions (TNSP)
  */
 #include "th_args.h"
 #include "th_string.h"
--- a/sidlib.c	Fri Jan 01 03:39:50 2016 +0200
+++ b/sidlib.c	Fri Jan 01 03:46:00 2016 +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-2015 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2016 Tecnic Software productions (TNSP)
  */
 #include "sidlib.h"
 #include "th_endian.h"
--- a/sidlib.h	Fri Jan 01 03:39:50 2016 +0200
+++ b/sidlib.h	Fri Jan 01 03:46:00 2016 +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-2015 Tecnic Software productions (TNSP)
+ * (C) Copyright 2014-2016 Tecnic Software productions (TNSP)
  */
 #ifndef SIDLIB_H
 #define SIDLIB_H 1