From 86fd37f4a7c510cf357fbda24c05a00231d02366 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 29 Nov 2011 16:45:09 +0100 Subject: [PATCH] license clarification --- COPYING | 7 +++++++ src/asktheoracle.php | 6 +++++- src/chartgenerator.php | 6 +++++- src/convert.php | 6 +++++- src/details.php | 6 +++++- src/export.php | 6 +++++- src/include/config.sample.php | 6 +++++- src/include/constants_errors.php | 6 +++++- src/include/constants_filters.php | 6 +++++- src/include/constants_general.php | 6 +++++- src/include/constants_logstream.php | 6 +++++- src/include/functions_common.php | 6 +++++- src/include/functions_config.php | 6 +++++- src/include/functions_db.php | 6 +++++- src/include/functions_debugoutput.php | 6 +++++- src/include/functions_filters.php | 6 +++++- src/include/functions_frontendhelpers.php | 6 +++++- src/include/functions_installhelpers.php | 6 +++++- src/include/functions_themes.php | 4 ++++ src/include/functions_users.php | 6 +++++- src/index.php | 6 +++++- src/install.php | 6 +++++- src/login.php | 6 +++++- src/reportgenerator.php | 6 +++++- src/search.php | 6 +++++- src/statistics.php | 6 +++++- src/userchange.php | 6 +++++- 27 files changed, 136 insertions(+), 25 deletions(-) diff --git a/COPYING b/COPYING index 804eb5c..9c37b9f 100644 --- a/COPYING +++ b/COPYING @@ -1,3 +1,10 @@ +This work is released to the free software world via the GNU GPLv3, which can +be found below. However, Adiscon GmbH also offers commercial licenses for +those in the need. For questions, please contact info@adiscon.com or visit + +http://loganalyzer.adiscon.com/commercial + +------------------------------------------------------------------------------- GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/src/asktheoracle.php b/src/asktheoracle.php index 17a0eda..ab21a14 100644 --- a/src/asktheoracle.php +++ b/src/asktheoracle.php @@ -29,6 +29,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -150,4 +154,4 @@ $page -> parser($content, "asktheoracle.html"); $page -> output(); // --- -?> \ No newline at end of file +?> diff --git a/src/chartgenerator.php b/src/chartgenerator.php index 1ea2776..bb2dab8 100644 --- a/src/chartgenerator.php +++ b/src/chartgenerator.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -524,4 +528,4 @@ if ( $content['error_occured'] ) $graph->StrokeCSIM( basename(__FILE__), '', 0); // --- -?> \ No newline at end of file +?> diff --git a/src/convert.php b/src/convert.php index 8d3bb3d..6e561ee 100644 --- a/src/convert.php +++ b/src/convert.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -275,4 +279,4 @@ $page -> output(); // --- Helper functions // --- -?> \ No newline at end of file +?> diff --git a/src/details.php b/src/details.php index be8674a..0534f33 100644 --- a/src/details.php +++ b/src/details.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -455,4 +459,4 @@ $page -> output(); // --- -?> \ No newline at end of file +?> diff --git a/src/export.php b/src/export.php index 16884d8..9f74795 100644 --- a/src/export.php +++ b/src/export.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -418,4 +422,4 @@ else } // --- -?> \ No newline at end of file +?> diff --git a/src/include/config.sample.php b/src/include/config.sample.php index f6cac98..5e37f30 100644 --- a/src/include/config.sample.php +++ b/src/include/config.sample.php @@ -26,6 +26,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -151,4 +155,4 @@ $CFG['Charts'][] = array ( "DisplayName" => "Usage by Day", "chart_type" => CHAR // --- %Insert Source Here% // --- -?> \ No newline at end of file +?> diff --git a/src/include/constants_errors.php b/src/include/constants_errors.php index 7669c1e..d126073 100644 --- a/src/include/constants_errors.php +++ b/src/include/constants_errors.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -68,4 +72,4 @@ define('ERROR_MSG_SKIPMESSAGE', 21); define('ERROR_MSG_SCANABORTED', 23); define('ERROR_REPORT_NODATA', 25); -?> \ No newline at end of file +?> diff --git a/src/include/constants_filters.php b/src/include/constants_filters.php index ad9815c..faabf58 100644 --- a/src/include/constants_filters.php +++ b/src/include/constants_filters.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -114,4 +118,4 @@ $content['filter_messagetype_list'][] = array( "ID" => IUT_NT_EventReport, "Disp $content['filter_messagetype_list'][] = array( "ID" => IUT_File_Monitor, "DisplayName" => "File Monitor", "selected" => "" ); $content['filter_messagetype_list'][] = array( "ID" => IUT_WEBSERVERLOG, "DisplayName" => "Webserver Logfile", "selected" => "" ); -?> \ No newline at end of file +?> diff --git a/src/include/constants_general.php b/src/include/constants_general.php index 7131757..ab8b3c5 100644 --- a/src/include/constants_general.php +++ b/src/include/constants_general.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -222,4 +226,4 @@ define('ENC_UTF8', "utf-8"); $encodings[ENC_ISO_8859_1] = array("ID" => ENC_ISO_8859_1); $encodings[ENC_UTF8] = array("ID" => ENC_UTF8); -?> \ No newline at end of file +?> diff --git a/src/include/constants_logstream.php b/src/include/constants_logstream.php index ce25ef4..164ad96 100644 --- a/src/include/constants_logstream.php +++ b/src/include/constants_logstream.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -385,4 +389,4 @@ define('EVTIME_TIMESTAMP', '0'); define('EVTIME_TIMEZONE', '1'); define('EVTIME_MICROSECONDS', '2'); -?> \ No newline at end of file +?> diff --git a/src/include/functions_common.php b/src/include/functions_common.php index b123111..21ba253 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -1913,4 +1917,4 @@ function MultiSortArrayByItemCountAsc( $arrayFirst, $arraySecond ) } // --- -?> \ No newline at end of file +?> diff --git a/src/include/functions_config.php b/src/include/functions_config.php index a845d06..58f6bf6 100644 --- a/src/include/functions_config.php +++ b/src/include/functions_config.php @@ -26,6 +26,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -1001,4 +1005,4 @@ function LoadSourcesFromDatabase() } -?> \ No newline at end of file +?> diff --git a/src/include/functions_db.php b/src/include/functions_db.php index 1660212..35c8830 100644 --- a/src/include/functions_db.php +++ b/src/include/functions_db.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -433,4 +437,4 @@ function GetRowsAffected() return mysql_affected_rows(); } -?> \ No newline at end of file +?> diff --git a/src/include/functions_debugoutput.php b/src/include/functions_debugoutput.php index 64801ed..5b5ef7e 100644 --- a/src/include/functions_debugoutput.php +++ b/src/include/functions_debugoutput.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -195,4 +199,4 @@ function CreateHTMLFooter() } -?> \ No newline at end of file +?> diff --git a/src/include/functions_filters.php b/src/include/functions_filters.php index 55354d5..fc7ba5d 100644 --- a/src/include/functions_filters.php +++ b/src/include/functions_filters.php @@ -24,6 +24,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -338,4 +342,4 @@ function GetDateTimeDetailsFromTimeString($szTimeString, &$second, &$minute, &$h return false; } -?> \ No newline at end of file +?> diff --git a/src/include/functions_frontendhelpers.php b/src/include/functions_frontendhelpers.php index 1be9a2e..fef3b19 100644 --- a/src/include/functions_frontendhelpers.php +++ b/src/include/functions_frontendhelpers.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -308,4 +312,4 @@ function GetPriorityFromDebugLevel( $DebugLevel ) } } -?> \ No newline at end of file +?> diff --git a/src/include/functions_installhelpers.php b/src/include/functions_installhelpers.php index ae52536..99f22a2 100644 --- a/src/include/functions_installhelpers.php +++ b/src/include/functions_installhelpers.php @@ -29,6 +29,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -254,4 +258,4 @@ function ConvertCustomSources() } // --- -?> \ No newline at end of file +?> diff --git a/src/include/functions_themes.php b/src/include/functions_themes.php index bb5eeef..5ac1bf4 100644 --- a/src/include/functions_themes.php +++ b/src/include/functions_themes.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ diff --git a/src/include/functions_users.php b/src/include/functions_users.php index b35794c..67cb36d 100644 --- a/src/include/functions_users.php +++ b/src/include/functions_users.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -360,4 +364,4 @@ function CompareVersionNumbers( $oldVer, $newVer ) -?> \ No newline at end of file +?> diff --git a/src/index.php b/src/index.php index 92a9f88..9b12b93 100644 --- a/src/index.php +++ b/src/index.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -1000,4 +1004,4 @@ function AddOnClickMenu(&$fieldGridItem, $fieldType, $FieldID) } // --- -?> \ No newline at end of file +?> diff --git a/src/install.php b/src/install.php index 6f8ad33..7698581 100644 --- a/src/install.php +++ b/src/install.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -830,4 +834,4 @@ function InitUserDbSettings() define('DB_VIEWS', $CFG['UserDBPref'] . "views"); } // --- -?> \ No newline at end of file +?> diff --git a/src/login.php b/src/login.php index d45078b..ac4e160 100644 --- a/src/login.php +++ b/src/login.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -108,4 +112,4 @@ $page -> parser($content, "login.html"); $page -> output(); // --- -?> \ No newline at end of file +?> diff --git a/src/reportgenerator.php b/src/reportgenerator.php index c351635..dc3f774 100644 --- a/src/reportgenerator.php +++ b/src/reportgenerator.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -213,4 +217,4 @@ if ( $content['error_occured'] || $content['report_success'] ) // --- -?> \ No newline at end of file +?> diff --git a/src/search.php b/src/search.php index 229b82f..6c305f6 100644 --- a/src/search.php +++ b/src/search.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -239,4 +243,4 @@ $page -> parser($content, "search.html"); $page -> output(); // --- -?> \ No newline at end of file +?> diff --git a/src/statistics.php b/src/statistics.php index 3111250..679d223 100644 --- a/src/statistics.php +++ b/src/statistics.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -155,4 +159,4 @@ $page -> output(); //include($gl_root_path . 'include/functions_installhelpers.php'); //ConvertCustomCharts(); -?> \ No newline at end of file +?> diff --git a/src/userchange.php b/src/userchange.php index 4b67c47..96f02b8 100644 --- a/src/userchange.php +++ b/src/userchange.php @@ -28,6 +28,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this * distribution. + * + * Adiscon LogAnalyzer is also available under a commercial license. + * For details, contact info@adiscon.com or visit + * http://loganalyzer.adiscon.com/commercial ********************************************************************* */ @@ -108,4 +112,4 @@ if ( isset($_GET['op']) ) // Final redirect RedirectPage( $szRedir ); // --- -?> \ No newline at end of file +?>