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-social-auth
Commits
7bf21dc1
Commit
7bf21dc1
authored
Nov 16, 2020
by
Marcello Pivanti
Browse files
Headers, added @see and @license clauses
parent
5aab6461
Changes
30
Show whitespace changes
Inline
Side-by-side
src/Module.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/components/SocialAuthBar.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/components/SocialLinkBar.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/components/SocialLinkTable.php
View file @
7bf21dc1
...
...
@@ -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\socialauth\components
* @category CategoryName
...
...
src/components/SocialSignUpBar.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/components/views/social-auth-bar.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/components/views/social-link-bar.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/components/views/social-link-table.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/components/views/social-sign-up-bar.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/config/config.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/controllers/ShibbolethController.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/controllers/SocialAuthController.php
View file @
7bf21dc1
...
...
@@ -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\socialauth
* @category CategoryName
...
...
src/i18n/en-GB/messages.php
View file @
7bf21dc1
...
...
@@ -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\socialauth\i18n\en-GB
* @category CategoryName
...
...
src/i18n/en-US/messages.php
View file @
7bf21dc1
...
...
@@ -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\socialauth\i18n\en-US
* @category CategoryName
...
...
src/i18n/it-IT/messages.php
View file @
7bf21dc1
...
...
@@ -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\socialauth\i18n\it-IT
* @category CategoryName
...
...
src/migrations/m170711_160734_create_table_social_users.php
View file @
7bf21dc1
...
...
@@ -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\socialauth\migrations
* @category CategoryName
...
...
src/migrations/m180622_143240_social_auth_create_social_user_services.php
View file @
7bf21dc1
...
...
@@ -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\socialauth\migrations
* @category CategoryName
...
...
src/migrations/m180920_103032_create_idm_table.php
View file @
7bf21dc1
...
...
@@ -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/models/SocialAuthServices.php
View file @
7bf21dc1
...
...
@@ -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\socialauth\models
* @category CategoryName
...
...
src/models/SocialAuthUsers.php
View file @
7bf21dc1
...
...
@@ -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\socialauth\models
* @category CategoryName
...
...
Prev
1
2
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