changeset 69:7777887bc515

Update header/copyright blurbs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Sep 2016 16:50:08 +0300
parents 941d3be57d7b
children 111d7cfd9a11
files mgallery.inc.php mgallery.php mgtool.php
diffstat 3 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.inc.php	Wed Sep 14 15:47:48 2016 +0300
+++ b/mgallery.inc.php	Wed Sep 14 16:50:08 2016 +0300
@@ -1,6 +1,8 @@
 <?php
 //
 // Yet Another Image Gallery
+// -- Common functions and data include
+// Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 // (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
 //
 
--- a/mgallery.php	Wed Sep 14 15:47:48 2016 +0300
+++ b/mgallery.php	Wed Sep 14 16:50:08 2016 +0300
@@ -1,6 +1,8 @@
 <?php
 //
 // Yet Another Image Gallery
+// -- Main PHP file
+// Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 // (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
 //
 require "mgallery.inc.php";
--- a/mgtool.php	Wed Sep 14 15:47:48 2016 +0300
+++ b/mgtool.php	Wed Sep 14 16:50:08 2016 +0300
@@ -2,7 +2,8 @@
 <?php
 //
 // Yet Another Image Gallery
-// Commandline tool for creating / updating gallery
+// -- Commandline tool for creating / updating gallery
+// Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 // (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
 //
 require_once "mgallery.inc.php";