# HG changeset patch # User Matti Hamalainen # Date 1484811811 -7200 # Node ID 9da8bab4971183f2c9e344822265b552191a12ec # Parent a987c8081891bcb24f44bef1f19aedf67623071c Bump copyright years. diff -r a987c8081891 -r 9da8bab49711 COPYING --- a/COPYING Sun Oct 30 16:18:48 2016 +0200 +++ b/COPYING Thu Jan 19 09:43:31 2017 +0200 @@ -1,6 +1,6 @@ MGallery - Yet another simple PHP-based web image gallery Programmed and designed by Matti Hämäläinen (ccr/TNSP) -(C) Copyright 2015-2016 Tecnic Software productions (TNSP) +(C) Copyright 2015-2017 Tecnic Software productions (TNSP) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff -r a987c8081891 -r 9da8bab49711 example.cfg --- a/example.cfg Sun Oct 30 16:18:48 2016 +0200 +++ b/example.cfg Thu Jan 19 09:43:31 2017 +0200 @@ -5,7 +5,7 @@ ;;; Gallery title, etc. title_prefix = "My Own Gallery" title_sep = " - " -page_info = "MGallery © Copyright 2015-2016 Tecnic Software productions (TNSP)" +page_info = "MGallery © Copyright 2015-2017 Tecnic Software productions (TNSP)" ;;; diff -r a987c8081891 -r 9da8bab49711 mgallery.inc.php --- a/mgallery.inc.php Sun Oct 30 16:18:48 2016 +0200 +++ b/mgallery.inc.php Thu Jan 19 09:43:31 2017 +0200 @@ -3,13 +3,13 @@ // Yet Another Image Gallery // -- Common functions and data include // Programmed and designed by Matti 'ccr' Hamalainen -// (C) Copyright 2015-2016 Tecnic Software productions (TNSP) +// (C) Copyright 2015-2017 Tecnic Software productions (TNSP) // $mgProgVersion = "v0.8.0"; $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen"; $mgProgEmail = ""; -$mgProgCopyright = "2015-2016 Tecnic Software productions (TNSP)"; +$mgProgCopyright = "2015-2017 Tecnic Software productions (TNSP)"; // diff -r a987c8081891 -r 9da8bab49711 mgallery.php --- a/mgallery.php Sun Oct 30 16:18:48 2016 +0200 +++ b/mgallery.php Thu Jan 19 09:43:31 2017 +0200 @@ -3,7 +3,7 @@ // Yet Another Image Gallery // -- Main PHP file // Programmed and designed by Matti 'ccr' Hamalainen -// (C) Copyright 2015-2016 Tecnic Software productions (TNSP) +// (C) Copyright 2015-2017 Tecnic Software productions (TNSP) // require "mgallery.inc.php"; diff -r a987c8081891 -r 9da8bab49711 mgtool.php --- a/mgtool.php Sun Oct 30 16:18:48 2016 +0200 +++ b/mgtool.php Thu Jan 19 09:43:31 2017 +0200 @@ -4,7 +4,7 @@ // Yet Another Image Gallery // -- Commandline tool for creating / updating gallery // Programmed and designed by Matti 'ccr' Hamalainen -// (C) Copyright 2015-2016 Tecnic Software productions (TNSP) +// (C) Copyright 2015-2017 Tecnic Software productions (TNSP) // require_once "mgallery.inc.php";