comparison mgallery.inc.php @ 306:2c5ff6aa9845

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Apr 2020 16:26:00 +0300
parents b816e80bc002
children a09452ac196e
comparison
equal deleted inserted replaced
305:b816e80bc002 306:2c5ff6aa9845
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-2019 Tecnic Software productions (TNSP) 6 // (C) Copyright 2015-2020 Tecnic Software productions (TNSP)
7 // 7 //
8 8
9 $mgProgVersion = "v0.9.10"; 9 $mgProgVersion = "v0.9.10";
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-2019 Tecnic Software productions (TNSP)"; 12 $mgProgCopyright = "2015-2020 Tecnic Software productions (TNSP)";
13 13
14 $mgProgConfigFile = "mgallery.cfg"; 14 $mgProgConfigFile = "mgallery.cfg";
15 15
16 $mgalDebug = FALSE; 16 $mgalDebug = FALSE;
17 17