comparison mgallery.inc.php @ 326:782c1520984e

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Feb 2022 19:38:30 +0200
parents d598b2320878
children 14d3741061f5
comparison
equal deleted inserted replaced
325:9a4297e59a40 326:782c1520984e
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-2020 Tecnic Software productions (TNSP) 6 // (C) Copyright 2015-2022 Tecnic Software productions (TNSP)
7 // 7 //
8 8
9 $mgProgVersion = "v0.9.12"; 9 $mgProgVersion = "v0.9.12";
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-2020 Tecnic Software productions (TNSP)"; 12 $mgProgCopyright = "2015-2022 Tecnic Software productions (TNSP)";
13 13
14 $mgProgConfigFile = "mgallery.cfg"; 14 $mgProgConfigFile = "mgallery.cfg";
15 15
16 $mgalDebug = FALSE; 16 $mgalDebug = FALSE;
17 17