changeset 1072:7da8bde9b7be

Bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Jan 2017 17:51:48 +0200
parents 76e11ae923a7
children fc10fc30cd76
files admajax.php admin.php admlogin.php admlogout.php faptool.php genajax.js index.php managedb.php msession.inc.php msite.inc.php msitegen.inc.php print.php show.php showajax.php usrajax.js.php usrajax.php usrlogin.php usrlogout.php
diffstat 18 files changed, 19 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- 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";
--- 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";
--- 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";
--- 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";
--- 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"))
 {
--- 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 = [];
--- 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");
--- 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 @@
 <?
 //
 // FAPWeb Database management 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"))
 {
@@ -360,7 +360,7 @@
 {
   echo
   "ManageDB - Manage FAPWeb SQL database\n".
-  "(C) Copyright 2012-2015 ccr/TNSP\n".
+  "(C) Copyright 2012-2017 ccr/TNSP\n".
   "\n".
   "Usage: ".$argv[0]." <mode> [args]\n".
   "Where mode is one of following:\n".
--- 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");
--- 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";
 
--- 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
--- 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";
--- 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";
--- 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";
--- 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";
--- 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";
--- 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";
--- 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";