changeset 2573:397f8c487cf2

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 28 Jan 2024 02:32:46 +0200
parents 14e2de6b0337
children 5e6efb5a6b84
files README src/mkcitymap.c src/tooltip.js src/util.js
diffstat 4 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sat Jan 27 22:28:20 2024 +0200
+++ b/README	Sun Jan 28 02:32:46 2024 +0200
@@ -4,7 +4,7 @@
 BatMUD in various interesting ways.
 
 Programmed and designed by Matti Hämäläinen (aka Ggr Pupunen @ BatMUD)
-(C) Copyright 2006-2023 Tecnic Software productions (TNSP)
+(C) Copyright 2006-2024 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,12 +12,12 @@
 
  - th-utils library
    Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
-   (C) Copyright 2002-2023 Tecnic Software productions (TNSP)
+   (C) Copyright 2002-2024 Tecnic Software productions (TNSP)
    Licensed under 3-clause BSD style license, see th-libs/COPYING
 
  - The raw ASCII map data in *.map files originate directly
    or indirectly from BatMUD(tm) <http://www.bat.org/> and are
-   (C) Copyright 2002-2023 Balanced Alternative Techniques Ry.
+   (C) Copyright 2002-2024 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/src/mkcitymap.c	Sat Jan 27 22:28:20 2024 +0200
+++ b/src/mkcitymap.c	Sun Jan 28 02:32:46 2024 +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-2022 Tecnic Software productions (TNSP)
+ * (C) Copyright 2006-2024 Tecnic Software productions (TNSP)
  */
 #include "libmaputils.h"
 #include "liblocfile.h"
--- a/src/tooltip.js	Sat Jan 27 22:28:20 2024 +0200
+++ b/src/tooltip.js	Sun Jan 28 02:32:46 2024 +0200
@@ -1,7 +1,7 @@
 //
 // Tooltip functions in JavaScript for BatMUD maps
 // Programmed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-// (C) Copyright 2006-2021 Tecnic Software productions (TNSP)
+// (C) Copyright 2006-2024 Tecnic Software productions (TNSP)
 //
 var mapTipPrev = null;
 var mapTipItem = null;
--- a/src/util.js	Sat Jan 27 22:28:20 2024 +0200
+++ b/src/util.js	Sun Jan 28 02:32:46 2024 +0200
@@ -1,7 +1,7 @@
 //
 // Positioning utility functions in JavaScript for BatMUD maps
 // Programmed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-// (C) Copyright 2007-2022 Tecnic Software productions (TNSP)
+// (C) Copyright 2007-2024 Tecnic Software productions (TNSP)
 //
 
 var mapElem = null;