From c379f8404e11ce1615bc929a415b63d455a2e602 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9o=20GUILLON?= <theo.guillon@libriciel.coop>
Date: Tue, 22 Sep 2020 10:43:17 +0200
Subject: [PATCH] Correction : licence

---
 README.md                                                     | 4 ++--
 app/Lib/AppTools.php                                          | 4 ++--
 .../Controller/Component/WebcilUsersComponentTest.php.bak     | 4 ++--
 app/Test/Fixture/WebcilUsersComponentTest/AdminFixture.php    | 4 ++--
 .../Fixture/WebcilUsersComponentTest/ListeDroitFixture.php    | 4 ++--
 .../Fixture/WebcilUsersComponentTest/OrganisationFixture.php  | 4 ++--
 .../WebcilUsersComponentTest/OrganisationUserFixture.php      | 4 ++--
 .../WebcilUsersComponentTest/OrganisationUserRoleFixture.php  | 4 ++--
 .../OrganisationUserServiceFixture.php                        | 4 ++--
 .../Fixture/WebcilUsersComponentTest/RoleDroitFixture.php     | 4 ++--
 app/Test/Fixture/WebcilUsersComponentTest/RoleFixture.php     | 4 ++--
 app/Test/Fixture/WebcilUsersComponentTest/ServiceFixture.php  | 4 ++--
 app/Test/Fixture/WebcilUsersComponentTest/UserFixture.php     | 4 ++--
 13 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/README.md b/README.md
index a2b73c8b..91019e00 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # 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
diff --git a/app/Lib/AppTools.php b/app/Lib/AppTools.php
index c8c37f78..68cf8cba 100644
--- a/app/Lib/AppTools.php
+++ b/app/Lib/AppTools.php
@@ -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/)
diff --git a/app/Test/Case/Controller/Component/WebcilUsersComponentTest.php.bak b/app/Test/Case/Controller/Component/WebcilUsersComponentTest.php.bak
index 7415d96a..2e9fe200 100755
--- a/app/Test/Case/Controller/Component/WebcilUsersComponentTest.php.bak
+++ b/app/Test/Case/Controller/Component/WebcilUsersComponentTest.php.bak
@@ -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' );
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/AdminFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/AdminFixture.php
index bf9904f1..daf9bd2a 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/AdminFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/AdminFixture.php
@@ -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 ...
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/ListeDroitFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/ListeDroitFixture.php
index dd45c6e0..276a9cd6 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/ListeDroitFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/ListeDroitFixture.php
@@ -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 ...
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/OrganisationFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/OrganisationFixture.php
index 36eb48ae..974ab272 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/OrganisationFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/OrganisationFixture.php
@@ -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 ...
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserFixture.php
index 7ecbd417..51fbf637 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserFixture.php
@@ -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 ...
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserRoleFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserRoleFixture.php
index 8435326d..81c25d07 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserRoleFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserRoleFixture.php
@@ -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 ...
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserServiceFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserServiceFixture.php
index 746f8351..da1e7040 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserServiceFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserServiceFixture.php
@@ -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 ...
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/RoleDroitFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/RoleDroitFixture.php
index 1677b419..9c915d5e 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/RoleDroitFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/RoleDroitFixture.php
@@ -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 ...
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/RoleFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/RoleFixture.php
index 3351a825..d9d8f34f 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/RoleFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/RoleFixture.php
@@ -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 ...
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/ServiceFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/ServiceFixture.php
index 0fe3687d..243a5658 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/ServiceFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/ServiceFixture.php
@@ -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 ...
diff --git a/app/Test/Fixture/WebcilUsersComponentTest/UserFixture.php b/app/Test/Fixture/WebcilUsersComponentTest/UserFixture.php
index 96cf4f96..906c295d 100755
--- a/app/Test/Fixture/WebcilUsersComponentTest/UserFixture.php
+++ b/app/Test/Fixture/WebcilUsersComponentTest/UserFixture.php
@@ -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 ...
-- 
GitLab