Skip to content

Commit 7477ac0

Browse files
committed
Changed header and LICENSE
Signed-off-by: Sergio Gómez <[email protected]>
1 parent 51ee583 commit 7477ac0

File tree

83 files changed

+332
-83
lines changed

Some content is hidden

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

83 files changed

+332
-83
lines changed

.php_cs.dist

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
$fileHeaderComment = <<<COMMENT
44
This file is part of the simplesamlphp-module-oidc.
55
6-
(c) Sergio Gómez <[email protected]>
6+
Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
8+
This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
811
For the full copyright and license information, please view the LICENSE
912
file that was distributed with this source code.

LICENSE

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11

22
The MIT License (MIT)
33

4-
Copyright (c) 2018 Sergio Gómez <[email protected]>
4+
Copyright (C) 2018 by the Spanish Research and Academic Network.
5+
6+
This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
7+
for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
58

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

config-template/module_oidc.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

hooks/hook_frontpage.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/ClaimTranslatorExtractor.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/ClientCreateController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/ClientDeleteController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/ClientEditController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/ClientIndexController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/ClientResetSecretController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/ClientShowController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/OAuth2AccessTokenController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/OAuth2AuthorizationController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/OpenIdConnectDiscoverConfigurationController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/OpenIdConnectInstallerController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/OpenIdConnectJwksController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/OpenIdConnectUserInfoController.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Controller/Traits/GetClientFromRequestTrait.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Entity/AccessTokenEntity.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Entity/AuthCodeEntity.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Entity/ClientEntity.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Entity/Interfaces/MementoInterface.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Entity/RefreshTokenEntity.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Entity/ScopeEntity.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Entity/Traits/RevokeTokenTrait.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Entity/UserEntity.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Factories/AuthSimpleFactory.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Factories/AuthorizationServerFactory.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Factories/FormFactory.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Factories/Grant/AuthCodeGrantFactory.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Factories/Grant/ImplicitGrantFactory.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Factories/Grant/RefreshTokenGrantFactory.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

lib/Factories/ResourceServerFactory.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
/*
44
* This file is part of the simplesamlphp-module-oidc.
55
*
6-
* (c) Sergio Gómez <[email protected]>
6+
* Copyright (C) 2018 by the Spanish Research and Academic Network.
7+
*
8+
* This code was developed by Universidad de Córdoba (UCO https://www.uco.es)
9+
* for the RedIRIS SIR service (SIR: http://www.rediris.es/sir)
710
*
811
* For the full copyright and license information, please view the LICENSE
912
* file that was distributed with this source code.

0 commit comments

Comments
 (0)