changeset 151:a778629edff9

Add copyright headers.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Oct 2013 17:27:01 +0300
parents 4b91002a9900
children 6e6fba2da3d1
files news.inc.php vote.inc.php
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/news.inc.php	Thu Oct 24 00:30:07 2013 +0300
+++ b/news.inc.php	Thu Oct 24 17:27:01 2013 +0300
@@ -1,4 +1,9 @@
 <?
+//
+// FAPWeb Simple Demoparty System
+// News page
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+//
 echo stGetSetting("newsHeader");
 
 if (($res = stExecSQL("SELECT * FROM news ORDER BY utime DESC")) !== FALSE)
--- a/vote.inc.php	Thu Oct 24 00:30:07 2013 +0300
+++ b/vote.inc.php	Thu Oct 24 17:27:01 2013 +0300
@@ -1,4 +1,9 @@
 <?
+//
+// FAPWeb Simple Demoparty System
+// Competition voting page
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+//
 $sessionType = "user";
 require "majax.php";
 $userKeyLen = stGetSetting("userKeyLength");