From 8bdc4ef8ef97bdd7b210cd3f2f5743e608a80d6b Mon Sep 17 00:00:00 2001 From: blopa Date: Sat, 30 Dec 2017 01:17:18 -0200 Subject: [PATCH 1/6] update file description date --- LICENSE | 2 +- .../Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php | 2 +- .../Werules/Chatbot/Api/ChatbotUserRepositoryInterface.php | 2 +- .../app/code/Werules/Chatbot/Api/Data/ChatbotAPIInterface.php | 2 +- .../Chatbot/Api/Data/ChatbotAPISearchResultsInterface.php | 2 +- .../code/Werules/Chatbot/Api/Data/ChatbotUserInterface.php | 2 +- .../Chatbot/Api/Data/ChatbotUserSearchResultsInterface.php | 2 +- .../app/code/Werules/Chatbot/Api/Data/MessageInterface.php | 2 +- .../Chatbot/Api/Data/MessageSearchResultsInterface.php | 2 +- .../Werules/Chatbot/Api/Data/PromotionalMessagesInterface.php | 2 +- .../Api/Data/PromotionalMessagesSearchResultsInterface.php | 2 +- .../code/Werules/Chatbot/Api/MessageRepositoryInterface.php | 2 +- .../Chatbot/Api/PromotionalMessagesRepositoryInterface.php | 2 +- .../Chatbot/Block/Adminhtml/ChatbotUser/Edit/BackButton.php | 2 +- .../Chatbot/Block/Adminhtml/ChatbotUser/Edit/DeleteButton.php | 2 +- .../Block/Adminhtml/ChatbotUser/Edit/GenericButton.php | 2 +- .../Adminhtml/ChatbotUser/Edit/SaveAndContinueButton.php | 2 +- .../Chatbot/Block/Adminhtml/ChatbotUser/Edit/SaveButton.php | 2 +- .../Block/Adminhtml/PromotionalMessages/Edit/BackButton.php | 2 +- .../Block/Adminhtml/PromotionalMessages/Edit/DeleteButton.php | 2 +- .../Adminhtml/PromotionalMessages/Edit/GenericButton.php | 2 +- .../PromotionalMessages/Edit/SaveAndContinueButton.php | 2 +- .../Block/Adminhtml/PromotionalMessages/Edit/SaveButton.php | 2 +- .../Block/Adminhtml/System/Config/Form/Field/Commands.php | 2 +- .../Block/Adminhtml/System/Config/Form/Field/CommandsList.php | 2 +- .../Adminhtml/System/Config/Form/Field/CommandsSelect.php | 2 +- .../Adminhtml/System/Config/Form/Field/DefaultReplies.php | 2 +- .../Adminhtml/System/Config/Form/Field/MatchModeList.php | 2 +- .../Adminhtml/System/Config/Form/Field/MatchModeSelect.php | 2 +- .../System/Config/Form/Field/MessageQueueModeList.php | 2 +- .../System/Config/Form/Field/MessageQueueModeSelect.php | 2 +- .../Config/Form/Field/NaturalLanguageProcessorReplies.php | 2 +- .../Adminhtml/System/Config/Form/Field/ReplyModeList.php | 2 +- .../Adminhtml/System/Config/Form/Field/ReplyModeSelect.php | 2 +- .../Adminhtml/System/Config/Form/Field/WelcomeOptions.php | 2 +- .../Chatbot/Block/Adminhtml/System/Config/Options/YesNo.php | 2 +- Magento2/app/code/Werules/Chatbot/Block/Chatbox/Messenger.php | 2 +- Magento2/app/code/Werules/Chatbot/Block/Customer/Index.php | 2 +- Magento2/app/code/Werules/Chatbot/Block/Webhook/Index.php | 2 +- Magento2/app/code/Werules/Chatbot/Block/Webhook/Messenger.php | 2 +- Magento2/app/code/Werules/Chatbot/Block/Webhook/Telegram.php | 2 +- .../Werules/Chatbot/Controller/Adminhtml/ChatbotAPI/Index.php | 2 +- .../code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser.php | 2 +- .../Chatbot/Controller/Adminhtml/ChatbotUser/Delete.php | 2 +- .../Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Edit.php | 2 +- .../Chatbot/Controller/Adminhtml/ChatbotUser/Index.php | 2 +- .../Chatbot/Controller/Adminhtml/ChatbotUser/InlineEdit.php | 2 +- .../Chatbot/Controller/Adminhtml/ChatbotUser/NewAction.php | 2 +- .../Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Save.php | 2 +- .../Werules/Chatbot/Controller/Adminhtml/Message/Index.php | 2 +- .../Chatbot/Controller/Adminhtml/PromotionalMessages.php | 2 +- .../Controller/Adminhtml/PromotionalMessages/Delete.php | 2 +- .../Chatbot/Controller/Adminhtml/PromotionalMessages/Edit.php | 2 +- .../Controller/Adminhtml/PromotionalMessages/Index.php | 2 +- .../Controller/Adminhtml/PromotionalMessages/InlineEdit.php | 2 +- .../Controller/Adminhtml/PromotionalMessages/NewAction.php | 2 +- .../Chatbot/Controller/Adminhtml/PromotionalMessages/Save.php | 2 +- .../app/code/Werules/Chatbot/Controller/Customer/Index.php | 2 +- .../app/code/Werules/Chatbot/Controller/Customer/Login.php | 2 +- .../app/code/Werules/Chatbot/Controller/Customer/Save.php | 2 +- .../app/code/Werules/Chatbot/Controller/Webhook/Index.php | 2 +- .../app/code/Werules/Chatbot/Controller/Webhook/Messenger.php | 2 +- .../app/code/Werules/Chatbot/Controller/Webhook/Telegram.php | 2 +- .../app/code/Werules/Chatbot/Cron/PromotionalMessages.php | 2 +- Magento2/app/code/Werules/Chatbot/Cron/QueueWorker.php | 2 +- Magento2/app/code/Werules/Chatbot/Helper/Data.php | 2 +- Magento2/app/code/Werules/Chatbot/Helper/Define.php | 2 +- Magento2/app/code/Werules/Chatbot/LICENSE.txt | 2 +- Magento2/app/code/Werules/Chatbot/Model/Api/Messenger.php | 2 +- Magento2/app/code/Werules/Chatbot/Model/Api/witAI.php | 2 +- Magento2/app/code/Werules/Chatbot/Model/ChatbotAPI.php | 2 +- .../app/code/Werules/Chatbot/Model/ChatbotAPIRepository.php | 2 +- Magento2/app/code/Werules/Chatbot/Model/ChatbotUser.php | 2 +- .../code/Werules/Chatbot/Model/ChatbotUser/DataProvider.php | 2 +- .../app/code/Werules/Chatbot/Model/ChatbotUserRepository.php | 2 +- Magento2/app/code/Werules/Chatbot/Model/Message.php | 2 +- Magento2/app/code/Werules/Chatbot/Model/MessageRepository.php | 2 +- .../app/code/Werules/Chatbot/Model/PromotionalMessages.php | 2 +- .../Chatbot/Model/PromotionalMessages/DataProvider.php | 2 +- .../Werules/Chatbot/Model/PromotionalMessagesRepository.php | 2 +- .../code/Werules/Chatbot/Model/ResourceModel/ChatbotAPI.php | 2 +- .../Chatbot/Model/ResourceModel/ChatbotAPI/Collection.php | 2 +- .../code/Werules/Chatbot/Model/ResourceModel/ChatbotUser.php | 2 +- .../Chatbot/Model/ResourceModel/ChatbotUser/Collection.php | 2 +- .../app/code/Werules/Chatbot/Model/ResourceModel/Message.php | 2 +- .../Chatbot/Model/ResourceModel/Message/Collection.php | 2 +- .../Chatbot/Model/ResourceModel/PromotionalMessages.php | 2 +- .../Model/ResourceModel/PromotionalMessages/Collection.php | 2 +- Magento2/app/code/Werules/Chatbot/Setup/InstallData.php | 2 +- Magento2/app/code/Werules/Chatbot/Setup/InstallSchema.php | 2 +- Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php | 2 +- Magento2/app/code/Werules/Chatbot/Setup/UpgradeSchema.php | 2 +- .../Ui/Component/Listing/Column/ChatbotUserActions.php | 2 +- .../Component/Listing/Column/PromotionalMessagesActions.php | 2 +- .../view/adminhtml/templates/system/config/custom_js.phtml | 2 +- .../Chatbot/view/frontend/templates/webhook/index.phtml | 2 +- .../Chatbot/view/frontend/templates/webhook/messenger.phtml | 2 +- .../Chatbot/view/frontend/templates/webhook/telegram.phtml | 2 +- README.md | 4 +--- 99 files changed, 99 insertions(+), 101 deletions(-) diff --git a/LICENSE b/LICENSE index 251eb55..4bd8a2d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 blopa +Copyright (c) 2018 blopa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Magento2/app/code/Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php b/Magento2/app/code/Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php index b4d0571..3290a84 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php @@ -1,7 +1,7 @@ Date: Sat, 30 Dec 2017 01:31:12 -0200 Subject: [PATCH 2/6] update license --- .../Api/ChatbotAPIRepositoryInterface.php | 10 ++++----- .../Api/ChatbotUserRepositoryInterface.php | 10 ++++----- .../Chatbot/Api/Data/ChatbotAPIInterface.php | 10 ++++----- .../Data/ChatbotAPISearchResultsInterface.php | 10 ++++----- .../Chatbot/Api/Data/ChatbotUserInterface.php | 10 ++++----- .../ChatbotUserSearchResultsInterface.php | 10 ++++----- .../Chatbot/Api/Data/MessageInterface.php | 10 ++++----- .../Data/MessageSearchResultsInterface.php | 10 ++++----- .../Api/Data/PromotionalMessagesInterface.php | 10 ++++----- ...motionalMessagesSearchResultsInterface.php | 10 ++++----- .../Api/MessageRepositoryInterface.php | 10 ++++----- ...PromotionalMessagesRepositoryInterface.php | 10 ++++----- .../Adminhtml/ChatbotUser/Edit/BackButton.php | 10 ++++----- .../ChatbotUser/Edit/DeleteButton.php | 10 ++++----- .../ChatbotUser/Edit/GenericButton.php | 10 ++++----- .../Edit/SaveAndContinueButton.php | 10 ++++----- .../Adminhtml/ChatbotUser/Edit/SaveButton.php | 10 ++++----- .../PromotionalMessages/Edit/BackButton.php | 10 ++++----- .../PromotionalMessages/Edit/DeleteButton.php | 10 ++++----- .../Edit/GenericButton.php | 10 ++++----- .../Edit/SaveAndContinueButton.php | 10 ++++----- .../PromotionalMessages/Edit/SaveButton.php | 10 ++++----- .../System/Config/Form/Field/Commands.php | 10 ++++----- .../System/Config/Form/Field/CommandsList.php | 10 ++++----- .../Config/Form/Field/CommandsSelect.php | 10 ++++----- .../Config/Form/Field/DefaultReplies.php | 10 ++++----- .../Config/Form/Field/MatchModeList.php | 10 ++++----- .../Config/Form/Field/MatchModeSelect.php | 10 ++++----- .../Form/Field/MessageQueueModeList.php | 10 ++++----- .../Form/Field/MessageQueueModeSelect.php | 10 ++++----- .../Field/NaturalLanguageProcessorReplies.php | 10 ++++----- .../Config/Form/Field/ReplyModeList.php | 10 ++++----- .../Config/Form/Field/ReplyModeSelect.php | 10 ++++----- .../Config/Form/Field/WelcomeOptions.php | 10 ++++----- .../Adminhtml/System/Config/Options/YesNo.php | 10 ++++----- .../Chatbot/Block/Chatbox/Messenger.php | 10 ++++----- .../Werules/Chatbot/Block/Customer/Index.php | 10 ++++----- .../Werules/Chatbot/Block/Webhook/Index.php | 10 ++++----- .../Chatbot/Block/Webhook/Messenger.php | 10 ++++----- .../Chatbot/Block/Webhook/Telegram.php | 10 ++++----- .../Controller/Adminhtml/ChatbotAPI/Index.php | 10 ++++----- .../Controller/Adminhtml/ChatbotUser.php | 10 ++++----- .../Adminhtml/ChatbotUser/Delete.php | 10 ++++----- .../Controller/Adminhtml/ChatbotUser/Edit.php | 10 ++++----- .../Adminhtml/ChatbotUser/Index.php | 10 ++++----- .../Adminhtml/ChatbotUser/InlineEdit.php | 10 ++++----- .../Adminhtml/ChatbotUser/NewAction.php | 10 ++++----- .../Controller/Adminhtml/ChatbotUser/Save.php | 10 ++++----- .../Controller/Adminhtml/Message/Index.php | 10 ++++----- .../Adminhtml/PromotionalMessages.php | 10 ++++----- .../Adminhtml/PromotionalMessages/Delete.php | 10 ++++----- .../Adminhtml/PromotionalMessages/Edit.php | 10 ++++----- .../Adminhtml/PromotionalMessages/Index.php | 10 ++++----- .../PromotionalMessages/InlineEdit.php | 10 ++++----- .../PromotionalMessages/NewAction.php | 10 ++++----- .../Adminhtml/PromotionalMessages/Save.php | 10 ++++----- .../Chatbot/Controller/Customer/Index.php | 10 ++++----- .../Chatbot/Controller/Customer/Login.php | 10 ++++----- .../Chatbot/Controller/Customer/Save.php | 10 ++++----- .../Chatbot/Controller/Webhook/Index.php | 10 ++++----- .../Chatbot/Controller/Webhook/Messenger.php | 10 ++++----- .../Chatbot/Controller/Webhook/Telegram.php | 10 ++++----- .../Chatbot/Cron/PromotionalMessages.php | 10 ++++----- .../code/Werules/Chatbot/Cron/QueueWorker.php | 10 ++++----- .../app/code/Werules/Chatbot/Helper/Data.php | 10 ++++----- .../code/Werules/Chatbot/Helper/Define.php | 10 ++++----- .../Werules/Chatbot/Model/Api/Messenger.php | 10 ++++----- .../code/Werules/Chatbot/Model/Api/witAI.php | 12 +++++------ .../code/Werules/Chatbot/Model/ChatbotAPI.php | 10 ++++----- .../Chatbot/Model/ChatbotAPIRepository.php | 10 ++++----- .../Werules/Chatbot/Model/ChatbotUser.php | 10 ++++----- .../Model/ChatbotUser/DataProvider.php | 10 ++++----- .../Chatbot/Model/ChatbotUserRepository.php | 10 ++++----- .../code/Werules/Chatbot/Model/Message.php | 10 ++++----- .../Chatbot/Model/MessageRepository.php | 10 ++++----- .../Chatbot/Model/PromotionalMessages.php | 10 ++++----- .../PromotionalMessages/DataProvider.php | 10 ++++----- .../Model/PromotionalMessagesRepository.php | 10 ++++----- .../Model/ResourceModel/ChatbotAPI.php | 10 ++++----- .../ResourceModel/ChatbotAPI/Collection.php | 10 ++++----- .../Model/ResourceModel/ChatbotUser.php | 10 ++++----- .../ResourceModel/ChatbotUser/Collection.php | 10 ++++----- .../Chatbot/Model/ResourceModel/Message.php | 10 ++++----- .../ResourceModel/Message/Collection.php | 10 ++++----- .../ResourceModel/PromotionalMessages.php | 10 ++++----- .../PromotionalMessages/Collection.php | 10 ++++----- .../Werules/Chatbot/Setup/InstallData.php | 10 ++++----- .../Werules/Chatbot/Setup/InstallSchema.php | 10 ++++----- .../Werules/Chatbot/Setup/UpgradeData.php | 10 ++++----- .../Werules/Chatbot/Setup/UpgradeSchema.php | 10 ++++----- .../Listing/Column/ChatbotUserActions.php | 10 ++++----- .../Column/PromotionalMessagesActions.php | 10 ++++----- .../templates/system/config/custom_js.phtml | 10 ++++----- .../templates/chatbox/facebook_js_sdk.phtml | 18 +++++++++++++++++ .../templates/chatbox/messenger.phtml | 19 ++++++++++++++++++ .../frontend/templates/chatbox/telegram.phtml | 19 ++++++++++++++++++ .../templates/customer/chatbot_settings.phtml | 18 +++++++++++++++++ .../frontend/templates/webhook/index.phtml | 10 ++++----- .../templates/webhook/messenger.phtml | 10 ++++----- .../frontend/templates/webhook/telegram.phtml | 10 ++++----- .../{messenger-icon.png => telegram-icon.png} | Bin 101 files changed, 459 insertions(+), 577 deletions(-) rename Magento2/app/code/Werules/Chatbot/view/frontend/web/image/{messenger-icon.png => telegram-icon.png} (100%) diff --git a/Magento2/app/code/Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php b/Magento2/app/code/Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php index 3290a84..3f27170 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api; diff --git a/Magento2/app/code/Werules/Chatbot/Api/ChatbotUserRepositoryInterface.php b/Magento2/app/code/Werules/Chatbot/Api/ChatbotUserRepositoryInterface.php index 14ab3c1..0dbde65 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/ChatbotUserRepositoryInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/ChatbotUserRepositoryInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api; diff --git a/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPIInterface.php b/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPIInterface.php index 7a73d17..cb99b68 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPIInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPIInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api\Data; diff --git a/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPISearchResultsInterface.php b/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPISearchResultsInterface.php index 2e29ec5..c3cdb4a 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPISearchResultsInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPISearchResultsInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api\Data; diff --git a/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserInterface.php b/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserInterface.php index 0393118..f229014 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api\Data; diff --git a/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserSearchResultsInterface.php b/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserSearchResultsInterface.php index 2fc6d1d..aba6752 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserSearchResultsInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserSearchResultsInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api\Data; diff --git a/Magento2/app/code/Werules/Chatbot/Api/Data/MessageInterface.php b/Magento2/app/code/Werules/Chatbot/Api/Data/MessageInterface.php index 9912d47..5c19fb0 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/Data/MessageInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/Data/MessageInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api\Data; diff --git a/Magento2/app/code/Werules/Chatbot/Api/Data/MessageSearchResultsInterface.php b/Magento2/app/code/Werules/Chatbot/Api/Data/MessageSearchResultsInterface.php index 2bbf9a3..9584f87 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/Data/MessageSearchResultsInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/Data/MessageSearchResultsInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api\Data; diff --git a/Magento2/app/code/Werules/Chatbot/Api/Data/PromotionalMessagesInterface.php b/Magento2/app/code/Werules/Chatbot/Api/Data/PromotionalMessagesInterface.php index 77a50a7..a5b5f1f 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/Data/PromotionalMessagesInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/Data/PromotionalMessagesInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api\Data; diff --git a/Magento2/app/code/Werules/Chatbot/Api/Data/PromotionalMessagesSearchResultsInterface.php b/Magento2/app/code/Werules/Chatbot/Api/Data/PromotionalMessagesSearchResultsInterface.php index 685d7ac..ca393ab 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/Data/PromotionalMessagesSearchResultsInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/Data/PromotionalMessagesSearchResultsInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api\Data; diff --git a/Magento2/app/code/Werules/Chatbot/Api/MessageRepositoryInterface.php b/Magento2/app/code/Werules/Chatbot/Api/MessageRepositoryInterface.php index f2e0596..5f5e106 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/MessageRepositoryInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/MessageRepositoryInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api; diff --git a/Magento2/app/code/Werules/Chatbot/Api/PromotionalMessagesRepositoryInterface.php b/Magento2/app/code/Werules/Chatbot/Api/PromotionalMessagesRepositoryInterface.php index 329fea4..197d733 100644 --- a/Magento2/app/code/Werules/Chatbot/Api/PromotionalMessagesRepositoryInterface.php +++ b/Magento2/app/code/Werules/Chatbot/Api/PromotionalMessagesRepositoryInterface.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Api; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/BackButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/BackButton.php index 7747821..690359f 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/BackButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/BackButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\ChatbotUser\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/DeleteButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/DeleteButton.php index 000b366..d650b7c 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/DeleteButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/DeleteButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\ChatbotUser\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/GenericButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/GenericButton.php index 118d7af..ca3e5e3 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/GenericButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/GenericButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\ChatbotUser\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/SaveAndContinueButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/SaveAndContinueButton.php index 528506d..56a4ff0 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/SaveAndContinueButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/SaveAndContinueButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\ChatbotUser\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/SaveButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/SaveButton.php index fb3dbb8..7ff8372 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/SaveButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/ChatbotUser/Edit/SaveButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\ChatbotUser\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/BackButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/BackButton.php index 4089848..891a5d9 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/BackButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/BackButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\PromotionalMessages\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/DeleteButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/DeleteButton.php index f54efb6..d989879 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/DeleteButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/DeleteButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\PromotionalMessages\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/GenericButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/GenericButton.php index a9206e3..30fa2cb 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/GenericButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/GenericButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\PromotionalMessages\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/SaveAndContinueButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/SaveAndContinueButton.php index 3ecd713..cf3f06c 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/SaveAndContinueButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/SaveAndContinueButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\PromotionalMessages\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/SaveButton.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/SaveButton.php index 25a4688..c3f1276 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/SaveButton.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/PromotionalMessages/Edit/SaveButton.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\PromotionalMessages\Edit; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/Commands.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/Commands.php index 5800133..c2f9a8c 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/Commands.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/Commands.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/CommandsList.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/CommandsList.php index 2256f65..8ff61fd 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/CommandsList.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/CommandsList.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/CommandsSelect.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/CommandsSelect.php index 23798e1..4b8ec68 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/CommandsSelect.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/CommandsSelect.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/DefaultReplies.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/DefaultReplies.php index 05495ee..ab28ff6 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/DefaultReplies.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/DefaultReplies.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MatchModeList.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MatchModeList.php index 8e605d3..999fac3 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MatchModeList.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MatchModeList.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MatchModeSelect.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MatchModeSelect.php index 524a8e1..7233f34 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MatchModeSelect.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MatchModeSelect.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MessageQueueModeList.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MessageQueueModeList.php index c7824aa..9a1c571 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MessageQueueModeList.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MessageQueueModeList.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MessageQueueModeSelect.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MessageQueueModeSelect.php index e1a4d5c..7c90bcd 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MessageQueueModeSelect.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/MessageQueueModeSelect.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/NaturalLanguageProcessorReplies.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/NaturalLanguageProcessorReplies.php index be977f4..ca32fdd 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/NaturalLanguageProcessorReplies.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/NaturalLanguageProcessorReplies.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/ReplyModeList.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/ReplyModeList.php index 3da8c6a..b7d5e67 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/ReplyModeList.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/ReplyModeList.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/ReplyModeSelect.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/ReplyModeSelect.php index 05f7d0b..995b445 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/ReplyModeSelect.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/ReplyModeSelect.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/WelcomeOptions.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/WelcomeOptions.php index 7b8a405..8390a53 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/WelcomeOptions.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Form/Field/WelcomeOptions.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Form\Field; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Options/YesNo.php b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Options/YesNo.php index de4faba..82dd77e 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Options/YesNo.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Adminhtml/System/Config/Options/YesNo.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Adminhtml\System\Config\Options; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Chatbox/Messenger.php b/Magento2/app/code/Werules/Chatbot/Block/Chatbox/Messenger.php index 6aead9a..f530d85 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Chatbox/Messenger.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Chatbox/Messenger.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Chatbox; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Customer/Index.php b/Magento2/app/code/Werules/Chatbot/Block/Customer/Index.php index 2d56f49..67b4332 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Customer/Index.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Customer/Index.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Customer; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Webhook/Index.php b/Magento2/app/code/Werules/Chatbot/Block/Webhook/Index.php index 42c89f0..de25866 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Webhook/Index.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Webhook/Index.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Webhook; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Webhook/Messenger.php b/Magento2/app/code/Werules/Chatbot/Block/Webhook/Messenger.php index 9976555..0db2a61 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Webhook/Messenger.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Webhook/Messenger.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Webhook; diff --git a/Magento2/app/code/Werules/Chatbot/Block/Webhook/Telegram.php b/Magento2/app/code/Werules/Chatbot/Block/Webhook/Telegram.php index e76e1a0..84b9122 100644 --- a/Magento2/app/code/Werules/Chatbot/Block/Webhook/Telegram.php +++ b/Magento2/app/code/Werules/Chatbot/Block/Webhook/Telegram.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Block\Webhook; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotAPI/Index.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotAPI/Index.php index 43917c9..4e07bd6 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotAPI/Index.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotAPI/Index.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\ChatbotAPI; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser.php index 7c2766a..99d4b53 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Delete.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Delete.php index 13f1904..7373a60 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Delete.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Delete.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\ChatbotUser; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Edit.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Edit.php index db5bc95..52b0318 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Edit.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Edit.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\ChatbotUser; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Index.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Index.php index 6b052e0..97a4a84 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Index.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Index.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\ChatbotUser; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/InlineEdit.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/InlineEdit.php index 9ae605e..b9f53db 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/InlineEdit.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/InlineEdit.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\ChatbotUser; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/NewAction.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/NewAction.php index cc7fdaa..88406a7 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/NewAction.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/NewAction.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\ChatbotUser; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Save.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Save.php index dfb99f1..0ae348b 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Save.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/ChatbotUser/Save.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\ChatbotUser; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/Message/Index.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/Message/Index.php index 05eabf8..f727851 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/Message/Index.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/Message/Index.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\Message; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages.php index bbaa4fc..fa4980f 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Delete.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Delete.php index 31c4e66..fe9e8be 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Delete.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Delete.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\PromotionalMessages; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Edit.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Edit.php index 5981b3d..93c38e9 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Edit.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Edit.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\PromotionalMessages; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Index.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Index.php index f71534a..a0c0630 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Index.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Index.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\PromotionalMessages; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/InlineEdit.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/InlineEdit.php index fd426e6..83b40e1 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/InlineEdit.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/InlineEdit.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\PromotionalMessages; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/NewAction.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/NewAction.php index d3100b4..bf369fe 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/NewAction.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/NewAction.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\PromotionalMessages; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Save.php b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Save.php index 3c18847..d7fb2c6 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Save.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Adminhtml/PromotionalMessages/Save.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Adminhtml\PromotionalMessages; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Customer/Index.php b/Magento2/app/code/Werules/Chatbot/Controller/Customer/Index.php index f058fe2..b28a1fc 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Customer/Index.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Customer/Index.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Customer; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Customer/Login.php b/Magento2/app/code/Werules/Chatbot/Controller/Customer/Login.php index 33c1ec3..7c779e7 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Customer/Login.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Customer/Login.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Customer; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Customer/Save.php b/Magento2/app/code/Werules/Chatbot/Controller/Customer/Save.php index 8e3aa9b..0b140be 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Customer/Save.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Customer/Save.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Customer; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Index.php b/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Index.php index 5a1c614..26a7900 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Index.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Index.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Webhook; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Messenger.php b/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Messenger.php index cb35c7d..4ce40a9 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Messenger.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Messenger.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Webhook; diff --git a/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Telegram.php b/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Telegram.php index c71d147..76fcecc 100644 --- a/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Telegram.php +++ b/Magento2/app/code/Werules/Chatbot/Controller/Webhook/Telegram.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Controller\Webhook; diff --git a/Magento2/app/code/Werules/Chatbot/Cron/PromotionalMessages.php b/Magento2/app/code/Werules/Chatbot/Cron/PromotionalMessages.php index c5a7c85..3e48b58 100644 --- a/Magento2/app/code/Werules/Chatbot/Cron/PromotionalMessages.php +++ b/Magento2/app/code/Werules/Chatbot/Cron/PromotionalMessages.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Cron; diff --git a/Magento2/app/code/Werules/Chatbot/Cron/QueueWorker.php b/Magento2/app/code/Werules/Chatbot/Cron/QueueWorker.php index fc628cc..314d6bb 100644 --- a/Magento2/app/code/Werules/Chatbot/Cron/QueueWorker.php +++ b/Magento2/app/code/Werules/Chatbot/Cron/QueueWorker.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Cron; diff --git a/Magento2/app/code/Werules/Chatbot/Helper/Data.php b/Magento2/app/code/Werules/Chatbot/Helper/Data.php index b897a4a..5efba47 100644 --- a/Magento2/app/code/Werules/Chatbot/Helper/Data.php +++ b/Magento2/app/code/Werules/Chatbot/Helper/Data.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Helper; diff --git a/Magento2/app/code/Werules/Chatbot/Helper/Define.php b/Magento2/app/code/Werules/Chatbot/Helper/Define.php index 9ecf069..8e00282 100644 --- a/Magento2/app/code/Werules/Chatbot/Helper/Define.php +++ b/Magento2/app/code/Werules/Chatbot/Helper/Define.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Helper; diff --git a/Magento2/app/code/Werules/Chatbot/Model/Api/Messenger.php b/Magento2/app/code/Werules/Chatbot/Model/Api/Messenger.php index 039768a..5b0c5b9 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/Api/Messenger.php +++ b/Magento2/app/code/Werules/Chatbot/Model/Api/Messenger.php @@ -18,17 +18,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\Api; diff --git a/Magento2/app/code/Werules/Chatbot/Model/Api/witAI.php b/Magento2/app/code/Werules/Chatbot/Model/Api/witAI.php index 7a515a2..ab3882f 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/Api/witAI.php +++ b/Magento2/app/code/Werules/Chatbot/Model/Api/witAI.php @@ -5,18 +5,16 @@ * * This file is part of Werules/Chatbot. * -* Werules/Chatbot 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. +* Werules/Chatbot is free software: you can redistribute it and/or modify* it under the terms of the MIT License as published by +** (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. +* MIT License for more details. * -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* You should have received a copy of the MIT License +* along with this program. If not, see . */ namespace Werules\Chatbot\Model\Api; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ChatbotAPI.php b/Magento2/app/code/Werules/Chatbot/Model/ChatbotAPI.php index f697c4a..d693a19 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ChatbotAPI.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ChatbotAPI.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ChatbotAPIRepository.php b/Magento2/app/code/Werules/Chatbot/Model/ChatbotAPIRepository.php index dc215c7..4d1d271 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ChatbotAPIRepository.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ChatbotAPIRepository.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ChatbotUser.php b/Magento2/app/code/Werules/Chatbot/Model/ChatbotUser.php index e1ace54..09bbc6d 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ChatbotUser.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ChatbotUser.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ChatbotUser/DataProvider.php b/Magento2/app/code/Werules/Chatbot/Model/ChatbotUser/DataProvider.php index bbd1963..ca47853 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ChatbotUser/DataProvider.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ChatbotUser/DataProvider.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\ChatbotUser; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ChatbotUserRepository.php b/Magento2/app/code/Werules/Chatbot/Model/ChatbotUserRepository.php index bc996b8..75126a3 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ChatbotUserRepository.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ChatbotUserRepository.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model; diff --git a/Magento2/app/code/Werules/Chatbot/Model/Message.php b/Magento2/app/code/Werules/Chatbot/Model/Message.php index 49f4b8e..c7fbdf7 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/Message.php +++ b/Magento2/app/code/Werules/Chatbot/Model/Message.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model; diff --git a/Magento2/app/code/Werules/Chatbot/Model/MessageRepository.php b/Magento2/app/code/Werules/Chatbot/Model/MessageRepository.php index e1d24a9..97d0c82 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/MessageRepository.php +++ b/Magento2/app/code/Werules/Chatbot/Model/MessageRepository.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model; diff --git a/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessages.php b/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessages.php index 022933b..ca1152d 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessages.php +++ b/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessages.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model; diff --git a/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessages/DataProvider.php b/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessages/DataProvider.php index b731619..6d7869b 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessages/DataProvider.php +++ b/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessages/DataProvider.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\PromotionalMessages; diff --git a/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessagesRepository.php b/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessagesRepository.php index ef0df31..9f0dfed 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessagesRepository.php +++ b/Magento2/app/code/Werules/Chatbot/Model/PromotionalMessagesRepository.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotAPI.php b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotAPI.php index 5195617..c31031c 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotAPI.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotAPI.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\ResourceModel; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotAPI/Collection.php b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotAPI/Collection.php index a912689..56b29bd 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotAPI/Collection.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotAPI/Collection.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\ResourceModel\ChatbotAPI; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotUser.php b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotUser.php index 1402644..fdbe5c1 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotUser.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotUser.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\ResourceModel; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotUser/Collection.php b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotUser/Collection.php index 4a8bd74..6e83027 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotUser/Collection.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/ChatbotUser/Collection.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\ResourceModel\ChatbotUser; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/Message.php b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/Message.php index 8a5b98f..e39924d 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/Message.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/Message.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\ResourceModel; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/Message/Collection.php b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/Message/Collection.php index 20bdfdf..a4bea75 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/Message/Collection.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/Message/Collection.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\ResourceModel\Message; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/PromotionalMessages.php b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/PromotionalMessages.php index 3e657d3..93724f2 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/PromotionalMessages.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/PromotionalMessages.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\ResourceModel; diff --git a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/PromotionalMessages/Collection.php b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/PromotionalMessages/Collection.php index f39a238..301d464 100644 --- a/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/PromotionalMessages/Collection.php +++ b/Magento2/app/code/Werules/Chatbot/Model/ResourceModel/PromotionalMessages/Collection.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Model\ResourceModel\PromotionalMessages; diff --git a/Magento2/app/code/Werules/Chatbot/Setup/InstallData.php b/Magento2/app/code/Werules/Chatbot/Setup/InstallData.php index 304eae8..82c49f5 100644 --- a/Magento2/app/code/Werules/Chatbot/Setup/InstallData.php +++ b/Magento2/app/code/Werules/Chatbot/Setup/InstallData.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Setup; diff --git a/Magento2/app/code/Werules/Chatbot/Setup/InstallSchema.php b/Magento2/app/code/Werules/Chatbot/Setup/InstallSchema.php index c20d90e..0c17aa8 100644 --- a/Magento2/app/code/Werules/Chatbot/Setup/InstallSchema.php +++ b/Magento2/app/code/Werules/Chatbot/Setup/InstallSchema.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Setup; diff --git a/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php b/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php index 6664ce2..2231717 100644 --- a/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php +++ b/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Setup; diff --git a/Magento2/app/code/Werules/Chatbot/Setup/UpgradeSchema.php b/Magento2/app/code/Werules/Chatbot/Setup/UpgradeSchema.php index 9643834..62d0b7f 100644 --- a/Magento2/app/code/Werules/Chatbot/Setup/UpgradeSchema.php +++ b/Magento2/app/code/Werules/Chatbot/Setup/UpgradeSchema.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Setup; diff --git a/Magento2/app/code/Werules/Chatbot/Ui/Component/Listing/Column/ChatbotUserActions.php b/Magento2/app/code/Werules/Chatbot/Ui/Component/Listing/Column/ChatbotUserActions.php index 270ea5d..78cdaa8 100644 --- a/Magento2/app/code/Werules/Chatbot/Ui/Component/Listing/Column/ChatbotUserActions.php +++ b/Magento2/app/code/Werules/Chatbot/Ui/Component/Listing/Column/ChatbotUserActions.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Ui\Component\Listing\Column; diff --git a/Magento2/app/code/Werules/Chatbot/Ui/Component/Listing/Column/PromotionalMessagesActions.php b/Magento2/app/code/Werules/Chatbot/Ui/Component/Listing/Column/PromotionalMessagesActions.php index 920fb09..fe23267 100644 --- a/Magento2/app/code/Werules/Chatbot/Ui/Component/Listing/Column/PromotionalMessagesActions.php +++ b/Magento2/app/code/Werules/Chatbot/Ui/Component/Listing/Column/PromotionalMessagesActions.php @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ namespace Werules\Chatbot\Ui\Component\Listing\Column; diff --git a/Magento2/app/code/Werules/Chatbot/view/adminhtml/templates/system/config/custom_js.phtml b/Magento2/app/code/Werules/Chatbot/view/adminhtml/templates/system/config/custom_js.phtml index 9253442..94907e4 100644 --- a/Magento2/app/code/Werules/Chatbot/view/adminhtml/templates/system/config/custom_js.phtml +++ b/Magento2/app/code/Werules/Chatbot/view/adminhtml/templates/system/config/custom_js.phtml @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ // TODO $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/facebook_js_sdk.phtml b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/facebook_js_sdk.phtml index cc2b8b4..048db2f 100644 --- a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/facebook_js_sdk.phtml +++ b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/facebook_js_sdk.phtml @@ -1,4 +1,22 @@ . + */ + /** * @var $block \Werules\Chatbot\Block\Chatbox\Messenger */ diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/messenger.phtml b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/messenger.phtml index 81fe13c..0fa3ad1 100644 --- a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/messenger.phtml +++ b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/messenger.phtml @@ -1,3 +1,22 @@ +. + */ +?> isChatboxEnabled()): ?>
getFacebookPageId(); ?> ref="OPTIONAL_WEBHOOK_PARAM">
diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/telegram.phtml b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/telegram.phtml index fc4a8f8..e9e1435 100644 --- a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/telegram.phtml +++ b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/chatbox/telegram.phtml @@ -1,3 +1,22 @@ +. + */ +?> diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/customer/chatbot_settings.phtml b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/customer/chatbot_settings.phtml index f58e88a..aa6df6b 100644 --- a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/customer/chatbot_settings.phtml +++ b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/customer/chatbot_settings.phtml @@ -1,4 +1,22 @@ . + */ + $startedChatbot = $this->checkStartedChat(); if ($startedChatbot) { diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/index.phtml b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/index.phtml index 5406331..a202fbe 100644 --- a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/index.phtml +++ b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/index.phtml @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ // TODO find a use for this view echo $this->requestHandler(); diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/messenger.phtml b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/messenger.phtml index cffb8c3..7e445fe 100644 --- a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/messenger.phtml +++ b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/messenger.phtml @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ echo $this->requestHandler(); ?> \ No newline at end of file diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/telegram.phtml b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/telegram.phtml index cffb8c3..7e445fe 100644 --- a/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/telegram.phtml +++ b/Magento2/app/code/Werules/Chatbot/view/frontend/templates/webhook/telegram.phtml @@ -6,17 +6,15 @@ * This file is part of Werules/Chatbot. * * Werules/Chatbot 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. + * it under the terms of the MIT License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MIT License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the MIT License + * along with this program. If not, see . */ echo $this->requestHandler(); ?> \ No newline at end of file diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/web/image/messenger-icon.png b/Magento2/app/code/Werules/Chatbot/view/frontend/web/image/telegram-icon.png similarity index 100% rename from Magento2/app/code/Werules/Chatbot/view/frontend/web/image/messenger-icon.png rename to Magento2/app/code/Werules/Chatbot/view/frontend/web/image/telegram-icon.png From 24475a1590200f8fc10b602d3579a94ee6f2bf78 Mon Sep 17 00:00:00 2001 From: blopa Date: Sat, 6 Jan 2018 15:30:25 -0200 Subject: [PATCH 3/6] update system.xml --- Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml b/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml index 4e0ffad..c390d36 100644 --- a/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml +++ b/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml @@ -6,7 +6,7 @@
- werules + werules_chatbot Werules_Chatbot::config_werules_chatbot @@ -62,7 +62,7 @@
- werules + werules_chatbot Werules_Chatbot::config_werules_chatbot @@ -235,7 +235,7 @@
- werules + werules_chatbot Werules_Chatbot::config_werules_chatbot From 54b8e5e3a8dea783ce8c2dfa75e6efeed9fca0f3 Mon Sep 17 00:00:00 2001 From: blopa Date: Sat, 6 Jan 2018 17:26:30 -0200 Subject: [PATCH 4/6] update readme --- Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php | 2 +- Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml | 6 +++--- Magento2/app/code/Werules/Chatbot/etc/module.xml | 2 +- README.md | 3 +++ 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php b/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php index 2231717..fce0691 100644 --- a/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php +++ b/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php @@ -34,7 +34,7 @@ public function upgrade( ModuleContextInterface $context ) { $setup->startSetup(); - if (version_compare($context->getVersion(), "1.0.5", "<")) { + if (version_compare($context->getVersion(), "1.0.6", "<")) { //Your upgrade script } $setup->endSetup(); diff --git a/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml b/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml index c390d36..0971fa2 100644 --- a/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml +++ b/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml @@ -11,7 +11,7 @@ Magento Chatbot v1.0.5 +

Magento Chatbot v1.0.6

To use this module you'll have to use SSL in your store.

]]>
@@ -67,7 +67,7 @@ Magento Chatbot v1.0.5 +

Magento Chatbot v1.0.6

To use this module you'll have to use SSL in your store.

]]>
@@ -240,7 +240,7 @@ Magento Chatbot v1.0.5 +

Magento Chatbot v1.0.6

To use this module you'll have to use SSL in your store.

You should only change settings here if you know what you're doing.