Skip to content

Commit 23f72dc

Browse files
committed
Update company url to https
1 parent 9977875 commit 23f72dc

File tree

22 files changed

+24
-24
lines changed

22 files changed

+24
-24
lines changed

Block/Adminhtml/System/Config/Form/Composer/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Form\Composer;

Block/Adminhtml/System/Config/Form/Field/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Form\Field;

Block/Adminhtml/System/Config/Form/Module/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Form\Module;

Block/Adminhtml/System/Config/ValidateConfigButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\GmailSmtpApp\Block\Adminhtml\System\Config;

Block/Adminhtml/ValidateConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\GmailSmtpApp\Block\Adminhtml;

Controller/Adminhtml/Validateconfig/Index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\GmailSmtpApp\Controller\Adminhtml\Validateconfig;
@@ -17,7 +17,7 @@ class Index extends Action
1717
* Authorization level of a basic admin session
1818
*/
1919
const ADMIN_RESOURCE = 'MagePal_GmailSmtpApp::magepal_gmailsmtpapp';
20-
20+
2121
/**
2222
* Index action
2323
*

Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\GmailSmtpApp\Helper;

Mail/Smtp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\GmailSmtpApp\Mail;

Model/Config/Source/Authtype.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77
namespace MagePal\GmailSmtpApp\Model\Config\Source;
88

Model/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\GmailSmtpApp\Model;

0 commit comments

Comments
 (0)