changeset 32:953b0f7636f4

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 23 Apr 2016 19:39:41 +0300
parents 300396947f04
children 038af45fe0f2
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	Sat Apr 23 19:38:36 2016 +0300
+++ b/mgallery.inc.php	Sat Apr 23 19:39:41 2016 +0300
@@ -1,13 +1,13 @@
 <?php
 //
 // Yet Another Image Gallery
-// (C) Copyright 2015 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
 //
 
 $mgProgVersion = "v0.6";
 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen";
 $mgProgEmail = "<ccr@tnsp.org>";
-$mgProgCopyright = "2015 Tecnic Software productions (TNSP)";
+$mgProgCopyright = "2015-2016 Tecnic Software productions (TNSP)";
 
 
 //
--- a/mgallery.php	Sat Apr 23 19:38:36 2016 +0300
+++ b/mgallery.php	Sat Apr 23 19:39:41 2016 +0300
@@ -1,7 +1,7 @@
 <?php
 //
 // Yet Another Image Gallery
-// (C) Copyright 2015 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
 //
 require "mgeneric.inc.php";
 require "mgallery.inc.php";
--- a/mgtool.php	Sat Apr 23 19:38:36 2016 +0300
+++ b/mgtool.php	Sat Apr 23 19:39:41 2016 +0300
@@ -3,7 +3,7 @@
 //
 // Yet Another Image Gallery
 // Commandline tool for creating / updating gallery
-// (C) Copyright 2015 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
 //
 require_once "mgallery.inc.php";