changeset 2309:680cd156d425

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:44:05 +0200
parents 7039f873da5b
children d820fe9268da
files README colormap.c combine.c diffmap.c liblocfile.c liblocfile.h libmaputils.c libmaputils.h map2ppm.c mapsearch.c mapstats.c mkcitymap.c mkloc.c patchmap.c stitchmap.c
diffstat 15 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue Dec 29 09:40:01 2020 +0200
+++ b/README	Sat Jan 02 11:44:05 2021 +0200
@@ -4,7 +4,7 @@
 BatMUD in various interesting ways.
 
 Programmed by Matti Hämäläinen (aka Ggr Pupunen @ BatMUD)
-(C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+(C) Copyright 2006-2021 Tecnic Software productions (TNSP)
 
 Licensed under GNU General Public License version 2 or later,
 see file "COPYING" for more information. Applies to this package
@@ -12,7 +12,7 @@
 
  - th-utils library
    Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
-   (C) Copyright 2002-2020 Tecnic Software productions (TNSP)
+   (C) Copyright 2002-2021 Tecnic Software productions (TNSP)
    Licensed under 3-clause BSD style license, see th-libs/COPYING
 
  - TrueType font MonospaceBold.ttf
@@ -21,7 +21,7 @@
 
  - The raw ASCII map data in *.map files originate directly
    or indirectly from BatMUD(tm) <http://www.bat.org/> and are
-   (C) Copyright 2002-2020 Balanced Alternative Techniques Ry.
+   (C) Copyright 2002-2021 Balanced Alternative Techniques Ry.
 
    Those files are distributed here under the belief that since
    the data is publicly available, it can be freely distributed
--- a/colormap.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/colormap.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Convert BatMUD ASCII map to different formats
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "th_args.h"
--- a/combine.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/combine.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Combine several maps into one bigger
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "th_args.h"
--- a/diffmap.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/diffmap.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Compute 'diff' between two maps
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "th_util.h"
--- a/liblocfile.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/liblocfile.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * liblocfile - Location file format handling
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #include "liblocfile.h"
 
--- a/liblocfile.h	Tue Dec 29 09:40:01 2020 +0200
+++ b/liblocfile.h	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * liblocfile - Location file format handling
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #ifndef LIBLOCFILE_H
 #define LIBLOCFILE_H
--- a/libmaputils.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/libmaputils.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * maputils - Generic functions/tables for maputils package
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 
--- a/libmaputils.h	Tue Dec 29 09:40:01 2020 +0200
+++ b/libmaputils.h	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * libmaputils - Generic functions/tables for maputils package
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #ifndef LIBMAPUTILS_H
 #define LIBMAPUTILS_H
--- a/map2ppm.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/map2ppm.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Convert BatMUD ASCII map to PPM or PNG image file
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "th_args.h"
--- a/mapsearch.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/mapsearch.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * PupuMaps Search WebSockets server
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2018-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2018-2021 Tecnic Software productions (TNSP)
  */
 #include "th_args.h"
 #include "th_datastruct.h"
--- a/mapstats.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/mapstats.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Calculate terrain type (and other) statistics from ASCII map
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2007-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2007-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "th_args.h"
--- a/mkcitymap.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/mkcitymap.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Create interactive XHTML+CSS+JS map from input
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "liblocfile.h"
--- a/mkloc.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/mkloc.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Manipulate and convert BatMUD location data files
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "liblocfile.h"
--- a/patchmap.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/patchmap.c	Sat Jan 02 11:44:05 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * Patch a map with given diff file
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2008-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2008-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "th_util.h"
--- a/stitchmap.c	Tue Dec 29 09:40:01 2020 +0200
+++ b/stitchmap.c	Sat Jan 02 11:44:05 2021 +0200
@@ -3,7 +3,7 @@
  * together based on a matcher and coordinates
  *
  * Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
- * (C) Copyright 2006-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "th_args.h"