comparison mgallery.inc.php @ 272:007921f59d98

Bump copyright version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 13:11:35 +0300
parents 108b354ea2ea
children b1d004a6d3f1
comparison
equal deleted inserted replaced
271:4a1d0f3ffa66 272:007921f59d98
1 <?php 1 <?php
2 // 2 //
3 // Yet Another Image Gallery 3 // Yet Another Image Gallery
4 // -- Common functions and data include 4 // -- Common functions and data include
5 // Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org> 5 // Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
6 // (C) Copyright 2015-2018 Tecnic Software productions (TNSP) 6 // (C) Copyright 2015-2019 Tecnic Software productions (TNSP)
7 // 7 //
8 8
9 $mgProgVersion = "v0.9.8"; 9 $mgProgVersion = "v0.9.8";
10 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen"; 10 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen";
11 $mgProgEmail = "<ccr@tnsp.org>"; 11 $mgProgEmail = "<ccr@tnsp.org>";
12 $mgProgCopyright = "2015-2018 Tecnic Software productions (TNSP)"; 12 $mgProgCopyright = "2015-2019 Tecnic Software productions (TNSP)";
13 13
14 14
15 // 15 //
16 // Navigation control defines 16 // Navigation control defines
17 // 17 //