From cb7283ab910ef91cc97dfa5eeb59a4851b6a5cff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 17 Mar 2009 02:47:53 +0000 Subject: [PATCH] Copyright added --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 8ec1329b59..8f6656178d 100644 --- a/inc/config.php +++ b/inc/config.php @@ -57,7 +57,7 @@ if (function_exists('date_default_timezone_set')) { define('VERSION', "v0.2.1"); define('AUTHOR' , "Roland Häder"); define('TITLE', "MXChange - Mail Exchange"); -define('COPY', "© 2003 - 2008, by Roland Häder"); +define('COPY', "Copyright © 2003 - 2008, by Roland Häder"); // CFG: ERROR_REPORTING @error_reporting(0); -- 2.39.5