diff --git a/Gruntfile.js b/Gruntfile.js index cd2e3654cb..b68656eeb2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -3,8 +3,8 @@ * * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License - * @author Ralf Becker - * @copyright (c) 2016 by Ralf Becker + * @author Ralf Becker + * @copyright (c) 2016 by Ralf Becker * @version $Id$ */ @@ -45,7 +45,7 @@ module.exports = function (grunt) { grunt.initConfig({ uglify: { options: { - banner: "/*!\n * EGroupware (http://www.egroupware.org/) minified Javascript\n *\n * full sources are available under https://svn.stylite.de/viewvc/egroupware/\n *\n * build <%= grunt.template.today() %>\n */\n", + banner: "/*!\n * EGroupware (http://www.egroupware.org/) minified Javascript\n *\n * full sources are available under https://github.com/EGroupware/egroupware/\n *\n * build <%= grunt.template.today() %>\n */\n", mangle: false, sourceMap: true, screwIE8: true diff --git a/mail/inc/class.mail_acl.inc.php b/mail/inc/class.mail_acl.inc.php index 845f57a164..ce9a0991ee 100644 --- a/mail/inc/class.mail_acl.inc.php +++ b/mail/inc/class.mail_acl.inc.php @@ -4,8 +4,8 @@ * * @link http://www.egroupware.org * @package mail - * @author Hadi Nategh [hn@stylite.de] - * @copyright (c) 2013-16 by Stylite AG + * @author Hadi Nategh [hn@egroupware.org] + * @copyright (c) 2013-16 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ diff --git a/mail/inc/class.mail_bo.inc.php b/mail/inc/class.mail_bo.inc.php index 603de575f5..eda92710b4 100644 --- a/mail/inc/class.mail_bo.inc.php +++ b/mail/inc/class.mail_bo.inc.php @@ -4,8 +4,8 @@ * * @link http://www.egroupware.org * @package mail - * @author Stylite AG [info@stylite.de] - * @copyright (c) 2013-2016 by Stylite AG + * @author EGroupware GmbH [info@egroupware.org] + * @copyright (c) 2013-2016 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ diff --git a/mail/inc/class.mail_compose.inc.php b/mail/inc/class.mail_compose.inc.php index f8072fb4b4..10e3e70e67 100644 --- a/mail/inc/class.mail_compose.inc.php +++ b/mail/inc/class.mail_compose.inc.php @@ -4,8 +4,8 @@ * * @link http://www.egroupware.org * @package mail - * @author Stylite AG [info@stylite.de] - * @copyright (c) 2013-2016 by Stylite AG + * @author EGroupware GmbH [info@egroupware.org] + * @copyright (c) 2013-2016 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ @@ -1182,7 +1182,7 @@ class mail_compose unset($account); } - //$content['bcc'] = array('kl@stylite.de','kl@leithoff.net'); + //$content['bcc'] = array('kl@egroupware.org','kl@leithoff.net'); // address stuff like from, to, cc, replyto $destinationRows = 0; foreach(self::$destinations as $destination) { diff --git a/mail/inc/class.mail_hooks.inc.php b/mail/inc/class.mail_hooks.inc.php index c5737092d0..3f1c5b867b 100644 --- a/mail/inc/class.mail_hooks.inc.php +++ b/mail/inc/class.mail_hooks.inc.php @@ -4,8 +4,8 @@ * * @link http://www.egroupware.org * @package mail - * @author Stylite AG [info@stylite.de] - * @copyright (c) 2013-16 by Stylite AG + * @author EGroupware GmbH [info@egroupware.org] + * @copyright (c) 2013-16 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ diff --git a/mail/inc/class.mail_integration.inc.php b/mail/inc/class.mail_integration.inc.php index 811f0d9bf3..1a5b65b60a 100644 --- a/mail/inc/class.mail_integration.inc.php +++ b/mail/inc/class.mail_integration.inc.php @@ -4,8 +4,8 @@ * * @link http://www.egroupware.org * @package mail - * @author Hadi Nategh [hn@stylite.de] - * @copyright (c) 2015-16 by Stylite AG + * @author Hadi Nategh [hn@egroupware.org] + * @copyright (c) 2015-16 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id:$ */ diff --git a/mail/inc/class.mail_sieve.inc.php b/mail/inc/class.mail_sieve.inc.php index 465e04bc62..a94fbd2483 100644 --- a/mail/inc/class.mail_sieve.inc.php +++ b/mail/inc/class.mail_sieve.inc.php @@ -4,8 +4,8 @@ * * @link http://www.egroupware.org * @package mail - * @author Hadi Nategh [hn@stylite.de] - * @copyright (c) 2013-16 by Hadi Nategh + * @author Hadi Nategh [hn@egroupware.org] + * @copyright (c) 2013-16 by Hadi Nategh * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ @@ -711,7 +711,7 @@ class mail_sieve } /** - * Strip personal part from rfc822 addresses: "Ralf Becker " --> rb@stylite.de + * Strip personal part from rfc822 addresses: "Ralf Becker " --> rb@egroupware.org * * Sieve only allows email-addresses, without angle brakets and personal parts. * diff --git a/mail/inc/class.mail_tree.inc.php b/mail/inc/class.mail_tree.inc.php index c4542ef7d3..ce5ff8bc6d 100644 --- a/mail/inc/class.mail_tree.inc.php +++ b/mail/inc/class.mail_tree.inc.php @@ -4,8 +4,8 @@ * * @link http://www.egroupware.org * @package mail - * @author Hadi Nategh [hn@stylite.de] - * @copyright (c) 2015-16 by Stylite AG + * @author Hadi Nategh [hn@egroupware.org] + * @copyright (c) 2015-16 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id:$ */ diff --git a/mail/inc/class.mail_ui.inc.php b/mail/inc/class.mail_ui.inc.php index b9b3ae801e..24e16fbaec 100644 --- a/mail/inc/class.mail_ui.inc.php +++ b/mail/inc/class.mail_ui.inc.php @@ -4,8 +4,8 @@ * * @link http://www.egroupware.org * @package mail - * @author Stylite AG [info@stylite.de] - * @copyright (c) 2013-2016 by Stylite AG + * @author EGroupware GmbH [info@egroupware.org] + * @copyright (c) 2013-2016 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ diff --git a/mail/inc/class.mail_wizard.inc.php b/mail/inc/class.mail_wizard.inc.php index fef92b998c..870f481e23 100644 --- a/mail/inc/class.mail_wizard.inc.php +++ b/mail/inc/class.mail_wizard.inc.php @@ -2,9 +2,9 @@ /** * EGroupware Mail: Wizard to create mail accounts * - * @link http://www.stylite.de + * @link http://www.egroupware.org * @package emailadmin - * @author Ralf Becker + * @author Ralf Becker * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ diff --git a/mail/inc/class.mail_zpush.inc.php b/mail/inc/class.mail_zpush.inc.php index 6e4d51e220..0918aecdeb 100644 --- a/mail/inc/class.mail_zpush.inc.php +++ b/mail/inc/class.mail_zpush.inc.php @@ -4,10 +4,10 @@ * * @link http://www.egroupware.org * @package mail - * @author Stylite AG [info@stylite.de] - * @author Ralf Becker + * @author EGroupware GmbH [info@egroupware.org] + * @author Ralf Becker * @author Philip Herbert - * @copyright (c) 2014-16 by Stylite AG + * @copyright (c) 2014-16 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ diff --git a/mail/index.php b/mail/index.php index b03a1d7c2b..3d3233072a 100644 --- a/mail/index.php +++ b/mail/index.php @@ -4,9 +4,9 @@ * * @link http://www.egroupware.org * @package mail - * @author Stylite AG [info@stylite.de] + * @author EGroupware GmbH [info@egroupware.org] * @version 1.0 - * @copyright (c) 2013-2014 by Stylite AG + * @copyright (c) 2013-2016 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ diff --git a/mail/js/app.js b/mail/js/app.js index 221cb4afaa..6c9ac30fc0 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -4,8 +4,8 @@ * mail - static javaScript functions * * @link http://www.egroupware.org - * @author Stylite AG [info@stylite.de] - * @copyright (c) 2013-2014 by Stylite AG + * @author EGroupware GmbH [info@egroupware.org] + * @copyright (c) 2013-2014 by EGroupware GmbH * @package mail * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ @@ -5023,7 +5023,7 @@ app.classes.mail = AppJS.extend( * dialog to give user a choice to which entry of selected app the compose * should be integereated. * @param {int|boolean} _integIndex - * + * * @returns {Boolean} return true if to_tracker is checked otherwise false */ compose_integrate_submit: function (_integIndex) diff --git a/mail/js/preview.js b/mail/js/preview.js index 90590c2669..ed47e9b522 100644 --- a/mail/js/preview.js +++ b/mail/js/preview.js @@ -2,8 +2,8 @@ * mail - handle mailto and other links in preview * * @link http://www.egroupware.org - * @author Stylite AG [info@stylite.de] - * @copyright (c) 2014 by Stylite AG + * @author EGroupware GmbH [info@egroupware.org] + * @copyright (c) 2014 by EGroupware GmbH * @package mail * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ diff --git a/mail/setup/default_records.inc.php b/mail/setup/default_records.inc.php index 6cd5464392..0245509b20 100644 --- a/mail/setup/default_records.inc.php +++ b/mail/setup/default_records.inc.php @@ -5,8 +5,8 @@ * @link http://www.egroupware.org * @package mail * @subpackage setup - * @author Stylite AG [info@stylite.de] - * @copyright (c) 2014-16 by Stylite AG + * @author EGroupware GmbH [info@egroupware.org] + * @copyright (c) 2014-16 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ diff --git a/mail/setup/setup.inc.php b/mail/setup/setup.inc.php index 327bcfbb33..8c3d7de87c 100644 --- a/mail/setup/setup.inc.php +++ b/mail/setup/setup.inc.php @@ -5,8 +5,8 @@ * @link http://www.egroupware.org * @package mail * @subpackage setup - * @author Stylite AG [info@stylite.de] - * @copyright (c) 2013-16 by Stylite AG + * @author EGroupware GmbH [info@egroupware.org] + * @copyright (c) 2013-16 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ @@ -19,11 +19,11 @@ $setup_info['mail']['enable'] = 1; $setup_info['mail']['index'] = 'mail.mail_ui.index&ajax=true'; $setup_info['mail']['autoinstall'] = true; // install automatically on update -$setup_info['mail']['author'] = 'Stylite AG'; +$setup_info['mail']['author'] = 'EGroupware GmbH'; $setup_info['mail']['license'] = 'GPL'; $setup_info['mail']['description'] = 'IMAP client for EGroupware'; -$setup_info['mail']['maintainer'] = 'Stylite AG'; -$setup_info['mail']['maintainer_email'] = 'info@stylite.de'; +$setup_info['mail']['maintainer'] = 'EGroupware GmbH'; +$setup_info['mail']['maintainer_email'] = 'info@egroupware.org'; $setup_info['mail']['tables'] = array(); // former felamimail tables are used by mail_sopreferences diff --git a/mail/templates/default/preview.css b/mail/templates/default/preview.css index bf6317abcd..197500b549 100644 --- a/mail/templates/default/preview.css +++ b/mail/templates/default/preview.css @@ -4,8 +4,8 @@ * @link http://www.egroupware.org * @package mail * @subpackage setup - * @author Stylite AG [info@stylite.de] - * @copyright (c) 2013 by Stylite AG + * @author EGroupware GmbH [info@egroupware.org] + * @copyright (c) 2013 by EGroupware GmbH * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index 59e84b47d2..8e688aad22 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -6,7 +6,7 @@ * Pixleegg Template app.css * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License - * @author Hadi Nategh + * @author Hadi Nategh * @package Mail * @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $ */ diff --git a/mail/templates/mobile/app.less b/mail/templates/mobile/app.less index b948edefe4..14ff35ea38 100644 --- a/mail/templates/mobile/app.less +++ b/mail/templates/mobile/app.less @@ -6,7 +6,7 @@ * Pixleegg Template app.css * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License - * @author Hadi Nategh + * @author Hadi Nategh * @package Mail * @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $ */