From 7fe3811c65a7c63154f03610e289a6d196f3ae2e Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 18 Jan 2012 11:10:46 +0000 Subject: Changed license to GNU GPLv3+ with exceptions for skins and plugins --- program/include/clisetup.php | 7 +++++-- program/include/html.php | 5 ++++- program/include/iniset.php | 7 +++++-- program/include/main.inc | 5 ++++- program/include/rcmail.php | 5 ++++- program/include/rcube_addressbook.php | 5 ++++- program/include/rcube_browser.php | 5 ++++- program/include/rcube_cache.php | 5 ++++- program/include/rcube_charset.php | 5 ++++- program/include/rcube_config.php | 5 ++++- program/include/rcube_contacts.php | 5 ++++- program/include/rcube_content_filter.php | 5 ++++- program/include/rcube_html_page.php | 5 ++++- program/include/rcube_imap.php | 5 ++++- program/include/rcube_imap_cache.php | 5 ++++- program/include/rcube_imap_generic.php | 5 ++++- program/include/rcube_json_output.php | 5 ++++- program/include/rcube_ldap.php | 5 ++++- program/include/rcube_mdb2.php | 5 ++++- program/include/rcube_message.php | 5 ++++- program/include/rcube_mime.php | 5 ++++- program/include/rcube_plugin.php | 5 ++++- program/include/rcube_plugin_api.php | 5 ++++- program/include/rcube_result_index.php | 5 ++++- program/include/rcube_result_set.php | 5 ++++- program/include/rcube_result_thread.php | 5 ++++- program/include/rcube_session.php | 5 ++++- program/include/rcube_shared.inc | 5 ++++- program/include/rcube_smtp.php | 5 ++++- program/include/rcube_spellchecker.php | 5 ++++- program/include/rcube_sqlite.inc | 5 ++++- program/include/rcube_storage.php | 5 ++++- program/include/rcube_string_replacer.php | 5 ++++- program/include/rcube_template.php | 5 ++++- program/include/rcube_user.php | 5 ++++- program/include/rcube_vcard.php | 5 ++++- 36 files changed, 146 insertions(+), 38 deletions(-) (limited to 'program/include') diff --git a/program/include/clisetup.php b/program/include/clisetup.php index 01d7291ec..c5f8dd1cc 100644 --- a/program/include/clisetup.php +++ b/program/include/clisetup.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 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: | | Setup the command line environment and provide some utitlity | @@ -89,4 +92,4 @@ function prompt_silent($prompt = "Password:") } } -?> \ No newline at end of file +?> diff --git a/program/include/html.php b/program/include/html.php index ba7098138..34874df6b 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -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: | | Helper class to create valid XHTML code | diff --git a/program/include/iniset.php b/program/include/iniset.php index ac5c5a192..375bdf653 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -5,8 +5,11 @@ | program/include/iniset.php | | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2011, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | Copyright (C) 2008-2012, The Roundcube Dev Team | + | | + | 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: | | Setup the application envoronment required to process | diff --git a/program/include/main.inc b/program/include/main.inc index 29f6de79d..8b935c1f3 100644 --- a/program/include/main.inc +++ b/program/include/main.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: | | Provide basic functions for the webmail package | diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 0bf9cf496..abfb498bc 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-2011, The Roundcube Dev Team | | Copyright (C) 2011, Kolab Systems AG | - | 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: | | Application class providing core functions and holding | diff --git a/program/include/rcube_addressbook.php b/program/include/rcube_addressbook.php index 5f17f4a8a..f7a526885 100644 --- a/program/include/rcube_addressbook.php +++ b/program/include/rcube_addressbook.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2006-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: | | Interface to the local address book database | diff --git a/program/include/rcube_browser.php b/program/include/rcube_browser.php index 859f36795..0e3b405af 100644 --- a/program/include/rcube_browser.php +++ b/program/include/rcube_browser.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2007-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. | | | | PURPOSE: | | Class representing the client browser's properties | diff --git a/program/include/rcube_cache.php b/program/include/rcube_cache.php index 018d5f57f..e5011854b 100644 --- a/program/include/rcube_cache.php +++ b/program/include/rcube_cache.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2011, The Roundcube Dev Team | | Copyright (C) 2011, Kolab Systems AG | - | 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: | | Caching engine | diff --git a/program/include/rcube_charset.php b/program/include/rcube_charset.php index 29de426d8..2b723ad3b 100644 --- a/program/include/rcube_charset.php +++ b/program/include/rcube_charset.php @@ -8,7 +8,10 @@ | Copyright (C) 2005-2012, The Roundcube Dev Team | | Copyright (C) 2011-2012, Kolab Systems AG | | Copyright (C) 2000 Edmund Grimley Evans | - | 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: | | Provide charset conversion functionality | diff --git a/program/include/rcube_config.php b/program/include/rcube_config.php index 6ccf69b72..f2c20f5ed 100644 --- a/program/include/rcube_config.php +++ b/program/include/rcube_config.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-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: | | Class to read configuration settings | diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php index 2185b6f40..1cfebb503 100644 --- a/program/include/rcube_contacts.php +++ b/program/include/rcube_contacts.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2006-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: | | Interface to the local address book database | diff --git a/program/include/rcube_content_filter.php b/program/include/rcube_content_filter.php index cde02ebdb..61d6e22c4 100644 --- a/program/include/rcube_content_filter.php +++ b/program/include/rcube_content_filter.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 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: | | PHP stream filter to detect evil content in mail attachments | diff --git a/program/include/rcube_html_page.php b/program/include/rcube_html_page.php index ac4fc0b30..d026444be 100644 --- a/program/include/rcube_html_page.php +++ b/program/include/rcube_html_page.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube PHP suite | | 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. | | | | CONTENTS: | | Class to build XHTML page output | diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index 8d5acfb9d..6db15dd24 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2012, The Roundcube Dev Team | | Copyright (C) 2011-2012, Kolab Systems AG | - | 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: | | IMAP Storage Engine | diff --git a/program/include/rcube_imap_cache.php b/program/include/rcube_imap_cache.php index 1b6a1656c..96c49f713 100644 --- a/program/include/rcube_imap_cache.php +++ b/program/include/rcube_imap_cache.php @@ -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: | | Caching of IMAP folder contents (messages and index) | diff --git a/program/include/rcube_imap_generic.php b/program/include/rcube_imap_generic.php index 4d4698f87..1832215b0 100644 --- a/program/include/rcube_imap_generic.php +++ b/program/include/rcube_imap_generic.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2010, The Roundcube Dev Team | | Copyright (C) 2011, Kolab Systems AG | - | 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: | | Provide alternative IMAP library that doesn't rely on the standard | diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php index ade9cc033..99f08f5c9 100644 --- a/program/include/rcube_json_output.php +++ b/program/include/rcube_json_output.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-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: | | Class to handle HTML page output using a skin template. | diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php index 7b33655e9..0d7b7d5c2 100644 --- a/program/include/rcube_ldap.php +++ b/program/include/rcube_ldap.php @@ -6,7 +6,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2006-2011, The Roundcube Dev Team | | Copyright (C) 2011, Kolab Systems AG | - | 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: | | Interface to an LDAP address directory | diff --git a/program/include/rcube_mdb2.php b/program/include/rcube_mdb2.php index f1669677c..5fd620f17 100644 --- a/program/include/rcube_mdb2.php +++ b/program/include/rcube_mdb2.php @@ -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. | | | | PURPOSE: | | PEAR:DB wrapper class that implements PEAR MDB2 functions | diff --git a/program/include/rcube_message.php b/program/include/rcube_message.php index 8c61a4db0..abc6b591e 100644 --- a/program/include/rcube_message.php +++ b/program/include/rcube_message.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-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: | | Logical representation of a mail message with all its data | diff --git a/program/include/rcube_mime.php b/program/include/rcube_mime.php index 4d97199c3..bae3ac38f 100644 --- a/program/include/rcube_mime.php +++ b/program/include/rcube_mime.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2012, The Roundcube Dev Team | | Copyright (C) 2011-2012, Kolab Systems AG | - | 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: | | MIME message parsing utilities | diff --git a/program/include/rcube_plugin.php b/program/include/rcube_plugin.php index 49bec043c..9864749d7 100644 --- a/program/include/rcube_plugin.php +++ b/program/include/rcube_plugin.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-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. | | | | PURPOSE: | | Abstract plugins interface/class | diff --git a/program/include/rcube_plugin_api.php b/program/include/rcube_plugin_api.php index 9c3378e67..e182ace95 100644 --- a/program/include/rcube_plugin_api.php +++ b/program/include/rcube_plugin_api.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-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: | | Plugins repository | diff --git a/program/include/rcube_result_index.php b/program/include/rcube_result_index.php index 0138f9f4b..1c7a5e067 100644 --- a/program/include/rcube_result_index.php +++ b/program/include/rcube_result_index.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2011, The Roundcube Dev Team | | Copyright (C) 2011, Kolab Systems AG | - | 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: | | SORT/SEARCH/ESEARCH response handler | diff --git a/program/include/rcube_result_set.php b/program/include/rcube_result_set.php index db52fc55b..5328fd7fe 100644 --- a/program/include/rcube_result_set.php +++ b/program/include/rcube_result_set.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2006-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: | | Class representing an address directory result set | diff --git a/program/include/rcube_result_thread.php b/program/include/rcube_result_thread.php index e93423e95..889a27fc3 100644 --- a/program/include/rcube_result_thread.php +++ b/program/include/rcube_result_thread.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2011, The Roundcube Dev Team | | Copyright (C) 2011, Kolab Systems AG | - | 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: | | THREAD response handler | diff --git a/program/include/rcube_session.php b/program/include/rcube_session.php index 7b2b2dce0..1f5290c71 100644 --- a/program/include/rcube_session.php +++ b/program/include/rcube_session.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2011, The Roundcube Dev Team | | Copyright (C) 2011, Kolab Systems AG | - | 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: | | Provide database supported session management | diff --git a/program/include/rcube_shared.inc b/program/include/rcube_shared.inc index 936e8959a..9340091bb 100644 --- a/program/include/rcube_shared.inc +++ b/program/include/rcube_shared.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube PHP suite | | Copyright (C) 2005-2007, 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. | | | | CONTENTS: | | Shared functions and classes used in PHP projects | diff --git a/program/include/rcube_smtp.php b/program/include/rcube_smtp.php index 088283b1d..854505d79 100644 --- a/program/include/rcube_smtp.php +++ b/program/include/rcube_smtp.php @@ -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: | | Provide SMTP functionality using socket connections | diff --git a/program/include/rcube_spellchecker.php b/program/include/rcube_spellchecker.php index e6bd13194..a6f391346 100644 --- a/program/include/rcube_spellchecker.php +++ b/program/include/rcube_spellchecker.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2011, Kolab Systems AG | | Copyright (C) 2008-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: | | Spellchecking using different backends | diff --git a/program/include/rcube_sqlite.inc b/program/include/rcube_sqlite.inc index 8008a53e0..3b74b2665 100644 --- a/program/include/rcube_sqlite.inc +++ b/program/include/rcube_sqlite.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: | | Provide callback functions for sqlite that will emulate | diff --git a/program/include/rcube_storage.php b/program/include/rcube_storage.php index 124d148e4..54e58ecf2 100644 --- a/program/include/rcube_storage.php +++ b/program/include/rcube_storage.php @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2012, The Roundcube Dev Team | | Copyright (C) 2012, Kolab Systems AG | - | 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: | | Mail Storage Engine | diff --git a/program/include/rcube_string_replacer.php b/program/include/rcube_string_replacer.php index 1cd1ef9fe..b3d29eb97 100644 --- a/program/include/rcube_string_replacer.php +++ b/program/include/rcube_string_replacer.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 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. | | | | PURPOSE: | | Handle string replacements based on preg_replace_callback | diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php index db14b3cda..81dbb3d79 100644 --- a/program/include/rcube_template.php +++ b/program/include/rcube_template.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2006-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: | | Class to handle HTML page output using a skin template. | diff --git a/program/include/rcube_user.php b/program/include/rcube_user.php index 500b9224d..d1df64391 100644 --- a/program/include/rcube_user.php +++ b/program/include/rcube_user.php @@ -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: | | This class represents a system user linked and provides access | diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php index 283da1db7..ad8e35e43 100644 --- a/program/include/rcube_vcard.php +++ b/program/include/rcube_vcard.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-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: | | Logical representation of a vcard address record | -- cgit v1.2.3