changeset 160:0980e705dea0

Add some copyright headers.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Oct 2013 03:05:49 +0200
parents 0b5c22e253e1
children 50032763bc79
files about.inc.php compos.inc.php msite.inc.php schedule.inc.php
diffstat 4 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/about.inc.php	Sat Oct 26 23:57:47 2013 +0300
+++ b/about.inc.php	Sun Oct 27 03:05:49 2013 +0200
@@ -1,4 +1,9 @@
 <?
+//
+// FAPWeb Simple Demoparty System
+// About page
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+//
 echo stGetSetting("aboutDescription");
 
 if (stGetSetting("showNewsOnAbout") &&
--- a/compos.inc.php	Sat Oct 26 23:57:47 2013 +0300
+++ b/compos.inc.php	Sun Oct 27 03:05:49 2013 +0200
@@ -1,4 +1,9 @@
 <?
+//
+// FAPWeb Simple Demoparty System
+// Competitions page
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+//
 echo stGetSetting("compoDescription");
 
 function stConvSwitchMode(&$str, &$mode, $newMode)
--- a/msite.inc.php	Sat Oct 26 23:57:47 2013 +0300
+++ b/msite.inc.php	Sun Oct 27 03:05:49 2013 +0200
@@ -1,8 +1,8 @@
 <?
 //
-// FAPWEB - Demo Party Website System System
+// FAPWeb Simple Demoparty System
 // Generic and miscellaneous site support code
-// (C) Copyright 2012 Matti 'ccr' Hamalainen <ccr@tnsp.org>
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
 //
 
 // Globals and definitions
--- a/schedule.inc.php	Sat Oct 26 23:57:47 2013 +0300
+++ b/schedule.inc.php	Sun Oct 27 03:05:49 2013 +0200
@@ -1,3 +1,8 @@
 <?
+//
+// FAPWeb Simple Demoparty System
+// Event schedule / description
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+//
 echo stGetSetting("eventDescription");
 ?>