diff --git a/bin/cleandb.sh b/bin/cleandb.sh index 0bf71ea62..f54ad98f9 100755 --- a/bin/cleandb.sh +++ b/bin/cleandb.sh @@ -2,10 +2,9 @@ | +-----------------------------------------------------------------------+ diff --git a/bin/decrypt.sh b/bin/decrypt.sh index dd4525972..b3a9d4673 100755 --- a/bin/decrypt.sh +++ b/bin/decrypt.sh @@ -2,10 +2,9 @@ | +-----------------------------------------------------------------------+ diff --git a/bin/deluser.sh b/bin/deluser.sh index 63473012d..984320fd1 100755 --- a/bin/deluser.sh +++ b/bin/deluser.sh @@ -3,10 +3,9 @@ /* +-----------------------------------------------------------------------+ - | bin/deluser.sh | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/bin/dumpschema.sh b/bin/dumpschema.sh index d1d2999d6..20f0c5e91 100755 --- a/bin/dumpschema.sh +++ b/bin/dumpschema.sh @@ -2,10 +2,9 @@ | +-----------------------------------------------------------------------+ diff --git a/bin/exportgettext.sh b/bin/exportgettext.sh index 314cae7d2..e2f866854 100755 --- a/bin/exportgettext.sh +++ b/bin/exportgettext.sh @@ -2,11 +2,13 @@ | +-----------------------------------------------------------------------+ diff --git a/bin/importgettext.sh b/bin/importgettext.sh index 5a91e6bc1..fde141c3d 100755 --- a/bin/importgettext.sh +++ b/bin/importgettext.sh @@ -2,11 +2,13 @@ | +-----------------------------------------------------------------------+ diff --git a/bin/installto.sh b/bin/installto.sh index f16f01622..16e9527ab 100755 --- a/bin/installto.sh +++ b/bin/installto.sh @@ -2,10 +2,9 @@ | + +-----------------------------------------------------------------------+ +*/ define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/' ); ini_set('memory_limit', -1); diff --git a/bin/msgimport.sh b/bin/msgimport.sh index 0c72622c4..42077c23a 100755 --- a/bin/msgimport.sh +++ b/bin/msgimport.sh @@ -1,5 +1,18 @@ #!/usr/bin/env php | + +-----------------------------------------------------------------------+ +*/ define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/' ); ini_set('memory_limit', -1); diff --git a/bin/package2composer.sh b/bin/package2composer.sh index 5f3438cd0..3f9b15025 100755 --- a/bin/package2composer.sh +++ b/bin/package2composer.sh @@ -2,10 +2,9 @@ | +-----------------------------------------------------------------------+ diff --git a/bin/update.sh b/bin/update.sh index 08e3bb531..5134dceb9 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -2,10 +2,9 @@ | + +-----------------------------------------------------------------------+ +*/ + if (!class_exists('rcmail_install', false) || !is_object($RCI)) { die("Not allowed! Please open installer/index.php instead."); } diff --git a/installer/client.js b/installer/client.js index 2880ce34f..a2bdc89e2 100644 --- a/installer/client.js +++ b/installer/client.js @@ -2,13 +2,12 @@ +-----------------------------------------------------------------------+ | Roundcube installer client function | | | - | This file is part of the Roundcube web development suite | - | Copyright (C) 2009-2012, The Roundcube Dev Team | + | This file is part of the Roundcube Webmail client | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ @@ -17,7 +16,7 @@ function toggleblock(id, link) { var block = document.getElementById(id); - + return false; } @@ -28,14 +27,14 @@ function addhostfield() var row = document.createElement('div'); var input = document.createElement('input'); var link = document.createElement('a'); - + input.name = '_default_host[]'; input.size = '30'; link.href = '#'; link.onclick = function() { removehostfield(this.parentNode); return false }; link.className = 'removelink'; link.innerHTML = 'remove'; - + row.appendChild(input); row.appendChild(link); container.appendChild(row); diff --git a/installer/config.php b/installer/config.php index 90fa9929c..a246dc749 100644 --- a/installer/config.php +++ b/installer/config.php @@ -1,5 +1,19 @@ | + +-----------------------------------------------------------------------+ +*/ + if (!class_exists('rcmail_install', false) || !is_object($RCI)) { die("Not allowed! Please open installer/index.php instead."); } diff --git a/installer/index.php b/installer/index.php index 56b4122fe..51963c462 100644 --- a/installer/index.php +++ b/installer/index.php @@ -5,7 +5,7 @@ | Roundcube Webmail setup tool | | Version 1.4-git | | | - | Copyright (C) 2009-2017, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | This program is free software: you can redistribute it and/or modify | | it under the terms of the GNU General Public License (with exceptions | diff --git a/installer/test.php b/installer/test.php index 5c503ee6e..40d7a39d8 100644 --- a/installer/test.php +++ b/installer/test.php @@ -1,4 +1,17 @@ | + +-----------------------------------------------------------------------+ +*/ if (!class_exists('rcmail_install', false) || !is_object($RCI)) { die("Not allowed! Please open installer/index.php instead."); diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js index 7cfed90fd..97975a299 100644 --- a/plugins/acl/acl.js +++ b/plugins/acl/acl.js @@ -1,5 +1,18 @@ /** * ACL plugin script + * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * + * Copyright (c) The Roundcube Dev Team + * + * The JavaScript code in this page is free software: you can redistribute it + * and/or modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. */ if (window.rcmail) { diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php index 74044ee74..73a0fdacb 100644 --- a/plugins/acl/acl.php +++ b/plugins/acl/acl.php @@ -5,7 +5,7 @@ * * @author Aleksander Machniak * - * Copyright (C) 2011-2012, Kolab Systems AG + * Copyright (C) Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/acl/localization/en_US.inc b/plugins/acl/localization/en_US.inc index e35d22a3f..22c58b975 100644 --- a/plugins/acl/localization/en_US.inc +++ b/plugins/acl/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ diff --git a/plugins/archive/archive.js b/plugins/archive/archive.js index 6ae93fac0..f8b280412 100644 --- a/plugins/archive/archive.js +++ b/plugins/archive/archive.js @@ -4,7 +4,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2012-2016, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/plugins/archive/localization/en_US.inc b/plugins/archive/localization/en_US.inc index 600d1ddc6..1ef8692f9 100644 --- a/plugins/archive/localization/en_US.inc +++ b/plugins/archive/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ diff --git a/plugins/attachment_reminder/attachment_reminder.js b/plugins/attachment_reminder/attachment_reminder.js index 32d10e65c..973ff5561 100644 --- a/plugins/attachment_reminder/attachment_reminder.js +++ b/plugins/attachment_reminder/attachment_reminder.js @@ -4,7 +4,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2013, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/plugins/attachment_reminder/attachment_reminder.php b/plugins/attachment_reminder/attachment_reminder.php index dfc25abd1..77d774a48 100644 --- a/plugins/attachment_reminder/attachment_reminder.php +++ b/plugins/attachment_reminder/attachment_reminder.php @@ -8,7 +8,7 @@ * @author Aleksander Machniak * * Copyright (C) 2013 Thomas Yu - Sian, Liu - * Copyright (C) 2013, Kolab Systems AG + * Copyright (C) Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -77,7 +77,7 @@ class attachment_reminder extends rcube_plugin $args['prefs']['attachment_reminder'] = !empty($_POST['_attachment_reminder']); } } + return $args; } - } diff --git a/plugins/attachment_reminder/localization/en_US.inc b/plugins/attachment_reminder/localization/en_US.inc index bca2bf169..b1fdc9e37 100644 --- a/plugins/attachment_reminder/localization/en_US.inc +++ b/plugins/attachment_reminder/localization/en_US.inc @@ -2,15 +2,12 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ diff --git a/plugins/database_attachments/database_attachments.php b/plugins/database_attachments/database_attachments.php index b06717458..bd9d681bd 100644 --- a/plugins/database_attachments/database_attachments.php +++ b/plugins/database_attachments/database_attachments.php @@ -13,7 +13,7 @@ * @author Ziba Scott * @author Aleksander Machniak * - * Copyright (C) 2011-2018, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/plugins/emoticons/localization/en_US.inc b/plugins/emoticons/localization/en_US.inc index 04b10964d..c1ab1dab8 100644 --- a/plugins/emoticons/localization/en_US.inc +++ b/plugins/emoticons/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/emoticons/localization/.inc | - | | | Localization file of the Roundcube Webmail Emoticons plugin | - | Copyright (C) 2012-2015, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ diff --git a/plugins/enigma/enigma.js b/plugins/enigma/enigma.js index 94bcb2a0d..1bc65e749 100644 --- a/plugins/enigma/enigma.js +++ b/plugins/enigma/enigma.js @@ -1,4 +1,19 @@ -/* Enigma Plugin */ +/** + * Enigma plugin script + * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * + * Copyright (c) The Roundcube Dev Team + * + * The JavaScript code in this page is free software: you can redistribute it + * and/or modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. + */ window.rcmail && rcmail.addEventListener('init', function(evt) { if (rcmail.env.task == 'settings') { diff --git a/plugins/enigma/enigma.php b/plugins/enigma/enigma.php index 5a5bbc03d..fda9338ba 100644 --- a/plugins/enigma/enigma.php +++ b/plugins/enigma/enigma.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | Enigma Plugin for Roundcube | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_driver.php b/plugins/enigma/lib/enigma_driver.php index bab3e9fc1..cf4a5bfe2 100644 --- a/plugins/enigma/lib/enigma_driver.php +++ b/plugins/enigma/lib/enigma_driver.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | Abstract driver for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_driver_gnupg.php b/plugins/enigma/lib/enigma_driver_gnupg.php index 7d20becf7..80753f2ec 100644 --- a/plugins/enigma/lib/enigma_driver_gnupg.php +++ b/plugins/enigma/lib/enigma_driver_gnupg.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | GnuPG (PGP) driver for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_driver_phpssl.php b/plugins/enigma/lib/enigma_driver_phpssl.php index e0a078461..be1277985 100644 --- a/plugins/enigma/lib/enigma_driver_phpssl.php +++ b/plugins/enigma/lib/enigma_driver_phpssl.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | S/MIME driver for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_engine.php b/plugins/enigma/lib/enigma_engine.php index efe163a70..b63fd7937 100644 --- a/plugins/enigma/lib/enigma_engine.php +++ b/plugins/enigma/lib/enigma_engine.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | Engine of the Enigma Plugin | | | - | Copyright (C) 2010-2016 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_error.php b/plugins/enigma/lib/enigma_error.php index 4c6931570..971f4c99c 100644 --- a/plugins/enigma/lib/enigma_error.php +++ b/plugins/enigma/lib/enigma_error.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | Error class for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_key.php b/plugins/enigma/lib/enigma_key.php index b6c36b0ac..a4470da24 100644 --- a/plugins/enigma/lib/enigma_key.php +++ b/plugins/enigma/lib/enigma_key.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | Key class for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_mime_message.php b/plugins/enigma/lib/enigma_mime_message.php index a81f3cfc6..e21c63ba8 100644 --- a/plugins/enigma/lib/enigma_mime_message.php +++ b/plugins/enigma/lib/enigma_mime_message.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | Mail_mime wrapper for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_signature.php b/plugins/enigma/lib/enigma_signature.php index 8e9f1c9b5..a93edc60d 100644 --- a/plugins/enigma/lib/enigma_signature.php +++ b/plugins/enigma/lib/enigma_signature.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | Signature class for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_subkey.php b/plugins/enigma/lib/enigma_subkey.php index 3fb5cc676..5905f4fec 100644 --- a/plugins/enigma/lib/enigma_subkey.php +++ b/plugins/enigma/lib/enigma_subkey.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | SubKey class for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_ui.php b/plugins/enigma/lib/enigma_ui.php index 447804a9f..7ce169f25 100644 --- a/plugins/enigma/lib/enigma_ui.php +++ b/plugins/enigma/lib/enigma_ui.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | User Interface for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/lib/enigma_userid.php b/plugins/enigma/lib/enigma_userid.php index 11baef4db..d89e5a74b 100644 --- a/plugins/enigma/lib/enigma_userid.php +++ b/plugins/enigma/lib/enigma_userid.php @@ -4,12 +4,11 @@ +-------------------------------------------------------------------------+ | User ID class for the Enigma Plugin | | | - | Copyright (C) 2010-2015 The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-------------------------------------------------------------------------+ | Author: Aleksander Machniak | +-------------------------------------------------------------------------+ diff --git a/plugins/enigma/localization/en_US.inc b/plugins/enigma/localization/en_US.inc index 2378328d1..5772be7ec 100644 --- a/plugins/enigma/localization/en_US.inc +++ b/plugins/enigma/localization/en_US.inc @@ -2,15 +2,13 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ diff --git a/plugins/help/help.js b/plugins/help/help.js index 16e1a2a9a..7928b2017 100644 --- a/plugins/help/help.js +++ b/plugins/help/help.js @@ -1,11 +1,10 @@ /** * Help plugin client script - * @version 1.4 * * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2012-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/plugins/help/help.php b/plugins/help/help.php index 352c764df..bd18ec8d4 100644 --- a/plugins/help/help.php +++ b/plugins/help/help.php @@ -8,8 +8,7 @@ * @license GNU GPLv3+ * * Configuration (see config.inc.php.dist) - * - **/ + */ class help extends rcube_plugin { diff --git a/plugins/help/localization/en_US.inc b/plugins/help/localization/en_US.inc index d44b9a886..6aafd24e6 100644 --- a/plugins/help/localization/en_US.inc +++ b/plugins/help/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ diff --git a/plugins/hide_blockquote/hide_blockquote.js b/plugins/hide_blockquote/hide_blockquote.js index e938b33e9..635333a67 100644 --- a/plugins/hide_blockquote/hide_blockquote.js +++ b/plugins/hide_blockquote/hide_blockquote.js @@ -4,7 +4,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2012-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/plugins/hide_blockquote/localization/en_US.inc b/plugins/hide_blockquote/localization/en_US.inc index 90dd28955..782bb59ff 100644 --- a/plugins/hide_blockquote/localization/en_US.inc +++ b/plugins/hide_blockquote/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ @@ -20,5 +18,3 @@ $labels = array(); $labels['hide'] = 'Hide'; $labels['show'] = 'Show'; $labels['quotelimit'] = 'Hide citation when lines count is greater than'; - -?> diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve.php b/plugins/managesieve/lib/Roundcube/rcube_sieve.php index 38f06afd0..2ee76615a 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve.php @@ -3,8 +3,8 @@ /** * Classes for managesieve operations (using PEAR::Net_Sieve) * - * Copyright (C) 2008-2011, The Roundcube Dev Team - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) The Roundcube Dev Team + * Copyright (C) Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php index db0697d43..074d3be85 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php @@ -5,8 +5,8 @@ * * Engine part of Managesieve plugin implementing UI and backend access. * - * Copyright (C) 2008-2014, The Roundcube Dev Team - * Copyright (C) 2011-2014, Kolab Systems AG + * Copyright (C) The Roundcube Dev Team + * Copyright (C) Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_forward.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_forward.php index 967cb1622..db1c1b653 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve_forward.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_forward.php @@ -5,7 +5,7 @@ * * Engine part of Managesieve plugin implementing UI and backend access. * - * Copyright (C) 2011-2017, Kolab Systems AG + * Copyright (C) Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_script.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_script.php index fdfbf6e25..4d8a72c08 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve_script.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_script.php @@ -3,8 +3,8 @@ /** * Class for operations on Sieve scripts * - * Copyright (C) 2008-2011, The Roundcube Dev Team - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) The Roundcube Dev Team + * Copyright (C) Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_vacation.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_vacation.php index 70eaaded3..43ce9fc97 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve_vacation.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_vacation.php @@ -5,7 +5,7 @@ * * Engine part of Managesieve plugin implementing UI and backend access. * - * Copyright (C) 2011-2014, Kolab Systems AG + * Copyright (C) Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc index ebc78aa00..0ab602ce5 100644 --- a/plugins/managesieve/localization/en_US.inc +++ b/plugins/managesieve/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ @@ -277,5 +275,3 @@ $messages['emptyvacationbody'] = 'Body of vacation message is required!'; $messages['duplicate.conflict.err'] = 'Both header and unique identifier are not allowed.'; $messages['disabledaction'] = 'Action not permitted.'; $messages['lastindexempty'] = 'Index is required when counting from end'; - -?> diff --git a/plugins/managesieve/managesieve.js b/plugins/managesieve/managesieve.js index f81f78a41..874856d31 100644 --- a/plugins/managesieve/managesieve.js +++ b/plugins/managesieve/managesieve.js @@ -4,7 +4,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2012-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/plugins/managesieve/managesieve.php b/plugins/managesieve/managesieve.php index 3c71080eb..e69f7c3da 100644 --- a/plugins/managesieve/managesieve.php +++ b/plugins/managesieve/managesieve.php @@ -11,8 +11,8 @@ * * Configuration (see config.inc.php.dist) * - * Copyright (C) 2008-2013, The Roundcube Dev Team - * Copyright (C) 2011-2013, Kolab Systems AG + * Copyright (C) The Roundcube Dev Team + * Copyright (C) Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/markasjunk/localization/en_US.inc b/plugins/markasjunk/localization/en_US.inc index 9f9e5fd3f..b6ad8bc46 100644 --- a/plugins/markasjunk/localization/en_US.inc +++ b/plugins/markasjunk/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ diff --git a/plugins/markasjunk/markasjunk.js b/plugins/markasjunk/markasjunk.js index 964cae8bb..378bb305f 100644 --- a/plugins/markasjunk/markasjunk.js +++ b/plugins/markasjunk/markasjunk.js @@ -4,8 +4,8 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2013-2018 The Roundcube Dev Team - * Copyright (C) 2009-2018 Philip Weir + * Copyright (c) The Roundcube Dev Team + * Copyright (C) Philip Weir * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/plugins/markasjunk/markasjunk.php b/plugins/markasjunk/markasjunk.php index bad4933e2..0d8e90c64 100644 --- a/plugins/markasjunk/markasjunk.php +++ b/plugins/markasjunk/markasjunk.php @@ -11,8 +11,8 @@ * @author Philip Weir * @author Thomas Bruederli * - * Copyright (C) 2009-2018 The Roundcube Dev Team - * Copyright (C) 2009-2018 Philip Weir + * Copyright (C) The Roundcube Dev Team + * Copyright (C) Philip Weir * * This program is a Roundcube (https://roundcube.net) plugin. * For more information see README.md. diff --git a/plugins/new_user_dialog/localization/en_US.inc b/plugins/new_user_dialog/localization/en_US.inc index d508cfc9c..f0445108b 100644 --- a/plugins/new_user_dialog/localization/en_US.inc +++ b/plugins/new_user_dialog/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ @@ -19,5 +17,3 @@ $labels = array(); $labels['identitydialogtitle'] = 'Please complete your sender identity'; $labels['identitydialoghint'] = 'This box only appears once at the first login.'; - -?> \ No newline at end of file diff --git a/plugins/newmail_notifier/localization/en_US.inc b/plugins/newmail_notifier/localization/en_US.inc index 1c4054615..c244b3ae2 100644 --- a/plugins/newmail_notifier/localization/en_US.inc +++ b/plugins/newmail_notifier/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ @@ -26,5 +24,3 @@ $labels['testbody'] = 'This is a test notification.'; $labels['desktopdisabled'] = 'Desktop notifications are disabled in your browser.'; $labels['desktopunsupported'] = 'Your browser does not support desktop notifications.'; $labels['desktoptimeout'] = 'Close desktop notification'; - -?> diff --git a/plugins/newmail_notifier/newmail_notifier.js b/plugins/newmail_notifier/newmail_notifier.js index 5e95284cc..f06d6ea49 100644 --- a/plugins/newmail_notifier/newmail_notifier.js +++ b/plugins/newmail_notifier/newmail_notifier.js @@ -6,7 +6,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2013-2016, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/plugins/newmail_notifier/newmail_notifier.php b/plugins/newmail_notifier/newmail_notifier.php index 939d118d3..0e848e68c 100644 --- a/plugins/newmail_notifier/newmail_notifier.php +++ b/plugins/newmail_notifier/newmail_notifier.php @@ -10,7 +10,7 @@ * * @author Aleksander Machniak * - * Copyright (C) 2011-2016, Kolab Systems AG + * Copyright (C) Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/chpasswd.php b/plugins/password/drivers/chpasswd.php index 31e50241c..fe6c6d16b 100644 --- a/plugins/password/drivers/chpasswd.php +++ b/plugins/password/drivers/chpasswd.php @@ -11,7 +11,7 @@ * @version 2.0 * @author Alex Cartwright * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/cpanel.php b/plugins/password/drivers/cpanel.php index 663ebd173..e094232d4 100644 --- a/plugins/password/drivers/cpanel.php +++ b/plugins/password/drivers/cpanel.php @@ -16,7 +16,7 @@ * @version 3.1 * @author Christian Chech * - * Copyright (C) 2005-2016, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/cpanel_webmail.php b/plugins/password/drivers/cpanel_webmail.php index 49bfab992..3d5770442 100644 --- a/plugins/password/drivers/cpanel_webmail.php +++ b/plugins/password/drivers/cpanel_webmail.php @@ -9,7 +9,7 @@ * * @author Maikel Linke * - * Copyright (C) 2005-2016, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/dbmail.php b/plugins/password/drivers/dbmail.php index 1a872aa56..7c6103610 100644 --- a/plugins/password/drivers/dbmail.php +++ b/plugins/password/drivers/dbmail.php @@ -14,7 +14,7 @@ * * @version 1.0 * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/directadmin.php b/plugins/password/drivers/directadmin.php index fb1bf75a9..7444e1407 100644 --- a/plugins/password/drivers/directadmin.php +++ b/plugins/password/drivers/directadmin.php @@ -8,7 +8,7 @@ * @version 2.2 * @author Victor Benincasa * - * Copyright (C) 2005-2018, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -492,7 +492,6 @@ class HTTPSocket { return $x; } - /** * Set a specifc message on how to change the SSL setting, in the event that it's not set correctly. */ @@ -500,5 +499,4 @@ class HTTPSocket { { $this->ssl_setting_message = $str; } - } diff --git a/plugins/password/drivers/domainfactory.php b/plugins/password/drivers/domainfactory.php index 7b3b65caa..513e31e36 100644 --- a/plugins/password/drivers/domainfactory.php +++ b/plugins/password/drivers/domainfactory.php @@ -10,7 +10,7 @@ * @author Till Krüss * @link http://tillkruess.com/projects/roundcube/ * - * Copyright (C) 2005-2014, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/expect.php b/plugins/password/drivers/expect.php index 6fa266b04..0af39f4da 100644 --- a/plugins/password/drivers/expect.php +++ b/plugins/password/drivers/expect.php @@ -24,7 +24,7 @@ * a good starting default: * -telent -host localhost -output /tmp/passwd.log -log /tmp/passwd.log * - * Copyright (C) 2005-2014, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/gearman.php b/plugins/password/drivers/gearman.php index 4527af6d0..a05e09a7f 100644 --- a/plugins/password/drivers/gearman.php +++ b/plugins/password/drivers/gearman.php @@ -9,7 +9,7 @@ * @version 1.0 * @author Mohammad Anwari * - * Copyright (C) 2005-2014, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/hmail.php b/plugins/password/drivers/hmail.php index 66641ed9a..39339ef41 100644 --- a/plugins/password/drivers/hmail.php +++ b/plugins/password/drivers/hmail.php @@ -6,7 +6,7 @@ * @version 2.0 * @author Roland 'rosali' Liebl * - * Copyright (C) 2005-2014, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/ldap.php b/plugins/password/drivers/ldap.php index 65fe965a3..a6b979b8f 100644 --- a/plugins/password/drivers/ldap.php +++ b/plugins/password/drivers/ldap.php @@ -12,7 +12,7 @@ * method hashPassword based on code from the phpLDAPadmin development team (http://phpldapadmin.sourceforge.net/). * method randomSalt based on code from the phpLDAPadmin development team (http://phpldapadmin.sourceforge.net/). * - * Copyright (C) 2005-2014, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/ldap_exop.php b/plugins/password/drivers/ldap_exop.php index a034c95c1..796bef85b 100644 --- a/plugins/password/drivers/ldap_exop.php +++ b/plugins/password/drivers/ldap_exop.php @@ -11,7 +11,7 @@ * @version 1.0 * @author Peter Kubica * - * Copyright (C) 2005-2019, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/ldap_ppolicy.php b/plugins/password/drivers/ldap_ppolicy.php index 6b7fd1a6b..84c2c2874 100644 --- a/plugins/password/drivers/ldap_ppolicy.php +++ b/plugins/password/drivers/ldap_ppolicy.php @@ -8,7 +8,6 @@ * * @version 1.0 * @author Zbigniew Szmyd - * */ class rcube_ldap_ppolicy_password diff --git a/plugins/password/drivers/ldap_simple.php b/plugins/password/drivers/ldap_simple.php index 1a6e411ed..33e939dad 100644 --- a/plugins/password/drivers/ldap_simple.php +++ b/plugins/password/drivers/ldap_simple.php @@ -11,7 +11,7 @@ * @author Wout Decre * @author Aleksander Machniak * - * Copyright (C) 2005-2014, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/modoboa.php b/plugins/password/drivers/modoboa.php index 18ed0576a..4f41c2d35 100644 --- a/plugins/password/drivers/modoboa.php +++ b/plugins/password/drivers/modoboa.php @@ -9,7 +9,7 @@ * @version 1.0.1 * @author stephane @actionweb.fr * - * Copyright (C) 2018, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/pam.php b/plugins/password/drivers/pam.php index 5c293394a..c70dafddf 100644 --- a/plugins/password/drivers/pam.php +++ b/plugins/password/drivers/pam.php @@ -6,7 +6,7 @@ * @version 2.0 * @author Aleksander Machniak * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/poppassd.php b/plugins/password/drivers/poppassd.php index 0e31b4dd6..e01fa58b5 100644 --- a/plugins/password/drivers/poppassd.php +++ b/plugins/password/drivers/poppassd.php @@ -8,7 +8,7 @@ * @version 2.0 * @author Philip Weir * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/pw_usermod.php b/plugins/password/drivers/pw_usermod.php index 8772190b6..d439d6fb2 100644 --- a/plugins/password/drivers/pw_usermod.php +++ b/plugins/password/drivers/pw_usermod.php @@ -12,7 +12,7 @@ * @author Alex Cartwright * @author Adamson Huang * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/sasl.php b/plugins/password/drivers/sasl.php index a64107fc1..e68ba6e5e 100644 --- a/plugins/password/drivers/sasl.php +++ b/plugins/password/drivers/sasl.php @@ -15,7 +15,7 @@ * @version 2.0 * @author Thomas Bruederli * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/smb.php b/plugins/password/drivers/smb.php index 0ffcbda57..5d916d24a 100644 --- a/plugins/password/drivers/smb.php +++ b/plugins/password/drivers/smb.php @@ -20,7 +20,7 @@ * password_smb_host => samba host (default: localhost) * password_smb_cmd => smbpasswd binary (default: /usr/bin/smbpasswd) * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/sql.php b/plugins/password/drivers/sql.php index eeea0c59d..ca7e0d983 100644 --- a/plugins/password/drivers/sql.php +++ b/plugins/password/drivers/sql.php @@ -6,9 +6,9 @@ * Driver for passwords stored in SQL database * * @version 2.0 - * @author Aleksander 'A.L.E.C' Machniak + * @author Aleksander Machniak * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/virtualmin.php b/plugins/password/drivers/virtualmin.php index cfecf39b2..da8a59840 100644 --- a/plugins/password/drivers/virtualmin.php +++ b/plugins/password/drivers/virtualmin.php @@ -13,7 +13,7 @@ * @version 3.0 * @author Martijn de Munnik * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/vpopmaild.php b/plugins/password/drivers/vpopmaild.php index 85da98698..5de5c438c 100644 --- a/plugins/password/drivers/vpopmaild.php +++ b/plugins/password/drivers/vpopmaild.php @@ -8,7 +8,7 @@ * @version 2.0 * @author Johannes Hessellund * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/ximss.php b/plugins/password/drivers/ximss.php index 711554aba..0dd53ffb5 100644 --- a/plugins/password/drivers/ximss.php +++ b/plugins/password/drivers/ximss.php @@ -14,7 +14,7 @@ * @version 2.0 * @author Erik Meitner * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/xmail.php b/plugins/password/drivers/xmail.php index 3dcad4da3..1f6f6a0e4 100644 --- a/plugins/password/drivers/xmail.php +++ b/plugins/password/drivers/xmail.php @@ -15,7 +15,7 @@ * $config['xmail_pass'] = 'YourXmailControlPass'; * $config['xmail_port'] = 6017; * - * Copyright (C) 2005-2013, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/drivers/zxcvbn.php b/plugins/password/drivers/zxcvbn.php index ff79639dd..c2084b0e6 100644 --- a/plugins/password/drivers/zxcvbn.php +++ b/plugins/password/drivers/zxcvbn.php @@ -8,7 +8,7 @@ * @version 0.1 * @author Philip Weir * - * Copyright (C) 2018 Philip Weir + * Copyright (C) Philip Weir * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/password/localization/en_US.inc b/plugins/password/localization/en_US.inc index 641627948..c39ae5ce7 100644 --- a/plugins/password/localization/en_US.inc +++ b/plugins/password/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ diff --git a/plugins/password/password.js b/plugins/password/password.js index 78389f088..0a7c9c200 100644 --- a/plugins/password/password.js +++ b/plugins/password/password.js @@ -4,7 +4,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2012-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/plugins/password/password.php b/plugins/password/password.php index 7eba439bb..728d81774 100644 --- a/plugins/password/password.php +++ b/plugins/password/password.php @@ -5,7 +5,7 @@ * * @author Aleksander Machniak * - * Copyright (C) 2005-2018, The Roundcube Dev Team + * Copyright (C) The Roundcube Dev Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/redundant_attachments/redundant_attachments.php b/plugins/redundant_attachments/redundant_attachments.php index 149ac9998..243b43aea 100644 --- a/plugins/redundant_attachments/redundant_attachments.php +++ b/plugins/redundant_attachments/redundant_attachments.php @@ -15,8 +15,8 @@ * @author Thomas Bruederli * @author Aleksander Machniak * - * Copyright (C) 2011-2018, The Roundcube Dev Team - * Copyright (C) 2011-2018, Kolab Systems AG + * Copyright (C) The Roundcube Dev Team + * Copyright (C) Kolab Systems AG * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/plugins/subscriptions_option/localization/en_US.inc b/plugins/subscriptions_option/localization/en_US.inc index 3eb18fc1d..f4008f8d6 100644 --- a/plugins/subscriptions_option/localization/en_US.inc +++ b/plugins/subscriptions_option/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ @@ -18,5 +16,3 @@ $labels = array(); $labels['useimapsubscriptions'] = 'Use IMAP Subscriptions'; - -?> diff --git a/plugins/userinfo/localization/en_US.inc b/plugins/userinfo/localization/en_US.inc index 01230de85..86dd44017 100644 --- a/plugins/userinfo/localization/en_US.inc +++ b/plugins/userinfo/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ @@ -21,5 +19,3 @@ $labels['userinfo'] = 'User info'; $labels['created'] = 'Created'; $labels['lastlogin'] = 'Last Login'; $labels['defaultidentity'] = 'Default Identity'; - -?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/en_US.inc b/plugins/vcard_attachments/localization/en_US.inc index 99af44509..e891776a0 100644 --- a/plugins/vcard_attachments/localization/en_US.inc +++ b/plugins/vcard_attachments/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ @@ -23,5 +21,3 @@ $labels['attachvcard'] = 'Attach vCard'; $labels['vcardattached'] = 'vCard file attached.'; $labels['vcard'] = 'vCard'; $labels['forwardvcard'] = 'Forward vCard'; - -?> \ No newline at end of file diff --git a/plugins/vcard_attachments/vcardattach.js b/plugins/vcard_attachments/vcardattach.js index bb2c18c59..248e80070 100644 --- a/plugins/vcard_attachments/vcardattach.js +++ b/plugins/vcard_attachments/vcardattach.js @@ -4,7 +4,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2012-2017, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/plugins/zipdownload/localization/en_US.inc b/plugins/zipdownload/localization/en_US.inc index 15041d57b..a5847fba9 100644 --- a/plugins/zipdownload/localization/en_US.inc +++ b/plugins/zipdownload/localization/en_US.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ diff --git a/plugins/zipdownload/zipdownload.js b/plugins/zipdownload/zipdownload.js index ae3f0aad3..c2e7b4ead 100644 --- a/plugins/zipdownload/zipdownload.js +++ b/plugins/zipdownload/zipdownload.js @@ -4,7 +4,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2013-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/program/include/clisetup.php b/program/include/clisetup.php index 324bac364..5c2e30c5d 100644 --- a/program/include/clisetup.php +++ b/program/include/clisetup.php @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/include/clisetup.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2010-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/include/iniset.php b/program/include/iniset.php index 0c019724d..255925cab 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/include/iniset.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 3c4c5bd04..2dde84c66 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -2,11 +2,10 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2014, The Roundcube Dev Team | - | Copyright (C) 2011-2014, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/include/rcmail_html_page.php b/program/include/rcmail_html_page.php index df50552e7..73f791914 100644 --- a/program/include/rcmail_html_page.php +++ b/program/include/rcmail_html_page.php @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail_html_page.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2006-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Render a simple HTML page with the given contents | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/include/rcmail_install.php b/program/include/rcmail_install.php index 8a9ae0fc2..2846330c0 100644 --- a/program/include/rcmail_install.php +++ b/program/include/rcmail_install.php @@ -2,14 +2,19 @@ /** +-----------------------------------------------------------------------+ - | rcmail_install.php | + | This file is part of the Roundcube Webmail client | | | - | This file is part of the Roundcube Webmail package | - | Copyright (C) 2008-2018, The Roundcube Dev Team | + | Copyright (C) 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: | + | Roundcube Installer | + +-----------------------------------------------------------------------+ + | Author: Thomas Bruederli | + | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ */ diff --git a/program/include/rcmail_output.php b/program/include/rcmail_output.php index f34c147e7..0038f2cac 100644 --- a/program/include/rcmail_output.php +++ b/program/include/rcmail_output.php @@ -2,17 +2,16 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail_output.php | + | This file is part of the Roundcube Webmail client | | | - | This file is part of the Roundcube PHP suite | - | Copyright (C) 2005-2012 The Roundcube Dev Team | + | Copyright (C) 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. | + | | | CONTENTS: | | Abstract class for output generation | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/include/rcmail_output_cli.php b/program/include/rcmail_output_cli.php index 7d877cc88..68bc7f8d3 100644 --- a/program/include/rcmail_output_cli.php +++ b/program/include/rcmail_output_cli.php @@ -2,17 +2,16 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail_output_cli.php | + | This file is part of the Roundcube Webmail client | | | - | This file is part of the Roundcube PHP suite | - | Copyright (C) 2005-2014 The Roundcube Dev Team | + | Copyright (C) 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. | + | | | CONTENTS: | | Abstract class for output generation | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index e1d67d6c2..89fb3988a 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail_output_html.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2006-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Class to handle HTML page output using a skin template. | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ @@ -118,7 +116,7 @@ class rcmail_output_html extends rcmail_output @licstart The following is the entire license notice for the JavaScript code in this page. - Copyright (C) 2005-2014 The Roundcube Dev Team + Copyright (C) The Roundcube Dev Team The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/program/include/rcmail_output_json.php b/program/include/rcmail_output_json.php index 6530db735..38418421d 100644 --- a/program/include/rcmail_output_json.php +++ b/program/include/rcmail_output_json.php @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail_output_json.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/include/rcmail_resend_mail.php b/program/include/rcmail_resend_mail.php index 95b785455..5b764cd98 100644 --- a/program/include/rcmail_resend_mail.php +++ b/program/include/rcmail_resend_mail.php @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail_resend_mail.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/include/rcmail_sendmail.php b/program/include/rcmail_sendmail.php index 0b9df0f77..ef7376792 100644 --- a/program/include/rcmail_sendmail.php +++ b/program/include/rcmail_sendmail.php @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail_sendmail.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/include/rcmail_string_replacer.php b/program/include/rcmail_string_replacer.php index c3b979719..4eae2ac45 100644 --- a/program/include/rcmail_string_replacer.php +++ b/program/include/rcmail_string_replacer.php @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail_string_replacer.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Turn URLs and email addresses into clickable links | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/include/rcmail_utils.php b/program/include/rcmail_utils.php index 7c4170367..e15338686 100644 --- a/program/include/rcmail_utils.php +++ b/program/include/rcmail_utils.php @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/include/rcmail_utils.php | + | This file is part of the Roundcube Webmail client | | | - | This file is part of the Roundcube PHP suite | - | Copyright (C) 2005-2015 The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | CONTENTS: | | Roundcube utilities | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/js/app.js b/program/js/app.js index 7c12fe461..add7c1698 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6,8 +6,8 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (C) 2005-2015, The Roundcube Dev Team - * Copyright (C) 2011-2015, Kolab Systems AG + * Copyright (C) The Roundcube Dev Team + * Copyright (C) Kolab Systems AG * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU diff --git a/program/js/common.js b/program/js/common.js index 1422042ad..9eb10a8b1 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -6,7 +6,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2005-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU diff --git a/program/js/editor.js b/program/js/editor.js index 994ba638d..9b88c89cd 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -6,7 +6,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2006-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU diff --git a/program/js/googiespell.js b/program/js/googiespell.js index daa7698a0..d783eb658 100644 --- a/program/js/googiespell.js +++ b/program/js/googiespell.js @@ -8,8 +8,8 @@ * JavaScript code in this file. * * Copyright (C) 2006 Amir Salihefendic - * Copyright (C) 2009 The Roundcube Dev Team - * Copyright (C) 2011 Kolab Systems AG + * Copyright (C) The Roundcube Dev Team + * Copyright (C) Kolab Systems AG * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU @@ -28,7 +28,7 @@ * @licend The above is the entire license notice * for the JavaScript code in this file. * - * @author 4mir Salihefendic + * @author 4mir Salihefendic * @author Aleksander Machniak - */ diff --git a/program/js/list.js b/program/js/list.js index 75aa1f383..bfe7dd46f 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -6,7 +6,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2005-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU diff --git a/program/js/treelist.js b/program/js/treelist.js index e079f2cb1..dfaf87472 100644 --- a/program/js/treelist.js +++ b/program/js/treelist.js @@ -6,7 +6,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2013-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 8868d5747..14886b6a9 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -2,8 +2,9 @@ /** +-----------------------------------------------------------------------+ - | This file is part of the Roundcube PHP suite | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | This file is part of the Roundcube webmail client | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/cache/apc.php b/program/lib/Roundcube/cache/apc.php index 46a3b13b0..25fc076c6 100644 --- a/program/lib/Roundcube/cache/apc.php +++ b/program/lib/Roundcube/cache/apc.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2011-2018, The Roundcube Dev Team | - | Copyright (C) 2011-2018, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/cache/db.php b/program/lib/Roundcube/cache/db.php index 23f2103eb..695f90074 100644 --- a/program/lib/Roundcube/cache/db.php +++ b/program/lib/Roundcube/cache/db.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2011-2018, The Roundcube Dev Team | - | Copyright (C) 2011-2018, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/cache/memcache.php b/program/lib/Roundcube/cache/memcache.php index f3450dd97..cf84f2bd0 100644 --- a/program/lib/Roundcube/cache/memcache.php +++ b/program/lib/Roundcube/cache/memcache.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2011-2018, The Roundcube Dev Team | - | Copyright (C) 2011-2018, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/cache/redis.php b/program/lib/Roundcube/cache/redis.php index 4b4b3ae01..47c29edf6 100644 --- a/program/lib/Roundcube/cache/redis.php +++ b/program/lib/Roundcube/cache/redis.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2011-2018, The Roundcube Dev Team | - | Copyright (C) 2011-2018, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/db/mssql.php b/program/lib/Roundcube/db/mssql.php index 4138b1489..38edf037d 100644 --- a/program/lib/Roundcube/db/mssql.php +++ b/program/lib/Roundcube/db/mssql.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/db/mysql.php b/program/lib/Roundcube/db/mysql.php index 06dac0d2c..06f27efdd 100644 --- a/program/lib/Roundcube/db/mysql.php +++ b/program/lib/Roundcube/db/mysql.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/db/oracle.php b/program/lib/Roundcube/db/oracle.php index b3ae58452..cc0e4d92f 100644 --- a/program/lib/Roundcube/db/oracle.php +++ b/program/lib/Roundcube/db/oracle.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2011-2014, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/db/pgsql.php b/program/lib/Roundcube/db/pgsql.php index 290c8a3e8..957d3f4e5 100644 --- a/program/lib/Roundcube/db/pgsql.php +++ b/program/lib/Roundcube/db/pgsql.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/db/sqlite.php b/program/lib/Roundcube/db/sqlite.php index b66c56097..546b6e9b0 100644 --- a/program/lib/Roundcube/db/sqlite.php +++ b/program/lib/Roundcube/db/sqlite.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/db/sqlsrv.php b/program/lib/Roundcube/db/sqlsrv.php index 7b64ccea2..7d561e2d7 100644 --- a/program/lib/Roundcube/db/sqlsrv.php +++ b/program/lib/Roundcube/db/sqlsrv.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/html.php b/program/lib/Roundcube/html.php index 1b175b3fd..71ca68e3e 100644 --- a/program/lib/Roundcube/html.php +++ b/program/lib/Roundcube/html.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube.php b/program/lib/Roundcube/rcube.php index 2f77ea05d..af44fdf3e 100644 --- a/program/lib/Roundcube/rcube.php +++ b/program/lib/Roundcube/rcube.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2014, The Roundcube Dev Team | - | Copyright (C) 2011-2014, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_addressbook.php b/program/lib/Roundcube/rcube_addressbook.php index 6c885b4fe..8b7d99bf5 100644 --- a/program/lib/Roundcube/rcube_addressbook.php +++ b/program/lib/Roundcube/rcube_addressbook.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2006-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_base_replacer.php b/program/lib/Roundcube/rcube_base_replacer.php index a5d3f8a96..64369be51 100644 --- a/program/lib/Roundcube/rcube_base_replacer.php +++ b/program/lib/Roundcube/rcube_base_replacer.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_browser.php b/program/lib/Roundcube/rcube_browser.php index 6b1448fc5..4e0f9d0f1 100644 --- a/program/lib/Roundcube/rcube_browser.php +++ b/program/lib/Roundcube/rcube_browser.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2007-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_cache.php b/program/lib/Roundcube/rcube_cache.php index 895b76fb6..4782d750d 100644 --- a/program/lib/Roundcube/rcube_cache.php +++ b/program/lib/Roundcube/rcube_cache.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2011, The Roundcube Dev Team | - | Copyright (C) 2011, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_charset.php b/program/lib/Roundcube/rcube_charset.php index 86e2e17d4..b106965e2 100644 --- a/program/lib/Roundcube/rcube_charset.php +++ b/program/lib/Roundcube/rcube_charset.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | - | Copyright (C) 2011-2012, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | Copyright (C) 2000 Edmund Grimley Evans | | | | Licensed under the GNU General Public License version 3 or | diff --git a/program/lib/Roundcube/rcube_config.php b/program/lib/Roundcube/rcube_config.php index 62093aa6a..378e91e18 100644 --- a/program/lib/Roundcube/rcube_config.php +++ b/program/lib/Roundcube/rcube_config.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_contacts.php b/program/lib/Roundcube/rcube_contacts.php index 55e5f6fb3..6e0de82d9 100644 --- a/program/lib/Roundcube/rcube_contacts.php +++ b/program/lib/Roundcube/rcube_contacts.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2006-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_content_filter.php b/program/lib/Roundcube/rcube_content_filter.php index 88f780666..59441639d 100644 --- a/program/lib/Roundcube/rcube_content_filter.php +++ b/program/lib/Roundcube/rcube_content_filter.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2011, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_csv2vcard.php b/program/lib/Roundcube/rcube_csv2vcard.php index 50e2313cd..e7353f0b3 100644 --- a/program/lib/Roundcube/rcube_csv2vcard.php +++ b/program/lib/Roundcube/rcube_csv2vcard.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_db.php b/program/lib/Roundcube/rcube_db.php index e106b41f9..12e3be6a7 100644 --- a/program/lib/Roundcube/rcube_db.php +++ b/program/lib/Roundcube/rcube_db.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_enriched.php b/program/lib/Roundcube/rcube_enriched.php index b9de5693a..8c4d0e800 100644 --- a/program/lib/Roundcube/rcube_enriched.php +++ b/program/lib/Roundcube/rcube_enriched.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_html2text.php b/program/lib/Roundcube/rcube_html2text.php index 6562de8cc..371c8f611 100644 --- a/program/lib/Roundcube/rcube_html2text.php +++ b/program/lib/Roundcube/rcube_html2text.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | Copyright (c) 2005-2007, Jon Abernathy | | | | Licensed under the GNU General Public License version 3 or | diff --git a/program/lib/Roundcube/rcube_image.php b/program/lib/Roundcube/rcube_image.php index 45c48c94e..2d10578ce 100644 --- a/program/lib/Roundcube/rcube_image.php +++ b/program/lib/Roundcube/rcube_image.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | - | Copyright (C) 2011-2012, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_imap.php b/program/lib/Roundcube/rcube_imap.php index 18f1a561d..e5ac6e274 100644 --- a/program/lib/Roundcube/rcube_imap.php +++ b/program/lib/Roundcube/rcube_imap.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | - | Copyright (C) 2011-2012, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_imap_cache.php b/program/lib/Roundcube/rcube_imap_cache.php index 4cca3ac60..1ef238aee 100644 --- a/program/lib/Roundcube/rcube_imap_cache.php +++ b/program/lib/Roundcube/rcube_imap_cache.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_imap_generic.php b/program/lib/Roundcube/rcube_imap_generic.php index 17cc3a93f..3fe3f7b62 100644 --- a/program/lib/Roundcube/rcube_imap_generic.php +++ b/program/lib/Roundcube/rcube_imap_generic.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | - | Copyright (C) 2011-2012, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_imap_search.php b/program/lib/Roundcube/rcube_imap_search.php index 86b10c90a..cc1a86667 100644 --- a/program/lib/Roundcube/rcube_imap_search.php +++ b/program/lib/Roundcube/rcube_imap_search.php @@ -4,8 +4,8 @@ +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | | - | Copyright (C) 2013, The Roundcube Dev Team | - | Copyright (C) 2014, Kolab Systems AG | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_ldap.php b/program/lib/Roundcube/rcube_ldap.php index defb92d36..ef2aeb7c3 100644 --- a/program/lib/Roundcube/rcube_ldap.php +++ b/program/lib/Roundcube/rcube_ldap.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2006-2013, The Roundcube Dev Team | - | Copyright (C) 2011-2013, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_ldap_generic.php b/program/lib/Roundcube/rcube_ldap_generic.php index ab7b6784a..09ac70bf7 100644 --- a/program/lib/Roundcube/rcube_ldap_generic.php +++ b/program/lib/Roundcube/rcube_ldap_generic.php @@ -2,11 +2,10 @@ /** +-----------------------------------------------------------------------+ - | Roundcube/rcube_ldap_generic.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2006-2014, The Roundcube Dev Team | - | Copyright (C) 2012-2015, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_message.php b/program/lib/Roundcube/rcube_message.php index aa8d6114c..fddbf702f 100644 --- a/program/lib/Roundcube/rcube_message.php +++ b/program/lib/Roundcube/rcube_message.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_message_header.php b/program/lib/Roundcube/rcube_message_header.php index b0b958eb6..9dc2d9c58 100644 --- a/program/lib/Roundcube/rcube_message_header.php +++ b/program/lib/Roundcube/rcube_message_header.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | - | Copyright (C) 2011-2012, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_message_part.php b/program/lib/Roundcube/rcube_message_part.php index 82f3e2411..bf8504a9a 100644 --- a/program/lib/Roundcube/rcube_message_part.php +++ b/program/lib/Roundcube/rcube_message_part.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | - | Copyright (C) 2011-2012, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_mime.php b/program/lib/Roundcube/rcube_mime.php index e020c5faf..f1db70acd 100644 --- a/program/lib/Roundcube/rcube_mime.php +++ b/program/lib/Roundcube/rcube_mime.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2016, The Roundcube Dev Team | - | Copyright (C) 2011-2016, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_mime_decode.php b/program/lib/Roundcube/rcube_mime_decode.php index ebdbbb753..739987fac 100644 --- a/program/lib/Roundcube/rcube_mime_decode.php +++ b/program/lib/Roundcube/rcube_mime_decode.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | - | Copyright (C) 2011-2015, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_output.php b/program/lib/Roundcube/rcube_output.php index ab8fabeb1..27acc7075 100644 --- a/program/lib/Roundcube/rcube_output.php +++ b/program/lib/Roundcube/rcube_output.php @@ -2,8 +2,9 @@ /** +-----------------------------------------------------------------------+ - | This file is part of the Roundcube PHP suite | - | Copyright (C) 2005-2014 The Roundcube Dev Team | + | This file is part of the Roundcube webmail client | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_plugin.php b/program/lib/Roundcube/rcube_plugin.php index 42786a67b..b4a645442 100644 --- a/program/lib/Roundcube/rcube_plugin.php +++ b/program/lib/Roundcube/rcube_plugin.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_plugin_api.php b/program/lib/Roundcube/rcube_plugin_api.php index 5575935dc..cea6b46d8 100644 --- a/program/lib/Roundcube/rcube_plugin_api.php +++ b/program/lib/Roundcube/rcube_plugin_api.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_result_index.php b/program/lib/Roundcube/rcube_result_index.php index 6320bac2f..d18b63b2e 100644 --- a/program/lib/Roundcube/rcube_result_index.php +++ b/program/lib/Roundcube/rcube_result_index.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2011, The Roundcube Dev Team | - | Copyright (C) 2011, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_result_multifolder.php b/program/lib/Roundcube/rcube_result_multifolder.php index 1bb153f7b..974cd76d3 100644 --- a/program/lib/Roundcube/rcube_result_multifolder.php +++ b/program/lib/Roundcube/rcube_result_multifolder.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2011, The Roundcube Dev Team | - | Copyright (C) 2011, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_result_set.php b/program/lib/Roundcube/rcube_result_set.php index e4b260ad0..4494e2331 100644 --- a/program/lib/Roundcube/rcube_result_set.php +++ b/program/lib/Roundcube/rcube_result_set.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2006-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_result_thread.php b/program/lib/Roundcube/rcube_result_thread.php index 394fdeb01..2ebd48ca8 100644 --- a/program/lib/Roundcube/rcube_result_thread.php +++ b/program/lib/Roundcube/rcube_result_thread.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2011, The Roundcube Dev Team | - | Copyright (C) 2011, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_session.php b/program/lib/Roundcube/rcube_session.php index 11f2fc749..d43aa1bd8 100644 --- a/program/lib/Roundcube/rcube_session.php +++ b/program/lib/Roundcube/rcube_session.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | - | Copyright (C) 2011, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_smtp.php b/program/lib/Roundcube/rcube_smtp.php index 4831caed3..3c76c3c5f 100644 --- a/program/lib/Roundcube/rcube_smtp.php +++ b/program/lib/Roundcube/rcube_smtp.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_spellchecker.php b/program/lib/Roundcube/rcube_spellchecker.php index 88d8282c7..c70a7e82c 100644 --- a/program/lib/Roundcube/rcube_spellchecker.php +++ b/program/lib/Roundcube/rcube_spellchecker.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2011-2013, Kolab Systems AG | - | Copyright (C) 2008-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_storage.php b/program/lib/Roundcube/rcube_storage.php index be0987669..b7f8b2c8c 100644 --- a/program/lib/Roundcube/rcube_storage.php +++ b/program/lib/Roundcube/rcube_storage.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | - | Copyright (C) 2012, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_string_replacer.php b/program/lib/Roundcube/rcube_string_replacer.php index 284d58547..2768bbc5b 100644 --- a/program/lib/Roundcube/rcube_string_replacer.php +++ b/program/lib/Roundcube/rcube_string_replacer.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2009-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_text2html.php b/program/lib/Roundcube/rcube_text2html.php index ce8c37799..594de816c 100644 --- a/program/lib/Roundcube/rcube_text2html.php +++ b/program/lib/Roundcube/rcube_text2html.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_tnef_decoder.php b/program/lib/Roundcube/rcube_tnef_decoder.php index 12b291344..2cd920c4c 100644 --- a/program/lib/Roundcube/rcube_tnef_decoder.php +++ b/program/lib/Roundcube/rcube_tnef_decoder.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | Copyright (C) 2002-2010, The Horde Project (http://www.horde.org/) | | | | Licensed under the GNU General Public License version 3 or | diff --git a/program/lib/Roundcube/rcube_user.php b/program/lib/Roundcube/rcube_user.php index caa2e086e..931be420f 100644 --- a/program/lib/Roundcube/rcube_user.php +++ b/program/lib/Roundcube/rcube_user.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_utils.php b/program/lib/Roundcube/rcube_utils.php index 95e2897cb..e86f3c780 100644 --- a/program/lib/Roundcube/rcube_utils.php +++ b/program/lib/Roundcube/rcube_utils.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2012, The Roundcube Dev Team | - | Copyright (C) 2011-2012, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_vcard.php b/program/lib/Roundcube/rcube_vcard.php index 251c1644a..edc5a8c8b 100644 --- a/program/lib/Roundcube/rcube_vcard.php +++ b/program/lib/Roundcube/rcube_vcard.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/rcube_washtml.php b/program/lib/Roundcube/rcube_washtml.php index 8e4edde65..513bacef4 100644 --- a/program/lib/Roundcube/rcube_washtml.php +++ b/program/lib/Roundcube/rcube_washtml.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -16,68 +17,66 @@ | Author: Aleksander Machniak | | Author: Frederic Motte | +-----------------------------------------------------------------------+ - */ -/* - * Washtml, a HTML sanityzer. - * - * Copyright (c) 2007 Frederic Motte - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * OVERVIEW: - * - * Wahstml take an untrusted HTML and return a safe html string. - * - * SYNOPSIS: - * - * $washer = new washtml($config); - * $washer->wash($html); - * It return a sanityzed string of the $html parameter without html and head tags. - * $html is a string containing the html code to wash. - * $config is an array containing options: - * $config['allow_remote'] is a boolean to allow link to remote resources (images/css). - * $config['blocked_src'] string with image-src to be used for blocked remote images - * $config['show_washed'] is a boolean to include washed out attributes as x-washed - * $config['cid_map'] is an array where cid urls index urls to replace them. - * $config['charset'] is a string containing the charset of the HTML document if it is not defined in it. - * $washer->extlinks is a reference to a boolean that is set to true if remote images were removed. (FE: show remote images link) - * - * INTERNALS: - * - * Only tags and attributes in the static lists $html_elements and $html_attributes - * are kept, inline styles are also filtered: all style identifiers matching - * /[a-z\-]/i are allowed. Values matching colors, sizes, /[a-z\-]/i and safe - * urls if allowed and cid urls if mapped are kept. - * - * Roundcube Changes: - * - added $block_elements - * - changed $ignore_elements behaviour - * - added RFC2397 support - * - base URL support - * - invalid HTML comments removal before parsing - * - "fixing" unitless CSS values for XHTML output - * - SVG and MathML support - */ + Washtml, a HTML sanityzer. + + Copyright (c) 2007 Frederic Motte + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + OVERVIEW: + + Wahstml take an untrusted HTML and return a safe html string. + + SYNOPSIS: + + $washer = new washtml($config); + $washer->wash($html); + It return a sanityzed string of the $html parameter without html and head tags. + $html is a string containing the html code to wash. + $config is an array containing options: + $config['allow_remote'] is a boolean to allow link to remote resources (images/css). + $config['blocked_src'] string with image-src to be used for blocked remote images + $config['show_washed'] is a boolean to include washed out attributes as x-washed + $config['cid_map'] is an array where cid urls index urls to replace them. + $config['charset'] is a string containing the charset of the HTML document if it is not defined in it. + $washer->extlinks is a reference to a boolean that is set to true if remote images were removed. (FE: show remote images link) + + INTERNALS: + + Only tags and attributes in the static lists $html_elements and $html_attributes + are kept, inline styles are also filtered: all style identifiers matching + /[a-z\-]/i are allowed. Values matching colors, sizes, /[a-z\-]/i and safe + urls if allowed and cid urls if mapped are kept. + + Roundcube Changes: + - added $block_elements + - changed $ignore_elements behaviour + - added RFC2397 support + - base URL support + - invalid HTML comments removal before parsing + - "fixing" unitless CSS values for XHTML output + - SVG and MathML support +*/ /** * Utility class providing HTML sanityzer diff --git a/program/lib/Roundcube/session/db.php b/program/lib/Roundcube/session/db.php index 269a80c12..a6f8d87a1 100644 --- a/program/lib/Roundcube/session/db.php +++ b/program/lib/Roundcube/session/db.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | - | Copyright (C) 2011, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/session/memcache.php b/program/lib/Roundcube/session/memcache.php index 8210bd6d2..b4d875415 100644 --- a/program/lib/Roundcube/session/memcache.php +++ b/program/lib/Roundcube/session/memcache.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | - | Copyright (C) 2011, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/session/php.php b/program/lib/Roundcube/session/php.php index 67b1dce7a..3f5af7d2d 100644 --- a/program/lib/Roundcube/session/php.php +++ b/program/lib/Roundcube/session/php.php @@ -3,8 +3,9 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | - | Copyright (C) 2011, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/session/redis.php b/program/lib/Roundcube/session/redis.php index 8a810571d..898d97ae2 100644 --- a/program/lib/Roundcube/session/redis.php +++ b/program/lib/Roundcube/session/redis.php @@ -3,7 +3,8 @@ /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/spellchecker/atd.php b/program/lib/Roundcube/spellchecker/atd.php index c8e924355..4708e70c7 100644 --- a/program/lib/Roundcube/spellchecker/atd.php +++ b/program/lib/Roundcube/spellchecker/atd.php @@ -4,7 +4,7 @@ +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/spellchecker/enchant.php b/program/lib/Roundcube/spellchecker/enchant.php index b0bdf7313..4287a9753 100644 --- a/program/lib/Roundcube/spellchecker/enchant.php +++ b/program/lib/Roundcube/spellchecker/enchant.php @@ -4,8 +4,8 @@ +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | | - | Copyright (C) 2011-2013, Kolab Systems AG | - | Copyright (C) 20011-2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/spellchecker/engine.php b/program/lib/Roundcube/spellchecker/engine.php index 3fc9f4371..acf99cfe1 100644 --- a/program/lib/Roundcube/spellchecker/engine.php +++ b/program/lib/Roundcube/spellchecker/engine.php @@ -4,8 +4,8 @@ +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | | - | Copyright (C) 2011-2013, Kolab Systems AG | - | Copyright (C) 2008-2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/spellchecker/googie.php b/program/lib/Roundcube/spellchecker/googie.php index a1387256b..d1144e778 100644 --- a/program/lib/Roundcube/spellchecker/googie.php +++ b/program/lib/Roundcube/spellchecker/googie.php @@ -4,7 +4,7 @@ +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | | - | Copyright (C) 2008-2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/lib/Roundcube/spellchecker/pspell.php b/program/lib/Roundcube/spellchecker/pspell.php index d5f9235d4..a91c53f56 100644 --- a/program/lib/Roundcube/spellchecker/pspell.php +++ b/program/lib/Roundcube/spellchecker/pspell.php @@ -4,7 +4,7 @@ +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | | - | Copyright (C) 2008-2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/localization/en_US/csv2vcard.inc b/program/localization/en_US/csv2vcard.inc index 67a1757d6..34231f97a 100644 --- a/program/localization/en_US/csv2vcard.inc +++ b/program/localization/en_US/csv2vcard.inc @@ -2,17 +2,13 @@ /* +-----------------------------------------------------------------------+ - | localization//csv2vcard.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | - +-----------------------------------------------------------------------+ - | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ */ diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 046103c4e..3c46bf390 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | localization//labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 7b3356354..5001c266e 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -2,15 +2,13 @@ /* +-----------------------------------------------------------------------+ - | localization//messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) 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. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ diff --git a/program/localization/en_US/timezones.inc b/program/localization/en_US/timezones.inc index 9ff3cc255..0e58adbb9 100644 --- a/program/localization/en_US/timezones.inc +++ b/program/localization/en_US/timezones.inc @@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization//timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/steps/addressbook/copy.inc b/program/steps/addressbook/copy.inc index 927521e74..4bf896822 100644 --- a/program/steps/addressbook/copy.inc +++ b/program/steps/addressbook/copy.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/copy.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2007-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Copy a contact record from one direcotry to another | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/delete.inc b/program/steps/addressbook/delete.inc index d600c4a88..32e8ce8be 100644 --- a/program/steps/addressbook/delete.inc +++ b/program/steps/addressbook/delete.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/delete.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Delete the submitted contacts (CIDs) from the users address book | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc index 878a6080d..78d3c2ad1 100644 --- a/program/steps/addressbook/edit.inc +++ b/program/steps/addressbook/edit.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/edit.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Show edit form for a contact entry or to add a new one | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/export.inc b/program/steps/addressbook/export.inc index 84c35f642..3959bfada 100644 --- a/program/steps/addressbook/export.inc +++ b/program/steps/addressbook/export.inc @@ -2,11 +2,10 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/export.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2013, The Roundcube Dev Team | - | Copyright (C) 2011-2013, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -14,7 +13,6 @@ | | | PURPOSE: | | Export the selected address book as vCard file | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index bdc513937..3e4ce4d9f 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/func.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Provide addressbook functionality and GUI objects | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/groups.inc b/program/steps/addressbook/groups.inc index f4ddc5e1f..33b8627b9 100644 --- a/program/steps/addressbook/groups.inc +++ b/program/steps/addressbook/groups.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/groups.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2010-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Create/delete/rename contact groups and assign/remove contacts | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/import.inc b/program/steps/addressbook/import.inc index f5e6d62b6..347cf7f69 100644 --- a/program/steps/addressbook/import.inc +++ b/program/steps/addressbook/import.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/import.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Import contacts from a vCard or CSV file | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/addressbook/list.inc b/program/steps/addressbook/list.inc index 9841088ff..bf33b2483 100644 --- a/program/steps/addressbook/list.inc +++ b/program/steps/addressbook/list.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/list.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Send contacts list to client (as remote response) | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/mailto.inc b/program/steps/addressbook/mailto.inc index 3cde674aa..81fa14d5d 100644 --- a/program/steps/addressbook/mailto.inc +++ b/program/steps/addressbook/mailto.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/mailto.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2007-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Compose a recipient list with all selected contacts | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/move.inc b/program/steps/addressbook/move.inc index 998d96cfd..0de7d31d0 100644 --- a/program/steps/addressbook/move.inc +++ b/program/steps/addressbook/move.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/move.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2007-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/steps/addressbook/photo.inc b/program/steps/addressbook/photo.inc index 1d3d9506f..62b014ece 100644 --- a/program/steps/addressbook/photo.inc +++ b/program/steps/addressbook/photo.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/photo.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Show contact photo | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/addressbook/print.inc b/program/steps/addressbook/print.inc index cb045b1fd..a14517b2e 100644 --- a/program/steps/addressbook/print.inc +++ b/program/steps/addressbook/print.inc @@ -2,11 +2,10 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/print.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | - | Copyright (C) 2011-2015, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -14,7 +13,6 @@ | | | PURPOSE: | | Print contact details | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/addressbook/qrcode.inc b/program/steps/addressbook/qrcode.inc index 73f098956..26e7da118 100644 --- a/program/steps/addressbook/qrcode.inc +++ b/program/steps/addressbook/qrcode.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/qrcode.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Show contact data as QR code | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/save.inc b/program/steps/addressbook/save.inc index 49759ff69..b91b5190e 100644 --- a/program/steps/addressbook/save.inc +++ b/program/steps/addressbook/save.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/save.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Save a contact entry or to add a new one | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc index b370a5b6b..a8147d6bf 100644 --- a/program/steps/addressbook/search.inc +++ b/program/steps/addressbook/search.inc @@ -2,11 +2,10 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/search.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2011, The Roundcube Dev Team | - | Copyright (C) 2011, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -14,7 +13,6 @@ | | | PURPOSE: | | Search action (and form) for address book contacts | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/addressbook/show.inc b/program/steps/addressbook/show.inc index e8e3712b6..ee5c58802 100644 --- a/program/steps/addressbook/show.inc +++ b/program/steps/addressbook/show.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/show.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Show contact details | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/undo.inc b/program/steps/addressbook/undo.inc index 973bfec99..0d1f21715 100644 --- a/program/steps/addressbook/undo.inc +++ b/program/steps/addressbook/undo.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/undo.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2011-2013, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Undelete contacts (CIDs) from last delete action | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/addressbook/upload_photo.inc b/program/steps/addressbook/upload_photo.inc index 745c3f1a4..22bf3b5d7 100644 --- a/program/steps/addressbook/upload_photo.inc +++ b/program/steps/addressbook/upload_photo.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/addressbook/upload_photo.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2011, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Handles contact photo uploads | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/addcontact.inc b/program/steps/mail/addcontact.inc index 1f54c6dc6..3193b4177 100644 --- a/program/steps/mail/addcontact.inc +++ b/program/steps/mail/addcontact.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/addcontact.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Add the submitted contact to the users address book | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/attachments.inc b/program/steps/mail/attachments.inc index e5a07217a..9a8049355 100644 --- a/program/steps/mail/attachments.inc +++ b/program/steps/mail/attachments.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/attachments.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Upload, remove, display attachments in compose form | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/autocomplete.inc b/program/steps/mail/autocomplete.inc index 380b3b21d..0a0b47cc3 100644 --- a/program/steps/mail/autocomplete.inc +++ b/program/steps/mail/autocomplete.inc @@ -2,11 +2,10 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/autocomplete.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2013, Roundcube Dev Team | - | Copyright (C) 2011-2013, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/steps/mail/bounce.inc b/program/steps/mail/bounce.inc index bfdb6a5b2..fbe814449 100644 --- a/program/steps/mail/bounce.inc +++ b/program/steps/mail/bounce.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/bounce.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc index dd6e488a4..2022cc3ae 100644 --- a/program/steps/mail/check_recent.inc +++ b/program/steps/mail/check_recent.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/check_recent.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Check for recent messages, in all mailboxes | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 76e4486af..0b0a7b2d6 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/compose.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Compose a new mail message with all headers and attachments | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/copy.inc b/program/steps/mail/copy.inc index d8212757a..a4521e611 100644 --- a/program/steps/mail/copy.inc +++ b/program/steps/mail/copy.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/copy.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Copy the submitted messages to a specific mailbox | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/folders.inc b/program/steps/mail/folders.inc index 4c5be4f99..54fd894b7 100644 --- a/program/steps/mail/folders.inc +++ b/program/steps/mail/folders.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/folders.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Implement folder operations line EXPUNGE and Clear | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index ef5c27870..19aa8874b 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/func.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Provide webmail functionality and GUI objects | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc index c757dcb52..3a22d978c 100644 --- a/program/steps/mail/get.inc +++ b/program/steps/mail/get.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/get.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Delivering a specific uploaded file or mail message attachment | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/mail/getunread.inc b/program/steps/mail/getunread.inc index a686e8b6e..f7909db10 100644 --- a/program/steps/mail/getunread.inc +++ b/program/steps/mail/getunread.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/getunread.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Check all mailboxes for unread messages and update GUI | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/headers.inc b/program/steps/mail/headers.inc index 5274586ae..ff139bedc 100644 --- a/program/steps/mail/headers.inc +++ b/program/steps/mail/headers.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/headers.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Fetch message headers in raw format for display | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/import.inc b/program/steps/mail/import.inc index 98a62063b..995c12f75 100644 --- a/program/steps/mail/import.inc +++ b/program/steps/mail/import.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/import.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Save the uploaded file(s) as messages to the current IMAP folder | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc index 215d09e73..a40c782e7 100644 --- a/program/steps/mail/list.inc +++ b/program/steps/mail/list.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/list.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Send message list to client (as remote response) | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/list_contacts.inc b/program/steps/mail/list_contacts.inc index 7f13b6d62..313f1a5d3 100644 --- a/program/steps/mail/list_contacts.inc +++ b/program/steps/mail/list_contacts.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/list_contacts.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Send contacts list to client (as remote response) | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/mark.inc b/program/steps/mail/mark.inc index eb5e416f4..4bbb65892 100644 --- a/program/steps/mail/mark.inc +++ b/program/steps/mail/mark.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/mark.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Mark the submitted messages with the specified flag | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/move_del.inc b/program/steps/mail/move_del.inc index 9d3ac8180..2c372992e 100644 --- a/program/steps/mail/move_del.inc +++ b/program/steps/mail/move_del.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/move_del.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Move the submitted messages to a specific mailbox or delete them | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/pagenav.inc b/program/steps/mail/pagenav.inc index 653803acb..203b136f8 100644 --- a/program/steps/mail/pagenav.inc +++ b/program/steps/mail/pagenav.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/pagenav.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Updates message page navigation controls | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/search.inc b/program/steps/mail/search.inc index b83f2d527..f60528835 100644 --- a/program/steps/mail/search.inc +++ b/program/steps/mail/search.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | steps/mail/search.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +14,7 @@ | Mail messages search action | +-----------------------------------------------------------------------+ | Author: Benjamin Smith | - | Thomas Bruederli | + | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ */ diff --git a/program/steps/mail/search_contacts.inc b/program/steps/mail/search_contacts.inc index 597a0ea49..77bbf57ee 100644 --- a/program/steps/mail/search_contacts.inc +++ b/program/steps/mail/search_contacts.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/search_contacts.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2013-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Search contacts from the address book widget | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index f85b8fcb6..94b450253 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/sendmail.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/program/steps/mail/sendmdn.inc b/program/steps/mail/sendmdn.inc index fee21d235..2ef481967 100644 --- a/program/steps/mail/sendmdn.inc +++ b/program/steps/mail/sendmdn.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/sendmdn.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Send a message disposition notification for a specific mail | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index f9f63057d..c9cf12deb 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/show.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Display a mail message similar as a usual mail application does | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/viewsource.inc b/program/steps/mail/viewsource.inc index 0a6f1f0d6..532ea073b 100644 --- a/program/steps/mail/viewsource.inc +++ b/program/steps/mail/viewsource.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/mail/viewsource.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Display a mail message similar as a usual mail application does | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/about.inc b/program/steps/settings/about.inc index fe23cc434..322fabb8d 100644 --- a/program/steps/settings/about.inc +++ b/program/steps/settings/about.inc @@ -2,11 +2,10 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/about.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | - | Copyright (C) 2011-2013, Kolab Systems AG | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -14,7 +13,6 @@ | | | PURPOSE: | | Display license information about program and enabled plugins | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/edit_folder.inc b/program/steps/settings/edit_folder.inc index ba55772ca..619985741 100644 --- a/program/steps/settings/edit_folder.inc +++ b/program/steps/settings/edit_folder.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/edit_folder.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Provide functionality to create/edit a folder | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/edit_identity.inc b/program/steps/settings/edit_identity.inc index 71b7c491b..133c50ffb 100644 --- a/program/steps/settings/edit_identity.inc +++ b/program/steps/settings/edit_identity.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/edit_identity.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Show edit form for a identity record or to add a new one | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/edit_prefs.inc b/program/steps/settings/edit_prefs.inc index 87d3133bd..1719df550 100644 --- a/program/steps/settings/edit_prefs.inc +++ b/program/steps/settings/edit_prefs.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/edit_prefs.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Provide functionality for user's settings & preferences | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/edit_response.inc b/program/steps/settings/edit_response.inc index 7f3ac5080..71d1f2ed0 100644 --- a/program/steps/settings/edit_response.inc +++ b/program/steps/settings/edit_response.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/edit_response.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Show edit form for a canned response record or to add a new one | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/folders.inc b/program/steps/settings/folders.inc index 8902fa28c..dd0198241 100644 --- a/program/steps/settings/folders.inc +++ b/program/steps/settings/folders.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/folders.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Provide functionality of folders management | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index 0e5199e32..144d60c51 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/func.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Provide functionality for user's settings & preferences | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/identities.inc b/program/steps/settings/identities.inc index f33c8dda8..847b87d9d 100644 --- a/program/steps/settings/identities.inc +++ b/program/steps/settings/identities.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/identities.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Manage identities of a user account | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/responses.inc b/program/steps/settings/responses.inc index 41335f73c..52f59b308 100644 --- a/program/steps/settings/responses.inc +++ b/program/steps/settings/responses.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/responses.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Manage and save canned response texts | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/save_folder.inc b/program/steps/settings/save_folder.inc index 3cde709e8..1b48b1258 100644 --- a/program/steps/settings/save_folder.inc +++ b/program/steps/settings/save_folder.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/save_folder.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Provide functionality to create/edit a folder | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/save_identity.inc b/program/steps/settings/save_identity.inc index 312930b12..052941ed7 100644 --- a/program/steps/settings/save_identity.inc +++ b/program/steps/settings/save_identity.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/save_identity.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Save an identity record or to add a new one | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/settings/save_prefs.inc b/program/steps/settings/save_prefs.inc index a6e1691d5..1fbe9d7ff 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/save_prefs.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Save user preferences to DB and to the current session | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/settings/upload.inc b/program/steps/settings/upload.inc index 01ee433e3..586323934 100644 --- a/program/steps/settings/upload.inc +++ b/program/steps/settings/upload.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/settings/upload.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Handles image uploads | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/utils/error.inc b/program/steps/utils/error.inc index af075173b..4dc4a495d 100644 --- a/program/steps/utils/error.inc +++ b/program/steps/utils/error.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/utils/error.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Display error message page | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/utils/html2text.inc b/program/steps/utils/html2text.inc index 20869da12..06c0045c1 100644 --- a/program/steps/utils/html2text.inc +++ b/program/steps/utils/html2text.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/utils/html2text.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Convert HTML message to plain text | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/program/steps/utils/killcache.inc b/program/steps/utils/killcache.inc index ca0c687d1..881d0c5db 100644 --- a/program/steps/utils/killcache.inc +++ b/program/steps/utils/killcache.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/utils/killcache.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2010, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Delete rows from cache tables | - | | +-----------------------------------------------------------------------+ | Author: Dennis P. Nikolaenko | +-----------------------------------------------------------------------+ diff --git a/program/steps/utils/modcss.inc b/program/steps/utils/modcss.inc index 19fefe05e..f25cded3a 100644 --- a/program/steps/utils/modcss.inc +++ b/program/steps/utils/modcss.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/utils/modcss.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2007-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Modify CSS source from a URL | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | | Author: Aleksander Machniak | diff --git a/program/steps/utils/save_pref.inc b/program/steps/utils/save_pref.inc index 165d86c58..7fa4562d6 100644 --- a/program/steps/utils/save_pref.inc +++ b/program/steps/utils/save_pref.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/utils/save_pref.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Save preferences setting in database | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/utils/spell.inc b/program/steps/utils/spell.inc index bc1448e37..698a7ab73 100644 --- a/program/steps/utils/spell.inc +++ b/program/steps/utils/spell.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/utils/spell.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2011, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Invoke the configured or default spell checking engine. | - | | +-----------------------------------------------------------------------+ | Author: Kris Steinhoff | +-----------------------------------------------------------------------+ diff --git a/program/steps/utils/spell_html.inc b/program/steps/utils/spell_html.inc index 9381956b0..d85e39cee 100644 --- a/program/steps/utils/spell_html.inc +++ b/program/steps/utils/spell_html.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/utils/spell_html.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2011, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Spellchecker for TinyMCE | - | | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak | +-----------------------------------------------------------------------+ diff --git a/program/steps/utils/text2html.inc b/program/steps/utils/text2html.inc index 6b964b776..04bd573c7 100644 --- a/program/steps/utils/text2html.inc +++ b/program/steps/utils/text2html.inc @@ -2,10 +2,9 @@ /** +-----------------------------------------------------------------------+ - | program/steps/utils/text2html.inc | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +12,6 @@ | | | PURPOSE: | | Convert plain text to HTML | - | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ diff --git a/public_html/index.php b/public_html/index.php index fda239c57..8c7cdd0a3 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -5,7 +5,7 @@ | Roundcube Webmail IMAP Client | | Version 1.4-git | | | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/skins/classic/functions.js b/skins/classic/functions.js index 0e7c02095..99dd4aa25 100644 --- a/skins/classic/functions.js +++ b/skins/classic/functions.js @@ -4,7 +4,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2006-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/skins/classic/splitter.js b/skins/classic/splitter.js index 460c35a21..848a53722 100644 --- a/skins/classic/splitter.js +++ b/skins/classic/splitter.js @@ -4,7 +4,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this file. * - * Copyright (c) 2006-2014, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The JavaScript code in this page is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License diff --git a/skins/elastic/styles/colors.less b/skins/elastic/styles/colors.less index 90dcb7d2f..496af5d67 100644 --- a/skins/elastic/styles/colors.less +++ b/skins/elastic/styles/colors.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/embed.less b/skins/elastic/styles/embed.less index 58a2fff02..27a04ee54 100644 --- a/skins/elastic/styles/embed.less +++ b/skins/elastic/styles/embed.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/global.less b/skins/elastic/styles/global.less index e4cfdc0d9..9e02b3ec3 100644 --- a/skins/elastic/styles/global.less +++ b/skins/elastic/styles/global.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/layout.less b/skins/elastic/styles/layout.less index 53458364d..bda4f2907 100644 --- a/skins/elastic/styles/layout.less +++ b/skins/elastic/styles/layout.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/mixins.less b/skins/elastic/styles/mixins.less index 0a124dd64..b4f4eed28 100644 --- a/skins/elastic/styles/mixins.less +++ b/skins/elastic/styles/mixins.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/print.less b/skins/elastic/styles/print.less index 7a819a27a..3701db3e3 100644 --- a/skins/elastic/styles/print.less +++ b/skins/elastic/styles/print.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index 0d199fc8e..9064a362d 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/variables.less b/skins/elastic/styles/variables.less index d8ff0f82b..12beedb51 100644 --- a/skins/elastic/styles/variables.less +++ b/skins/elastic/styles/variables.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/buttons.less b/skins/elastic/styles/widgets/buttons.less index 386f74a44..92230ac51 100644 --- a/skins/elastic/styles/widgets/buttons.less +++ b/skins/elastic/styles/widgets/buttons.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/common.less b/skins/elastic/styles/widgets/common.less index 8b2fc53b7..9f8d85b16 100644 --- a/skins/elastic/styles/widgets/common.less +++ b/skins/elastic/styles/widgets/common.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/dialogs.less b/skins/elastic/styles/widgets/dialogs.less index 93b9dceaf..c2269b27d 100644 --- a/skins/elastic/styles/widgets/dialogs.less +++ b/skins/elastic/styles/widgets/dialogs.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/editor.less b/skins/elastic/styles/widgets/editor.less index c4e918217..3bec3b4be 100644 --- a/skins/elastic/styles/widgets/editor.less +++ b/skins/elastic/styles/widgets/editor.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less index c379be75c..73b8b5f74 100644 --- a/skins/elastic/styles/widgets/forms.less +++ b/skins/elastic/styles/widgets/forms.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/jqueryui.less b/skins/elastic/styles/widgets/jqueryui.less index ac8d4b2ba..d1426f845 100644 --- a/skins/elastic/styles/widgets/jqueryui.less +++ b/skins/elastic/styles/widgets/jqueryui.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/lists.less b/skins/elastic/styles/widgets/lists.less index 608dec252..3dcf2f696 100644 --- a/skins/elastic/styles/widgets/lists.less +++ b/skins/elastic/styles/widgets/lists.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/mail.less b/skins/elastic/styles/widgets/mail.less index de7749edd..353901476 100644 --- a/skins/elastic/styles/widgets/mail.less +++ b/skins/elastic/styles/widgets/mail.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/messages.less b/skins/elastic/styles/widgets/messages.less index 6f28ed321..1b2f48f73 100644 --- a/skins/elastic/styles/widgets/messages.less +++ b/skins/elastic/styles/widgets/messages.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/taskmenu.less b/skins/elastic/styles/widgets/taskmenu.less index b44df3007..60cea07ef 100644 --- a/skins/elastic/styles/widgets/taskmenu.less +++ b/skins/elastic/styles/widgets/taskmenu.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/styles/widgets/toolbar.less b/skins/elastic/styles/widgets/toolbar.less index b9d77d523..d3ce691f8 100644 --- a/skins/elastic/styles/widgets/toolbar.less +++ b/skins/elastic/styles/widgets/toolbar.less @@ -1,7 +1,7 @@ /** - * Roundcube webmail styles for the Elastic skin + * Roundcube Webmail styles for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js index c643588a8..2e93a333a 100644 --- a/skins/elastic/ui.js +++ b/skins/elastic/ui.js @@ -1,7 +1,7 @@ /** * Roundcube webmail functions for the Elastic skin * - * Copyright (c) 2017-2018, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 3331e5b6b..9e2d3223a 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -1,8 +1,8 @@ /** * Roundcube webmail styles for the Address Book section * - * Copyright (c) 2012-2017, The Roundcube Dev Team - * Screendesign by FLINT / B�ro f�r Gestaltung, bueroflint.com + * Copyright (c) The Roundcube Dev Team + * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/larry/embed.css b/skins/larry/embed.css index 53d02a94a..031e20160 100644 --- a/skins/larry/embed.css +++ b/skins/larry/embed.css @@ -1,7 +1,7 @@ /** * Roundcube webmail "embedded" stylesheets * - * Copyright (c) 2012, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 1f75edec8..3673c868d 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1,7 +1,7 @@ /** * Roundcube webmail styles for the Email section * - * Copyright (c) 2012-2017, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com * * The contents are subject to the Creative Commons Attribution-ShareAlike diff --git a/skins/larry/print.css b/skins/larry/print.css index bb2722a53..9ed746664 100644 --- a/skins/larry/print.css +++ b/skins/larry/print.css @@ -1,7 +1,7 @@ /** * Roundcube webmail styles for message printing * - * Copyright (c) 2012, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 24faeccba..4a290fd12 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -1,7 +1,7 @@ /** * Roundcube webmail styles for the Settings section * - * Copyright (c) 2017-2017, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com * * The contents are subject to the Creative Commons Attribution-ShareAlike diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 20ac1b33d..336be639c 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1,7 +1,7 @@ /** * Roundcube webmail styles for skin "Larry" * - * Copyright (c) 2012-2017, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com * * The contents are subject to the Creative Commons Attribution-ShareAlike diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 917d66525..270aeb051 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -1,7 +1,7 @@ /** * Roundcube functions for default skin interface * - * Copyright (c) 2013, The Roundcube Dev Team + * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work diff --git a/tests/Selenium/bootstrap.php b/tests/Selenium/bootstrap.php index 9baf0c09c..47e53757f 100644 --- a/tests/Selenium/bootstrap.php +++ b/tests/Selenium/bootstrap.php @@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | tests/Selenium/bootstrap.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2009-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 925cca66a..9e5a0e0e4 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | tests/bootstrap.php | - | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2009-2012, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |