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/program/steps/utils | |
| 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/program/steps/utils')
| -rw-r--r-- | roundcubemail/program/steps/utils/error.inc | 5 | ||||
| -rw-r--r-- | roundcubemail/program/steps/utils/html2text.inc | 5 | ||||
| -rw-r--r-- | roundcubemail/program/steps/utils/killcache.inc | 5 | ||||
| -rw-r--r-- | roundcubemail/program/steps/utils/modcss.inc | 5 | ||||
| -rw-r--r-- | roundcubemail/program/steps/utils/save_pref.inc | 5 | ||||
| -rw-r--r-- | roundcubemail/program/steps/utils/spell.inc | 5 | ||||
| -rw-r--r-- | roundcubemail/program/steps/utils/spell_html.inc | 5 |
7 files changed, 28 insertions, 7 deletions
diff --git a/roundcubemail/program/steps/utils/error.inc b/roundcubemail/program/steps/utils/error.inc index 63ba21689..8644d34c8 100644 --- a/roundcubemail/program/steps/utils/error.inc +++ b/roundcubemail/program/steps/utils/error.inc @@ -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. | | | | PURPOSE: | | Display error message page | diff --git a/roundcubemail/program/steps/utils/html2text.inc b/roundcubemail/program/steps/utils/html2text.inc index 486823ffd..811957ae4 100644 --- a/roundcubemail/program/steps/utils/html2text.inc +++ b/roundcubemail/program/steps/utils/html2text.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2010, 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. | | | | PURPOSE: | | Convert HTML message to plain text | diff --git a/roundcubemail/program/steps/utils/killcache.inc b/roundcubemail/program/steps/utils/killcache.inc index 61426e27a..3e85c0ae9 100644 --- a/roundcubemail/program/steps/utils/killcache.inc +++ b/roundcubemail/program/steps/utils/killcache.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2010, 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. | | | | PURPOSE: | | Delete rows from cache tables | diff --git a/roundcubemail/program/steps/utils/modcss.inc b/roundcubemail/program/steps/utils/modcss.inc index 7e627b28c..d635f979d 100644 --- a/roundcubemail/program/steps/utils/modcss.inc +++ b/roundcubemail/program/steps/utils/modcss.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2007-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. | | | | PURPOSE: | | Modify CSS source from a URL | diff --git a/roundcubemail/program/steps/utils/save_pref.inc b/roundcubemail/program/steps/utils/save_pref.inc index 616d13bc1..2c60f6d4e 100644 --- a/roundcubemail/program/steps/utils/save_pref.inc +++ b/roundcubemail/program/steps/utils/save_pref.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2010, 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. | | | | PURPOSE: | | Save preferences setting in database | diff --git a/roundcubemail/program/steps/utils/spell.inc b/roundcubemail/program/steps/utils/spell.inc index b485545be..cf341de31 100644 --- a/roundcubemail/program/steps/utils/spell.inc +++ b/roundcubemail/program/steps/utils/spell.inc @@ -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. | | | | PURPOSE: | | Invoke the configured or default spell checking engine. | diff --git a/roundcubemail/program/steps/utils/spell_html.inc b/roundcubemail/program/steps/utils/spell_html.inc index 2af30ba00..57ab9c69a 100644 --- a/roundcubemail/program/steps/utils/spell_html.inc +++ b/roundcubemail/program/steps/utils/spell_html.inc @@ -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. | | | | PURPOSE: | | Spellchecker for TinyMCE | |
