changeset 155:5b92f130ba87

Add copyright header blurbs.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Oct 2013 16:11:49 +0300
parents 9055cfa14104
children fa7f3defffd0
files usrajax.php usrlogin.php usrlogout.php
diffstat 3 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usrajax.php	Fri Oct 25 15:08:31 2013 +0300
+++ b/usrajax.php	Fri Oct 25 16:11:49 2013 +0300
@@ -1,6 +1,8 @@
 <?
 //
-// User-level AJAX request handler backend module
+// FAPWeb Simple Demoparty System
+// User actions page AJAX backend module
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
 //
 $sessionType = "user";
 require "mconfig.inc.php";
--- a/usrlogin.php	Fri Oct 25 15:08:31 2013 +0300
+++ b/usrlogin.php	Fri Oct 25 16:11:49 2013 +0300
@@ -1,4 +1,9 @@
 <?
+//
+// FAPWeb Simple Demoparty System
+// Administration interface session login handler
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+//
 $sessionType = "user";
 require "mconfig.inc.php";
 require "msite.inc.php";
--- a/usrlogout.php	Fri Oct 25 15:08:31 2013 +0300
+++ b/usrlogout.php	Fri Oct 25 16:11:49 2013 +0300
@@ -1,4 +1,9 @@
 <?
+//
+// FAPWeb Simple Demoparty System
+// User interface session logout
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+//
 $sessionType = "user";
 require "mconfig.inc.php";
 require "msite.inc.php";