summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-18 11:10:46 +0000
committerthomascube <thomas@roundcube.net>2012-01-18 11:10:46 +0000
commit7fe3811c65a7c63154f03610e289a6d196f3ae2e (patch)
tree2c916daa970bd8b5ccc732f80b2bbd3fb351f466 /config
parente52aaee0633bf76b5850eaed6aff4590436a4432 (diff)
Changed license to GNU GPLv3+ with exceptions for skins and plugins
Diffstat (limited to 'config')
-rw-r--r--config/db.inc.php.dist5
-rw-r--r--config/main.inc.php.dist5
-rw-r--r--config/mimetypes.php2
3 files changed, 9 insertions, 3 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index c1464f914..a02d7dc5b 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -6,7 +6,10 @@
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2005-2009, The Roundcube Dev Team |
- | Licensed under the GNU GPL |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
| |
+-----------------------------------------------------------------------+
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 7bab44835..7dd502538 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -6,7 +6,10 @@
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2005-2011, The Roundcube Dev Team |
- | Licensed under the GNU GPL |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
| |
+-----------------------------------------------------------------------+
diff --git a/config/mimetypes.php b/config/mimetypes.php
index d404c1f2c..f0c101304 100644
--- a/config/mimetypes.php
+++ b/config/mimetypes.php
@@ -46,4 +46,4 @@ return array(
'ics' => 'text/calendar',
);
-?> \ No newline at end of file
+?>