changeset 1001:ffacd904fd1f

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Jan 2015 10:31:00 +0200
parents 6bdc34d99c46
children 13b15cef7028
files admajax.php admin.js admin.php admlogin.php admlogout.php ajax.js faptool.php index.php majax.inc.php managedb.php msession.inc.php msite.inc.php msitegen.inc.php pages/about.inc.php pages/compos.inc.php pages/news.inc.php pages/noauthvote.inc.php pages/register.inc.php pages/results.inc.php pages/schedule.inc.php pages/visitors.inc.php pages/vote.inc.php print.php show.php showajax.php usrajax.php usrlogin.php usrlogout.php
diffstat 28 files changed, 30 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- 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";
--- 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 = "";
--- 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";
--- 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";
--- 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";
--- 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 = [];
--- 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]." <command> [args]\n".
     "Where command is one of following:\n".
--- 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";
--- 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)
 //
 
 
--- 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 @@
 <?
 //
 // FAPWeb Database management 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";
@@ -352,7 +352,7 @@
 {
   echo
   "ManageDB - Manage FAPWeb SQL database\n".
-  "(C) Copyright 2012-2014 ccr/TNSP\n".
+  "(C) Copyright 2012-2015 ccr/TNSP\n".
   "\n".
   "Usage: ".$argv[0]." <mode> [args]\n".
   "Where mode is one of following:\n".
--- 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");
--- 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";
 
--- 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
--- 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");
 
--- 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)
 {
--- 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");
 
--- 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"))
--- 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");
 
--- 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");
 
--- 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"))
 {
--- 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");
--- 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";
--- 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";
--- 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";
--- 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";
--- 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";
--- 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";
--- 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";