Skip to content
Snippets Groups Projects
Commit c379f840 authored by Théo GUILLON's avatar Théo GUILLON
Browse files

Correction : licence

parent e7c6f58f
No related branches found
No related tags found
No related merge requests found
Pipeline #11188 failed
Showing
with 26 additions and 26 deletions
# Application web-DPO v2.0.0
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg)](https://php.net/)
[![License](https://img.shields.io/badge/licence-CeCILL%20v2-blue.svg)](http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
[![License](https://img.shields.io/badge/licence-AGPL%20v3-blue.svg)](http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
[![Requires](https://img.shields.io/badge/requires-CakePHP%202.10-navy.svg)](http://book.cakephp.org/3.0/fr/index.html)
## Présentation
......@@ -21,7 +21,7 @@ Veuillez suivre les indications décrites dans la documentation d'installation :
- PostgrSQL 12.2
### Support
Les produits édités par **Libriciel** sont libres sous licence "CeCILL v2".
Les produits édités par **Libriciel** sont libres sous licence "AGPL v3".
Pour bénéficier du **support** de nos services pour l'installation et/ou la configuration du produit, ou pour bénéficier
de la **maintenance**, merci de contacter un commercial pour ouvrir un compte.
\ No newline at end of file
......@@ -8,8 +8,8 @@
*
* Copyright (c) Libriciel SCOP (https://www.libriciel.fr/)
*
* Licensed under The CeCiLL V2 License
* For full copyright and license information, please see the LICENSE.txt
* Licensed under the GNU Affero General Public License version 3 License - AGPL v3
* For full copyright and license information, please see the "LICENSE" file.
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Libriciel SCOP (https://www.libriciel.fr/)
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Case.Controller.Component
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Case.Controller.Component
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
App::uses( 'Controller', 'Controller' );
App::uses( 'AppController', 'Controller' );
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe AdminFixture ...
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe ListeDroitFixture ...
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe OrganisationFixture ...
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe OrganisationUserFixture ...
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe OrganisationUserRoleFixture ...
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe OrganisationUserServiceFixture ...
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe RoleDroitFixture ...
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe RoleFixture ...
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe ServiceFixture ...
......
......@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license CeCiLL V2 (http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
* @package app.Test.Fixture
* @license [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) - AGPL v3
*/
/**
* La classe UserFixture ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment