diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-28 11:28:19 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-28 11:28:19 +0000 |
| commit | 43dea739f1d9c49dcdd6d59c20d1f3a10263ee91 (patch) | |
| tree | 6a6ea97585b206232d41ed46e44cc8727fab2011 | |
| parent | dc2adb7ff1eeb2c070f4cdd22cd4d990505e1c01 (diff) | |
Clarify the use of GPLv2 and exclude skins from this license; the default skin is now licensed under a CC license
git-svn-id: https://svn.roundcube.net/trunk@3683 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/README | 15 | ||||
| -rw-r--r-- | roundcubemail/skins/default/README | 22 |
2 files changed, 32 insertions, 5 deletions
diff --git a/roundcubemail/README b/roundcubemail/README index 634c794ff..d2a234242 100644 --- a/roundcubemail/README +++ b/roundcubemail/README @@ -20,24 +20,29 @@ easily extendable and the user interface is fully customizable using skins which are pure XHTML and CSS 2. This project includes other open-source classes/libraries from PEAR -(http://pear.php.net), an IMAP library derrived from IlohaMail +(http://pear.php.net), an IMAP library derived from IlohaMail the TinyMCE rich text editor, Googiespell library for spell checking or the HTML sanitizer by Frederic Motte. -The current development skin uses icons designed by Stephen Horlander and Kevin +The current default skin uses icons designed by Stephen Horlander and Kevin Gerich for Mozilla.org. Installation: ------------- -For detailed instructions on how to install RoundCube webmail on your server, +For detailed instructions on how to install Roundcube webmail on your server, please refer to the INSTALL document in the same directory as this document. Licensing: ---------- -This product is distributed under the GPL. Please read through the file -LICENSE for more information about our license. +This product is distributed under the GNU General Public License Version 2. +Please read through the file LICENSE for more information about our license. + +Even if skins might contain some programming work, they are not considered +as a linked part of the application and therefore skins DO NOT fall under +the provisions of the GPL license. See the README file located in the skins +folder for details on the skin license. Contribution: diff --git a/roundcubemail/skins/default/README b/roundcubemail/skins/default/README new file mode 100644 index 000000000..9ba2128ed --- /dev/null +++ b/roundcubemail/skins/default/README @@ -0,0 +1,22 @@ +ROUNDCUBE WEBMAIL DEFAULT SKIN +============================== + +This skin package contains the current development theme of the Roundcube +Webmail software. It can be used, modified and redistributed according to +the terms described in the LICENSE section. + +For information about building or modifiying Roundcube skins please visit +http://trac.roundcube.net/wiki/Doc_Skins + +The theme uses icons originally designed by Stephen Horlander and Kevin Gerich +for Mozilla.org. In case of redistribution giving credit to these artwork +creators is mandatory. + + +LICENSE +------- +The contents of this folder are subject to the Creative Commons +Attribution-Noncommercial License. It is allowed to copy, distribute, +transmit and to adapt the work for noncommercial purposes. +See http://creativecommons.org/licenses/by-nc/3.0/ for details. + |
