changeset 164:61327dee8e8c misc

Add copyright and information about PHP version requirement.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Dec 2010 01:43:41 +0000
parents 617455cb8a01
children 5b1b275e8b6b
files prices.php
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prices.php	Thu Dec 30 01:40:57 2010 +0000
+++ b/prices.php	Thu Dec 30 01:43:41 2010 +0000
@@ -1,9 +1,15 @@
 <?
+/* Merchant/alchemist price calculator in PHP
+ * (C) Copyright 2009-2010 Matti 'Ggr' Hamalainen <ccr@tnsp.org>
+ *
+ * Requires PHP 4.3 or later, primarily tested on PHP 5.2.x.
+ */
 // General settings
 $pageIndex = "prices.php";
 $pageTitle = "Ggr's Merchant Pricelist";
 $pageCharset = "ISO-8859-1";
 
+
 // Enabled service and product sections
 $sections = array(
   "services1"  => true,