changeset 306:2c5ff6aa9845

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Apr 2020 16:26:00 +0300
parents b816e80bc002
children a09452ac196e
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	Fri Apr 03 16:25:00 2020 +0300
+++ b/basic.css	Fri Apr 03 16:26:00 2020 +0300
@@ -2,7 +2,7 @@
  * Yet Another Image Gallery
  * -- Base CSS stylesheet
  * Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
- * (C) Copyright 2015-2018 Tecnic Software productions (TNSP)
+ * (C) Copyright 2015-2020 Tecnic Software productions (TNSP)
  */
 html, body {
 	/* Prevent automatic text size adjustment, which happens on some mobile browsers. */
--- a/mgallery.inc.php	Fri Apr 03 16:25:00 2020 +0300
+++ b/mgallery.inc.php	Fri Apr 03 16:26:00 2020 +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-2019 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2020 Tecnic Software productions (TNSP)
 //
 
 $mgProgVersion = "v0.9.10";
 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen";
 $mgProgEmail = "<ccr@tnsp.org>";
-$mgProgCopyright = "2015-2019 Tecnic Software productions (TNSP)";
+$mgProgCopyright = "2015-2020 Tecnic Software productions (TNSP)";
 
 $mgProgConfigFile = "mgallery.cfg";
 
--- a/mgallery.php	Fri Apr 03 16:25:00 2020 +0300
+++ b/mgallery.php	Fri Apr 03 16:26:00 2020 +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-2019 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2020 Tecnic Software productions (TNSP)
 //
 require "mgallery.inc.php";
 
--- a/mgtool.php	Fri Apr 03 16:25:00 2020 +0300
+++ b/mgtool.php	Fri Apr 03 16:26:00 2020 +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-2019 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2020 Tecnic Software productions (TNSP)
 //
 require_once "mgallery.inc.php";