changeset 134:b2685ec16e67 misc

Update copyrights, add comments.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Dec 2010 15:41:27 +0000
parents 5535e20ff79a
children 88cf0ca0f137
files icesusplaque.pl magestats.pl
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/icesusplaque.pl	Mon Dec 20 15:36:56 2010 +0000
+++ b/icesusplaque.pl	Mon Dec 20 15:41:27 2010 +0000
@@ -1,4 +1,12 @@
 #!/usr/bin/perl -w
+#
+# Icesus top player plaque parser
+# Developed by Matti Hämäläinen (Ggr Pupunen) <ccr@tnsp.org>
+# (C) Copyright 2010 Tecnic Software productions (TNSP)
+#
+# Inputs a logfile with multiple Icesus top player plaque listings
+# and outputs a plaque with changed positions etc.
+#
 use strict;
 use Date::Parse;
 
--- a/magestats.pl	Mon Dec 20 15:36:56 2010 +0000
+++ b/magestats.pl	Mon Dec 20 15:41:27 2010 +0000
@@ -1,11 +1,12 @@
 #!/usr/bin/perl -w
+#
 # Magestats - BatMUD Mage guild statistics generator
 # Developed by Matti Hämäläinen (Ggr Pupunen) <ccr@tnsp.org>
 # (C) Copyright 2010 Tecnic Software productions (TNSP)
 #
 # Requires Perl 5.8 and following modules:
 # In Debian / Ubuntu, apt-get install libgd-graph-perl
-
+#
 use strict;
 use File::Basename;
 use Data::Dumper;