Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elitedivision
amos-email-manager
Commits
cf2e6128
Commit
cf2e6128
authored
Nov 16, 2020
by
Marcello Pivanti
Browse files
Headers, added @see and @license clauses
parent
9273b3f3
Changes
76
Hide whitespace changes
Inline
Side-by-side
src/AmosEmail.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/assets/AmosMailAsset.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/base/AmosEmailManager.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/base/AmosRedactorModule.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/commands/EmailSpoolController.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/config/config.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/controllers/DefaultController.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/controllers/EmailSpoolController.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/controllers/EmailTemplateController.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/controllers/EmailViewController.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\emailmanager\controllers
* @author Elite Division S.r.l.
...
...
src/controllers/api/EmailViewController.php
View file @
cf2e6128
...
...
@@ -4,6 +4,10 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
...
...
src/controllers/base/EmailViewController.php
View file @
cf2e6128
...
...
@@ -3,6 +3,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\emailmanager\controllers\base
* @author Elite Division S.r.l.
...
...
src/i18n/en-GB/messages.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email\i18n\en-GB
* @category CategoryName
...
...
src/i18n/en-US/messages.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email\i18n\en-US
* @category CategoryName
...
...
src/i18n/it-IT/messages.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email\i18n\it-IT
* @category CategoryName
...
...
src/interfaces/ManagerInterface.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/interfaces/TransportInterface.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/migrations/m170213_133606_init_email_mamanger.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/migrations/m170220_081455_widget_email_manager.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
src/migrations/m170220_103933_widget_spool_template.php
View file @
cf2e6128
...
...
@@ -4,6 +4,9 @@
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
* @see https://www.open2.0.regione.lombardia.it Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
* @category CategoryName
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment