# HG changeset patch # User Matti Hamalainen # Date 1485273108 -7200 # Node ID 7da8bde9b7beada109a1fa682096fc82abbd407a # Parent 76e11ae923a741156fea97f06bb8c28ba3e6051c Bump copyrights. diff -r 76e11ae923a7 -r 7da8bde9b7be admajax.php --- a/admajax.php Tue Jan 24 17:44:50 2017 +0200 +++ b/admajax.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Party administration page AJAX backend module -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be admin.php --- a/admin.php Tue Jan 24 17:44:50 2017 +0200 +++ b/admin.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Party administration page frontend module -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be admlogin.php --- a/admlogin.php Tue Jan 24 17:44:50 2017 +0200 +++ b/admlogin.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Administration interface session login handler -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be admlogout.php --- a/admlogout.php Tue Jan 24 17:44:50 2017 +0200 +++ b/admlogout.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Administration interface session logout -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be faptool.php --- a/faptool.php Tue Jan 24 17:44:50 2017 +0200 +++ b/faptool.php Tue Jan 24 17:51:48 2017 +0200 @@ -3,7 +3,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Special entry/preview/etc backend management commandline utility -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // if (!file_exists(realpath(dirname(__FILE__))."/mconfig.inc.php")) { diff -r 76e11ae923a7 -r 7da8bde9b7be genajax.js --- a/genajax.js Tue Jan 24 17:44:50 2017 +0200 +++ b/genajax.js Tue Jan 24 17:51:48 2017 +0200 @@ -1,7 +1,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Common JavaScript / AJAX code -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // var jsMessageBoxCBCancel = null, jsMessageBoxCBData = null, jsMessageBoxCBOK = null; var jsUploadCBS = []; diff -r 76e11ae923a7 -r 7da8bde9b7be index.php --- a/index.php Tue Jan 24 17:44:50 2017 +0200 +++ b/index.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Main HTML page wrapper -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // if (!file_exists("mconfig.inc.php")) die("Missing site configuration file.\n"); diff -r 76e11ae923a7 -r 7da8bde9b7be managedb.php --- a/managedb.php Tue Jan 24 17:44:50 2017 +0200 +++ b/managedb.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ [args]\n". "Where mode is one of following:\n". diff -r 76e11ae923a7 -r 7da8bde9b7be msession.inc.php --- a/msession.inc.php Tue Jan 24 17:44:50 2017 +0200 +++ b/msession.inc.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Session management and authentication -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // define("SESS_USER", "user"); diff -r 76e11ae923a7 -r 7da8bde9b7be msite.inc.php --- a/msite.inc.php Tue Jan 24 17:44:50 2017 +0200 +++ b/msite.inc.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Generic and miscellaneous site support code -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // require_once "msitegen.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be msitegen.inc.php --- a/msitegen.inc.php Tue Jan 24 17:44:50 2017 +0200 +++ b/msitegen.inc.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Generic and miscellaneous site support code -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // // Globals and definitions diff -r 76e11ae923a7 -r 7da8bde9b7be print.php --- a/print.php Tue Jan 24 17:44:50 2017 +0200 +++ b/print.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Data printout / hardcopy output module -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be show.php --- a/show.php Tue Jan 24 17:44:50 2017 +0200 +++ b/show.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Party information display system -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // require_once "mconfig.inc.php"; require_once "msite.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be showajax.php --- a/showajax.php Tue Jan 24 17:44:50 2017 +0200 +++ b/showajax.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Party information display system AJAX backend module -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // require_once "mconfig.inc.php"; require_once "msite.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be usrajax.js.php --- a/usrajax.js.php Tue Jan 24 17:44:50 2017 +0200 +++ b/usrajax.js.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // User actions page AJAX javascript module -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // $sessionType = "user"; require_once "mconfig.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be usrajax.php --- a/usrajax.php Tue Jan 24 17:44:50 2017 +0200 +++ b/usrajax.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // User actions page AJAX backend module -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // $sessionType = "user"; require_once "mconfig.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be usrlogin.php --- a/usrlogin.php Tue Jan 24 17:44:50 2017 +0200 +++ b/usrlogin.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Administration interface session login handler -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // $sessionType = "user"; require_once "mconfig.inc.php"; diff -r 76e11ae923a7 -r 7da8bde9b7be usrlogout.php --- a/usrlogout.php Tue Jan 24 17:44:50 2017 +0200 +++ b/usrlogout.php Tue Jan 24 17:51:48 2017 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // User interface session logout -// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2017 Tecnic Software productions (TNSP) // $sessionType = "user"; require_once "mconfig.inc.php";