diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 11:10:46 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 11:10:46 +0000 |
| commit | d2b1ef26d86b6a9e01d810ab7287b71f4d1cf1b7 (patch) | |
| tree | 458c91317cc03311a2748ab9ea02db8e8516c890 /roundcubemail/config | |
| parent | cc8d9e2efc6d4edd71ec9ae3a30e624124be43d7 (diff) | |
Changed license to GNU GPLv3+ with exceptions for skins and plugins
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 5 | ||||
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 5 | ||||
| -rw-r--r-- | roundcubemail/config/mimetypes.php | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index c1464f914..a02d7dc5b 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/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/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 7bab44835..7dd502538 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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/roundcubemail/config/mimetypes.php b/roundcubemail/config/mimetypes.php index d404c1f2c..f0c101304 100644 --- a/roundcubemail/config/mimetypes.php +++ b/roundcubemail/config/mimetypes.php @@ -46,4 +46,4 @@ return array( 'ics' => 'text/calendar', ); -?>
\ No newline at end of file +?> |
