changeset 272:007921f59d98

Bump copyright version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 13:11:35 +0300
parents 4a1d0f3ffa66
children 8ce9474f41f5
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	Tue May 14 12:51:49 2019 +0300
+++ b/mgallery.inc.php	Tue May 14 13:11:35 2019 +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-2018 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2019 Tecnic Software productions (TNSP)
 //
 
 $mgProgVersion = "v0.9.8";
 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen";
 $mgProgEmail = "<ccr@tnsp.org>";
-$mgProgCopyright = "2015-2018 Tecnic Software productions (TNSP)";
+$mgProgCopyright = "2015-2019 Tecnic Software productions (TNSP)";
 
 
 //
--- a/mgallery.php	Tue May 14 12:51:49 2019 +0300
+++ b/mgallery.php	Tue May 14 13:11:35 2019 +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-2018 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2019 Tecnic Software productions (TNSP)
 //
 require "mgallery.inc.php";
 
--- a/mgtool.php	Tue May 14 12:51:49 2019 +0300
+++ b/mgtool.php	Tue May 14 13:11:35 2019 +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-2018 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2019 Tecnic Software productions (TNSP)
 //
 require_once "mgallery.inc.php";