diff options
author | thomascube <thomas@roundcube.net> | 2005-10-03 20:17:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-03 20:17:04 +0000 |
commit | 52c1f289c288253148bbdb742ff72104c5950dd0 (patch) | |
tree | c17454bf371b9c7e911e0224013f8614143304f8 /config | |
parent | d3d42bde2a5d5e2c7915ee30b79dfde132feaed7 (diff) |
Minor bugfixes and SMTP support
Diffstat (limited to 'config')
-rw-r--r-- | config/db.inc.php.dist | 2 | ||||
-rw-r--r-- | config/main.inc.php.dist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index 5ee392b5c..2d8888b91 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -6,7 +6,7 @@ | | | This file is part of the RoundCube Webmail client | | Copyright (C) 2005, RoundCube Dev. - Switzerland | - | All rights reserved. | + | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 0e8fc54c1..6498e019e 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -6,7 +6,7 @@ | | | This file is part of the RoundCube Webmail client | | Copyright (C) 2005, RoundCube Dev. - Switzerland | - | All rights reserved. | + | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ |