changeset 2361:c801995cbb13

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Jan 2020 10:59:36 +0200
parents 8f015ef431a3
children 6119b9b560fb
files COPYING README.txt src/dmargs.c src/dmargs.h src/dmgrowbuf.c src/dmgrowbuf.h src/dmlib.h
diffstat 7 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/COPYING	Tue Dec 31 13:06:46 2019 +0200
+++ b/COPYING	Fri Jan 03 10:59:36 2020 +0200
@@ -8,7 +8,7 @@
 
 DMLIB - Demo engine / development and utility framework
 Programmed and designed by Matti Hämäläinen (ccr/TNSP)
-(C) Copyright 2002-2019 Tecnic Software productions (TNSP)
+(C) Copyright 2002-2020 Tecnic Software productions (TNSP)
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
--- a/README.txt	Tue Dec 31 13:06:46 2019 +0200
+++ b/README.txt	Fri Jan 03 10:59:36 2020 +0200
@@ -14,7 +14,7 @@
 -----------------------------------------------------------------------------
 
 Programmed and designed by Matti Hämäläinen (ccr/TNSP)
-(C) Copyright 2002-2019 Tecnic Software productions (TNSP)
+(C) Copyright 2002-2020 Tecnic Software productions (TNSP)
 Please see the file "COPYING" for license.
 
 Contact
--- a/src/dmargs.c	Tue Dec 31 13:06:46 2019 +0200
+++ b/src/dmargs.c	Fri Jan 03 10:59:36 2020 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2018 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/src/dmargs.h	Tue Dec 31 13:06:46 2019 +0200
+++ b/src/dmargs.h	Fri Jan 03 10:59:36 2020 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2018 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/src/dmgrowbuf.c	Tue Dec 31 13:06:46 2019 +0200
+++ b/src/dmgrowbuf.c	Fri Jan 03 10:59:36 2020 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Growable buffer implementation
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2018-2019 Tecnic Software productions (TNSP)
+ * (C) Copyright 2018-2020 Tecnic Software productions (TNSP)
  */
 #include "dmgrowbuf.h"
 
--- a/src/dmgrowbuf.h	Tue Dec 31 13:06:46 2019 +0200
+++ b/src/dmgrowbuf.h	Fri Jan 03 10:59:36 2020 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Growable buffer implementation
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2018-2019 Tecnic Software productions (TNSP)
+ * (C) Copyright 2018-2020 Tecnic Software productions (TNSP)
  */
 #ifndef DMGROWBUF_H
 #define DMGROWBUF_H
--- a/src/dmlib.h	Tue Dec 31 13:06:46 2019 +0200
+++ b/src/dmlib.h	Fri Jan 03 10:59:36 2020 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Main header file
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2019 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2020 Tecnic Software productions (TNSP)
  */
 #ifndef DMLIB_H
 #define DMLIB_H
@@ -92,7 +92,7 @@
 #endif
 
 // Defaults
-#define DM_PROG_AUTHOR      "By Matti 'ccr' Hamalainen (C) Copyright 2019 TNSP"
+#define DM_PROG_AUTHOR      "By Matti 'ccr' Hamalainen (C) Copyright 2020 TNSP"
 #define DM_PROG_LICENSE     "Et all, see README / COPYING for more information."
 
 /* Error codes