# HG changeset patch # User Matti Hamalainen # Date 1421310660 -7200 # Node ID ffacd904fd1f8682cc212edcf4b70c82484e479d # Parent 6bdc34d99c46951b9cbc30b7ce817785c835d43e Update copyrights. diff -r 6bdc34d99c46 -r ffacd904fd1f admajax.php --- a/admajax.php Thu Jan 15 10:28:18 2015 +0200 +++ b/admajax.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Party administration page AJAX backend module -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f admin.js --- a/admin.js Thu Jan 15 10:28:18 2015 +0200 +++ b/admin.js Thu Jan 15 10:31:00 2015 +0200 @@ -1,7 +1,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Party administration page frontend module -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // var activeAttendee = -1, prevAttendee = -1, activeAttendeeTmp = ""; diff -r 6bdc34d99c46 -r ffacd904fd1f admin.php --- a/admin.php Thu Jan 15 10:28:18 2015 +0200 +++ b/admin.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Party administration page frontend module -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f admlogin.php --- a/admlogin.php Thu Jan 15 10:28:18 2015 +0200 +++ b/admlogin.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Administration interface session login handler -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f admlogout.php --- a/admlogout.php Thu Jan 15 10:28:18 2015 +0200 +++ b/admlogout.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Administration interface session logout -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f ajax.js --- a/ajax.js Thu Jan 15 10:28:18 2015 +0200 +++ b/ajax.js Thu Jan 15 10:31:00 2015 +0200 @@ -1,7 +1,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Common JavaScript / AJAX code -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // var jsMessageBoxCBCancel = null, jsMessageBoxCBData = null, jsMessageBoxCBOK = null; var jsUploadCBS = []; diff -r 6bdc34d99c46 -r ffacd904fd1f faptool.php --- a/faptool.php Thu Jan 15 10:28:18 2015 +0200 +++ b/faptool.php Thu Jan 15 10:31:00 2015 +0200 @@ -3,7 +3,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Special entry/preview/etc backend management commandline utility -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // require_once "mconfig.inc.php"; require_once "msite.inc.php"; @@ -628,7 +628,7 @@ global $argv; echo "faptool - Do stuff with FAPWeb database\n". - "(C) Copyright 2014 ccr/TNSP\n". + "(C) Copyright 2015 ccr/TNSP\n". "\n". "Usage: ".$argv[0]." [args]\n". "Where command is one of following:\n". diff -r 6bdc34d99c46 -r ffacd904fd1f index.php --- a/index.php Thu Jan 15 10:28:18 2015 +0200 +++ b/index.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Main HTML page wrapper -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // require_once "mconfig.inc.php"; require_once "msite.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f majax.inc.php --- a/majax.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/majax.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Common AJAX Javascript code module -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // diff -r 6bdc34d99c46 -r ffacd904fd1f managedb.php --- a/managedb.php Thu Jan 15 10:28:18 2015 +0200 +++ b/managedb.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ [args]\n". "Where mode is one of following:\n". diff -r 6bdc34d99c46 -r ffacd904fd1f msession.inc.php --- a/msession.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/msession.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Session management and authentication -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // define("SESS_USER", "user"); diff -r 6bdc34d99c46 -r ffacd904fd1f msite.inc.php --- a/msite.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/msite.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Generic and miscellaneous site support code -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // require_once "msitegen.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f msitegen.inc.php --- a/msitegen.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/msitegen.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Generic and miscellaneous site support code -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // // Globals and definitions diff -r 6bdc34d99c46 -r ffacd904fd1f pages/about.inc.php --- a/pages/about.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/pages/about.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // About page -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // echo stGetSetting("aboutDescription"); diff -r 6bdc34d99c46 -r ffacd904fd1f pages/compos.inc.php --- a/pages/compos.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/pages/compos.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Competitions page -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // function stConvertNameToID($name) { diff -r 6bdc34d99c46 -r ffacd904fd1f pages/news.inc.php --- a/pages/news.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/pages/news.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // News page -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // echo stGetSetting("newsHeader"); diff -r 6bdc34d99c46 -r ffacd904fd1f pages/noauthvote.inc.php --- a/pages/noauthvote.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/pages/noauthvote.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // About page -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // if (!stChkSetting("allowVoting")) diff -r 6bdc34d99c46 -r ffacd904fd1f pages/register.inc.php --- a/pages/register.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/pages/register.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Attendee registration page -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $mode = stGetRequestItem("mode", "start"); diff -r 6bdc34d99c46 -r ffacd904fd1f pages/results.inc.php --- a/pages/results.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/pages/results.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Competition results page -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $showResults = stGetSetting("showResults"); diff -r 6bdc34d99c46 -r ffacd904fd1f pages/schedule.inc.php --- a/pages/schedule.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/pages/schedule.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Event schedule / description -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // if (stChkSetting("showSchedule")) { diff -r 6bdc34d99c46 -r ffacd904fd1f pages/visitors.inc.php --- a/pages/visitors.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/pages/visitors.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Attendee list page -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // if (stCheckRegistrationAvailable()) echo stGetSetting("visitorsPageRegLink"); diff -r 6bdc34d99c46 -r ffacd904fd1f pages/vote.inc.php --- a/pages/vote.inc.php Thu Jan 15 10:28:18 2015 +0200 +++ b/pages/vote.inc.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Competition voting page -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $sessionType = "user"; require_once "majax.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f print.php --- a/print.php Thu Jan 15 10:28:18 2015 +0200 +++ b/print.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Data printout / hardcopy output module -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $sessionType = "admin"; require_once "mconfig.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f show.php --- a/show.php Thu Jan 15 10:28:18 2015 +0200 +++ b/show.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Party information display system -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // require_once "mconfig.inc.php"; require_once "msite.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f showajax.php --- a/showajax.php Thu Jan 15 10:28:18 2015 +0200 +++ b/showajax.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Party information display system AJAX backend module -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // require_once "mconfig.inc.php"; require_once "msite.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f usrajax.php --- a/usrajax.php Thu Jan 15 10:28:18 2015 +0200 +++ b/usrajax.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // User actions page AJAX backend module -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $sessionType = "user"; require_once "mconfig.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f usrlogin.php --- a/usrlogin.php Thu Jan 15 10:28:18 2015 +0200 +++ b/usrlogin.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // Administration interface session login handler -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $sessionType = "user"; require_once "mconfig.inc.php"; diff -r 6bdc34d99c46 -r ffacd904fd1f usrlogout.php --- a/usrlogout.php Thu Jan 15 10:28:18 2015 +0200 +++ b/usrlogout.php Thu Jan 15 10:31:00 2015 +0200 @@ -2,7 +2,7 @@ // // FAPWeb - Simple Web-based Demoparty Management System // User interface session logout -// (C) Copyright 2012-2014 Tecnic Software productions (TNSP) +// (C) Copyright 2012-2015 Tecnic Software productions (TNSP) // $sessionType = "user"; require_once "mconfig.inc.php";