Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 61cb602

Browse files
authored
Merge pull request #140 from blopa/feature/update_description
Feature/update description
2 parents fbb51d1 + e7a2254 commit 61cb602

File tree

106 files changed

+574
-688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+574
-688
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 blopa
3+
Copyright (c) 2018 blopa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Magento2/app/code/Werules/Chatbot/Api/ChatbotAPIRepositoryInterface.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?php
22
/**
33
* Magento Chatbot Integration
4-
* Copyright (C) 2017
4+
* Copyright (C) 2018
55
*
66
* This file is part of Werules/Chatbot.
77
*
88
* Werules/Chatbot is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the MIT License.
1210
*
1311
* This program is distributed in the hope that it will be useful,
1412
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1513
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
14+
* MIT License for more details.
1715
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* You should have received a copy of the MIT License
17+
* along with this program. If not, see <https://opensource.org/licenses/MIT>.
2018
*/
2119

2220
namespace Werules\Chatbot\Api;

Magento2/app/code/Werules/Chatbot/Api/ChatbotUserRepositoryInterface.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?php
22
/**
33
* Magento Chatbot Integration
4-
* Copyright (C) 2017
4+
* Copyright (C) 2018
55
*
66
* This file is part of Werules/Chatbot.
77
*
88
* Werules/Chatbot is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the MIT License.
1210
*
1311
* This program is distributed in the hope that it will be useful,
1412
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1513
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
14+
* MIT License for more details.
1715
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* You should have received a copy of the MIT License
17+
* along with this program. If not, see <https://opensource.org/licenses/MIT>.
2018
*/
2119

2220
namespace Werules\Chatbot\Api;

Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPIInterface.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?php
22
/**
33
* Magento Chatbot Integration
4-
* Copyright (C) 2017
4+
* Copyright (C) 2018
55
*
66
* This file is part of Werules/Chatbot.
77
*
88
* Werules/Chatbot is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the MIT License.
1210
*
1311
* This program is distributed in the hope that it will be useful,
1412
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1513
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
14+
* MIT License for more details.
1715
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* You should have received a copy of the MIT License
17+
* along with this program. If not, see <https://opensource.org/licenses/MIT>.
2018
*/
2119

2220
namespace Werules\Chatbot\Api\Data;

Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotAPISearchResultsInterface.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?php
22
/**
33
* Magento Chatbot Integration
4-
* Copyright (C) 2017
4+
* Copyright (C) 2018
55
*
66
* This file is part of Werules/Chatbot.
77
*
88
* Werules/Chatbot is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the MIT License.
1210
*
1311
* This program is distributed in the hope that it will be useful,
1412
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1513
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
14+
* MIT License for more details.
1715
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* You should have received a copy of the MIT License
17+
* along with this program. If not, see <https://opensource.org/licenses/MIT>.
2018
*/
2119

2220
namespace Werules\Chatbot\Api\Data;

Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserInterface.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?php
22
/**
33
* Magento Chatbot Integration
4-
* Copyright (C) 2017
4+
* Copyright (C) 2018
55
*
66
* This file is part of Werules/Chatbot.
77
*
88
* Werules/Chatbot is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the MIT License.
1210
*
1311
* This program is distributed in the hope that it will be useful,
1412
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1513
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
14+
* MIT License for more details.
1715
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* You should have received a copy of the MIT License
17+
* along with this program. If not, see <https://opensource.org/licenses/MIT>.
2018
*/
2119

2220
namespace Werules\Chatbot\Api\Data;

Magento2/app/code/Werules/Chatbot/Api/Data/ChatbotUserSearchResultsInterface.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?php
22
/**
33
* Magento Chatbot Integration
4-
* Copyright (C) 2017
4+
* Copyright (C) 2018
55
*
66
* This file is part of Werules/Chatbot.
77
*
88
* Werules/Chatbot is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the MIT License.
1210
*
1311
* This program is distributed in the hope that it will be useful,
1412
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1513
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
14+
* MIT License for more details.
1715
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* You should have received a copy of the MIT License
17+
* along with this program. If not, see <https://opensource.org/licenses/MIT>.
2018
*/
2119

2220
namespace Werules\Chatbot\Api\Data;

Magento2/app/code/Werules/Chatbot/Api/Data/MessageInterface.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?php
22
/**
33
* Magento Chatbot Integration
4-
* Copyright (C) 2017
4+
* Copyright (C) 2018
55
*
66
* This file is part of Werules/Chatbot.
77
*
88
* Werules/Chatbot is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the MIT License.
1210
*
1311
* This program is distributed in the hope that it will be useful,
1412
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1513
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
14+
* MIT License for more details.
1715
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* You should have received a copy of the MIT License
17+
* along with this program. If not, see <https://opensource.org/licenses/MIT>.
2018
*/
2119

2220
namespace Werules\Chatbot\Api\Data;

Magento2/app/code/Werules/Chatbot/Api/Data/MessageSearchResultsInterface.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?php
22
/**
33
* Magento Chatbot Integration
4-
* Copyright (C) 2017
4+
* Copyright (C) 2018
55
*
66
* This file is part of Werules/Chatbot.
77
*
88
* Werules/Chatbot is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the MIT License.
1210
*
1311
* This program is distributed in the hope that it will be useful,
1412
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1513
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
14+
* MIT License for more details.
1715
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* You should have received a copy of the MIT License
17+
* along with this program. If not, see <https://opensource.org/licenses/MIT>.
2018
*/
2119

2220
namespace Werules\Chatbot\Api\Data;

Magento2/app/code/Werules/Chatbot/Api/Data/PromotionalMessagesInterface.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?php
22
/**
33
* Magento Chatbot Integration
4-
* Copyright (C) 2017
4+
* Copyright (C) 2018
55
*
66
* This file is part of Werules/Chatbot.
77
*
88
* Werules/Chatbot is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
9+
* it under the terms of the MIT License.
1210
*
1311
* This program is distributed in the hope that it will be useful,
1412
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1513
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
14+
* MIT License for more details.
1715
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* You should have received a copy of the MIT License
17+
* along with this program. If not, see <https://opensource.org/licenses/MIT>.
2018
*/
2119

2220
namespace Werules\Chatbot\Api\Data;

0 commit comments

Comments
 (0)