changeset 326:782c1520984e

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Feb 2022 19:38:30 +0200
parents 9a4297e59a40
children 8aa86090e85f
files basic.css mgallery.inc.php mgallery.php mgtool.php
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Mon May 11 05:06:19 2020 +0300
+++ b/basic.css	Fri Feb 11 19:38:30 2022 +0200
@@ -2,7 +2,7 @@
  * Yet Another Image Gallery
  * -- Base CSS stylesheet
  * Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
- * (C) Copyright 2015-2020 Tecnic Software productions (TNSP)
+ * (C) Copyright 2015-2022 Tecnic Software productions (TNSP)
  */
 html, body {
 	/* Prevent automatic text size adjustment, which happens on some mobile browsers. */
--- a/mgallery.inc.php	Mon May 11 05:06:19 2020 +0300
+++ b/mgallery.inc.php	Fri Feb 11 19:38:30 2022 +0200
@@ -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-2020 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2022 Tecnic Software productions (TNSP)
 //
 
 $mgProgVersion = "v0.9.12";
 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen";
 $mgProgEmail = "<ccr@tnsp.org>";
-$mgProgCopyright = "2015-2020 Tecnic Software productions (TNSP)";
+$mgProgCopyright = "2015-2022 Tecnic Software productions (TNSP)";
 
 $mgProgConfigFile = "mgallery.cfg";
 
--- a/mgallery.php	Mon May 11 05:06:19 2020 +0300
+++ b/mgallery.php	Fri Feb 11 19:38:30 2022 +0200
@@ -3,7 +3,7 @@
 // Yet Another Image Gallery
 // -- Main PHP file
 // Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-// (C) Copyright 2015-2020 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2022 Tecnic Software productions (TNSP)
 //
 require "mgallery.inc.php";
 
--- a/mgtool.php	Mon May 11 05:06:19 2020 +0300
+++ b/mgtool.php	Fri Feb 11 19:38:30 2022 +0200
@@ -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-2020 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2022 Tecnic Software productions (TNSP)
 //
 require_once "mgallery.inc.php";