diff --git a/src/config.php b/src/config.php
index 98a6a9d..ce9b304 100644
--- a/src/config.php
+++ b/src/config.php
@@ -1,14 +1,31 @@
www.phplogcon.org <- *
- * *
- * Use this script at your own risk! *
- * ----------------------------------------------------------------- *
- * Main Configuration File *
- * *
- * -> Configuration need variables for the Database connection *
+ * phpLogCon - http://www.phplogcon.org
+ * -----------------------------------------------------------------
+ * Main Configuration File
+ *
+ * -> Configuration need variables for the Database connection
+ *
+ * Copyright (C) 2008 Adiscon GmbH.
+ *
+ * This file is part of phpLogCon.
+ *
+ * PhpLogCon 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, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * PhpLogCon 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 phpLogCon. If not, see .
+ *
+ * A copy of the GPL can be found in the file "COPYING" in this
+ * distribution.
*********************************************************************
*/
@@ -61,4 +78,4 @@
$CFG['Sources'][3]['LogLineType'] = "winsyslog";
$CFG['Sources'][3]['DiskFile'] = $gl_root_path . "samplelogs/winsyslog";
// ---
-?>
\ No newline at end of file
+?>
diff --git a/src/index.php b/src/index.php
index 922f334..ed699a8 100644
--- a/src/index.php
+++ b/src/index.php
@@ -1,16 +1,33 @@
www.phplogcon.org <- *
- * *
- * Use this script at your own risk! *
- * ----------------------------------------------------------------- *
- * Main Index File *
- * *
- * -> Loads the main PhpLogCon Site *
- * *
- * All directives are explained within this file *
+ * phpLogCon - http://www.phplogcon.org
+ * -----------------------------------------------------------------
+ * Main Index File
+ *
+ * -> Loads the main PhpLogCon Site
+ *
+ * All directives are explained within this file
+ *
+ * Copyright (C) 2008 Adiscon GmbH.
+ *
+ * This file is part of phpLogCon.
+ *
+ * PhpLogCon 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, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * PhpLogCon 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 phpLogCon. If not, see .
+ *
+ * A copy of the GPL can be found in the file "COPYING" in this
+ * distribution
*********************************************************************
*/