changeset 325:b65e0d6efe9d misc

Add copyright blurb.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 31 Dec 2015 02:59:54 +0200
parents b4f34ae41008
children 03963c456ed8
files materials/index.php materials/info.php
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/materials/index.php	Thu Dec 31 02:58:42 2015 +0200
+++ b/materials/index.php	Thu Dec 31 02:59:54 2015 +0200
@@ -1,8 +1,13 @@
 <?
+//
+// BatMUD material information browser
+// (C) Copyright 2009 - 2015 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
+//
+require "mgeneric.inc.php";
+require "materials.inc.php";
+
 $pageTitle = "Pupunen BatMUD Material Browser";
 $pageIndex = "index.php";
-require "mgeneric.inc.php";
-require "materials.inc.php";
 
 
 function stParseList($values, $pair)
--- a/materials/info.php	Thu Dec 31 02:58:42 2015 +0200
+++ b/materials/info.php	Thu Dec 31 02:59:54 2015 +0200
@@ -1,4 +1,8 @@
 <?
+//
+// BatMUD material alloy combo and material info viewer
+// (C) Copyright 2009 - 2015 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
+//
 require "mgeneric.inc.php";
 require "materials.inc.php";
 require "alloys.inc.php";