#!/usr/bin/perl
-##########################################################################
-# yaala 0.7.3 2004-11-10 #
-#---=============--------------------------------------------------------#
-# Language: Perl #
-# Purpose: Generating statistics #
-# Input: Logfiles #
-# Output: One or more HTML-files (depending on the output module) #
-# Version: 0.7.3 (stable) #
-# License: GPL #
-# Homepage: http://yaala.org/ #
-# Authors: Florian octo Forster <octo@verplant.org> #
-# Contributions are listed in AUTHORS #
-##########################################################################
+
+# yaala - Yet Another Advanced Log Analyser
+# Copyright (C) 2000-2007 Florian octo Forster
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the Free
+# Software Foundation; only version 2 of the license is applicable.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the Free Software Foundation, Inc., 675 Mass
+# Ave, Cambridge, MA 02139, USA.
BEGIN
{
# 0x080: lib/Data/Core.pm (dump any data stored!)
# 0x100: lib/Report/GDGraph.pm
# 0x200: lib/Data/Persistent.pm
+# 0x2000: lib/Yaala/Parser/WebserverTools.pm
+
$::DEBUG = 0x0000;
}