changeset 345:9fbec6399cdd

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Aug 2023 05:35:16 +0300
parents 0f14a20f48ca
children 4425fe467c81
files mgallery.inc.php mgallery.php mgtool.php
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.inc.php	Sun Aug 27 05:34:20 2023 +0300
+++ b/mgallery.inc.php	Sun Aug 27 05:35:16 2023 +0300
@@ -3,13 +3,13 @@
 // Yet Another Image Gallery
 // -- Common functions and data include
 // Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-// (C) Copyright 2015-2022 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2023 Tecnic Software productions (TNSP)
 //
 
 $mgProgVersion = "v0.9.13";
 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen";
 $mgProgEmail = "<ccr@tnsp.org>";
-$mgProgCopyright = "2015-2022 Tecnic Software productions (TNSP)";
+$mgProgCopyright = "2015-2023 Tecnic Software productions (TNSP)";
 
 $mgProgConfigFile = "mgallery.cfg";
 
--- a/mgallery.php	Sun Aug 27 05:34:20 2023 +0300
+++ b/mgallery.php	Sun Aug 27 05:35:16 2023 +0300
@@ -3,7 +3,7 @@
 // Yet Another Image Gallery
 // -- Main PHP file
 // Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-// (C) Copyright 2015-2022 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2023 Tecnic Software productions (TNSP)
 //
 require "mgallery.inc.php";
 
--- a/mgtool.php	Sun Aug 27 05:34:20 2023 +0300
+++ b/mgtool.php	Sun Aug 27 05:35:16 2023 +0300
@@ -4,7 +4,7 @@
 // Yet Another Image Gallery
 // -- Commandline tool for creating / updating gallery
 // Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-// (C) Copyright 2015-2022 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2023 Tecnic Software productions (TNSP)
 //
 require_once "mgallery.inc.php";