From 8846ab6f14cb92acb3649fa4eb113569b3832d10 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 25 Nov 2007 10:28:12 +0100 Subject: [PATCH] yaala: Added GPLv2 notice, removed old header. --- yaala | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/yaala b/yaala index 0085385..9845684 100755 --- a/yaala +++ b/yaala @@ -1,17 +1,20 @@ #!/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 # -# 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 { @@ -25,6 +28,8 @@ 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; } -- 2.11.0