changeset 132:d74acad905a2 misc

Updated.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Dec 2010 15:36:43 +0000
parents c00076b2d39a
children 5535e20ff79a
files materials/csv2transtab.pl materials/parsematerial.pl
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/materials/csv2transtab.pl	Mon Dec 20 15:33:43 2010 +0000
+++ b/materials/csv2transtab.pl	Mon Dec 20 15:36:43 2010 +0000
@@ -1,7 +1,8 @@
 #!/usr/bin/perl -w
 #
 # Generate translation table from CSV format material data
-# (C) Copyright 2006-2011 Matti Hämäläinen (Ggr Pupunen) <ccr@tnsp.org>
+# Developed by Matti Hämäläinen (Ggr Pupunen) <ccr@tnsp.org>
+# (C) Copyright 2006-2010 Tecnic Software productions (TNSP)
 #
 # The generated table needs to be manually sorted in "sane" way,
 # the different adjectives cannot be heuristically sorted here.
--- a/materials/parsematerial.pl	Mon Dec 20 15:33:43 2010 +0000
+++ b/materials/parsematerial.pl	Mon Dec 20 15:36:43 2010 +0000
@@ -1,5 +1,13 @@
 #!/usr/bin/perl -w
-# Superklunssi by Ggr
+#
+# BatMUD material data parser and converter
+# Developed by Matti Hämäläinen (Ggr Pupunen) <ccr@tnsp.org>
+# (C) Copyright 2006-2010 Tecnic Software productions (TNSP)
+#
+# Converts "raw" material data (output of 'cast identify at material')
+# from log(s) into various formats and intermediate data for additional
+# processing by other tools.
+#
 use strict;
 use Data::Dumper;