changeset 111:9da8bab49711

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jan 2017 09:43:31 +0200
parents a987c8081891
children b1834e342e73
files COPYING example.cfg mgallery.inc.php mgallery.php mgtool.php
diffstat 5 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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            = "<b>MGallery</b> &copy; Copyright 2015-2016 Tecnic Software productions (TNSP)"
+page_info            = "<b>MGallery</b> &copy; Copyright 2015-2017 Tecnic Software productions (TNSP)"
 
 
 ;;;
--- 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 <ccr@tnsp.org>
-// (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 = "<ccr@tnsp.org>";
-$mgProgCopyright = "2015-2016 Tecnic Software productions (TNSP)";
+$mgProgCopyright = "2015-2017 Tecnic Software productions (TNSP)";
 
 
 //
--- 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 <ccr@tnsp.org>
-// (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2017 Tecnic Software productions (TNSP)
 //
 require "mgallery.inc.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 <ccr@tnsp.org>
-// (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
+// (C) Copyright 2015-2017 Tecnic Software productions (TNSP)
 //
 require_once "mgallery.inc.php";