changeset 2539:c6ee41fd98dd

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:42:17 +0200
parents 9921d60bd8e4
children a60e046b7294
files COPYING README.txt src/dmargs.c src/dmargs.h src/dmgrowbuf.c src/dmgrowbuf.h src/dmlib.h src/dmlicense.c tools/64vw.c tools/data2inc.c tools/gfxconv.c tools/lib64fmts.c tools/lib64gfx.c tools/lib64gfx.h tools/lib64util.c tools/lib64util.h tools/libgfx.c tools/libgfx.h tools/objlink.c
diffstat 19 files changed, 20 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/COPYING	Thu Oct 22 21:28:52 2020 +0300
+++ b/COPYING	Sat Jan 02 11:42:17 2021 +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-2020 Tecnic Software productions (TNSP)
+(C) Copyright 2002-2021 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	Thu Oct 22 21:28:52 2020 +0300
+++ b/README.txt	Sat Jan 02 11:42:17 2021 +0200
@@ -14,7 +14,7 @@
 -----------------------------------------------------------------------------
 
 Programmed and designed by Matti Hämäläinen (ccr/TNSP)
-(C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+(C) Copyright 2002-2021 Tecnic Software productions (TNSP)
 Please see the file "COPYING" for license.
 
 Contact
--- a/src/dmargs.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/src/dmargs.c	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/src/dmargs.h	Thu Oct 22 21:28:52 2020 +0300
+++ b/src/dmargs.h	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/src/dmgrowbuf.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/src/dmgrowbuf.c	Sat Jan 02 11:42:17 2021 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Growable buffer implementation
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2018-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2018-2021 Tecnic Software productions (TNSP)
  */
 #include "dmgrowbuf.h"
 
--- a/src/dmgrowbuf.h	Thu Oct 22 21:28:52 2020 +0300
+++ b/src/dmgrowbuf.h	Sat Jan 02 11:42:17 2021 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Growable buffer implementation
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2018-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2018-2021 Tecnic Software productions (TNSP)
  */
 #ifndef DMGROWBUF_H
 #define DMGROWBUF_H
--- a/src/dmlib.h	Thu Oct 22 21:28:52 2020 +0300
+++ b/src/dmlib.h	Sat Jan 02 11:42:17 2021 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Main header file
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2021 Tecnic Software productions (TNSP)
  */
 #ifndef DMLIB_H
 #define DMLIB_H
@@ -125,7 +125,7 @@
 #endif
 
 // Defaults
-#define DM_PROG_AUTHOR      "By Matti 'ccr' Hamalainen (C) Copyright 2002-2020 TNSP"
+#define DM_PROG_AUTHOR      "By Matti 'ccr' Hamalainen (C) Copyright 2002-2021 TNSP"
 #define DM_PROG_LICENSE     "This program is distributed under a 3-clause BSD -style license."
 
 
--- a/src/dmlicense.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/src/dmlicense.c	Sat Jan 02 11:42:17 2021 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Functionality for tool programs
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  */
 #include "dmlib.h"
 
--- a/tools/64vw.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/64vw.c	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * 64vw - Displayer for various C64 graphics formats via libSDL
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/data2inc.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/data2inc.c	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * data2inc - Convert binary data to "C"-source or XA-compatible include file
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2003,2009-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2003,2009-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/gfxconv.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/gfxconv.c	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * gfxconv - Convert various graphics formats
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/lib64fmts.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/lib64fmts.c	Sat Jan 02 11:42:17 2021 +0200
@@ -2,7 +2,7 @@
  * Functions for reading and converting various restricted
  * C64/etc and/or indexed/paletted graphics formats.
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/lib64gfx.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/lib64gfx.c	Sat Jan 02 11:42:17 2021 +0200
@@ -2,7 +2,7 @@
  * Functions for reading and converting various restricted
  * C64/etc and/or indexed/paletted graphics formats.
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/lib64gfx.h	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/lib64gfx.h	Sat Jan 02 11:42:17 2021 +0200
@@ -2,7 +2,7 @@
  * Functions for reading and converting various restricted
  * C64/etc and/or indexed/paletted graphics formats.
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/lib64util.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/lib64util.c	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Common utility functions for gfxconv and 64vw
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2019-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2019-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/lib64util.h	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/lib64util.h	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Common utility functions for gfxconv and 64vw
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2019-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2019-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/libgfx.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/libgfx.c	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Functions for reading and converting various graphics file formats
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/libgfx.h	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/libgfx.h	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Functions for loading and saving bitmap images
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/tools/objlink.c	Thu Oct 22 21:28:52 2020 +0300
+++ b/tools/objlink.c	Sat Jan 02 11:42:17 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * objlink - Link files (RAW and PRG) into one PRG object
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */