Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Libriciel
web-DPO
Commits
c379f840
Commit
c379f840
authored
Sep 22, 2020
by
Théo GUILLON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction : licence
parent
e7c6f58f
Pipeline
#11188
failed with stage
in 1 minute and 53 seconds
Changes
13
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
26 additions
and
26 deletions
+26
-26
README.md
README.md
+2
-2
app/Lib/AppTools.php
app/Lib/AppTools.php
+2
-2
app/Test/Case/Controller/Component/WebcilUsersComponentTest.php.bak
...ase/Controller/Component/WebcilUsersComponentTest.php.bak
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/AdminFixture.php
app/Test/Fixture/WebcilUsersComponentTest/AdminFixture.php
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/ListeDroitFixture.php
...st/Fixture/WebcilUsersComponentTest/ListeDroitFixture.php
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/OrganisationFixture.php
.../Fixture/WebcilUsersComponentTest/OrganisationFixture.php
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserFixture.php
...ture/WebcilUsersComponentTest/OrganisationUserFixture.php
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserRoleFixture.php
.../WebcilUsersComponentTest/OrganisationUserRoleFixture.php
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserServiceFixture.php
...bcilUsersComponentTest/OrganisationUserServiceFixture.php
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/RoleDroitFixture.php
...est/Fixture/WebcilUsersComponentTest/RoleDroitFixture.php
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/RoleFixture.php
app/Test/Fixture/WebcilUsersComponentTest/RoleFixture.php
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/ServiceFixture.php
app/Test/Fixture/WebcilUsersComponentTest/ServiceFixture.php
+2
-2
app/Test/Fixture/WebcilUsersComponentTest/UserFixture.php
app/Test/Fixture/WebcilUsersComponentTest/UserFixture.php
+2
-2
No files found.
README.md
View file @
c379f840
# Application web-DPO v2.0.0
[

](https://php.net/)
[

](http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
[

](http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html)
[

](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 "
CeCIL
L v
2
".
Les produits édités par
**Libriciel**
sont libres sous licence "
AGP
L v
3
".
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
app/Lib/AppTools.php
View file @
c379f840
...
...
@@ -8,8 +8,8 @@
*
* Copyright (c) Libriciel SCOP (https://www.libriciel.fr/)
*
* Licensed under
T
he
CeCiLL V2 License
* For full copyright and license information, please see the LICENSE
.txt
* Licensed under
t
he
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/)
...
...
app/Test/Case/Controller/Component/WebcilUsersComponentTest.php.bak
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Case.Controller.Component
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Case.Controller.Component
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
App
::
uses
(
'Controller'
,
'Controller'
);
App
::
uses
(
'AppController'
,
'Controller'
);
...
...
app/Test/Fixture/WebcilUsersComponentTest/AdminFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe AdminFixture ...
...
...
app/Test/Fixture/WebcilUsersComponentTest/ListeDroitFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe ListeDroitFixture ...
...
...
app/Test/Fixture/WebcilUsersComponentTest/OrganisationFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe OrganisationFixture ...
...
...
app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe OrganisationUserFixture ...
...
...
app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserRoleFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe OrganisationUserRoleFixture ...
...
...
app/Test/Fixture/WebcilUsersComponentTest/OrganisationUserServiceFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe OrganisationUserServiceFixture ...
...
...
app/Test/Fixture/WebcilUsersComponentTest/RoleDroitFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe RoleDroitFixture ...
...
...
app/Test/Fixture/WebcilUsersComponentTest/RoleFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe RoleFixture ...
...
...
app/Test/Fixture/WebcilUsersComponentTest/ServiceFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe ServiceFixture ...
...
...
app/Test/Fixture/WebcilUsersComponentTest/UserFixture.php
View file @
c379f840
...
...
@@ -4,8 +4,8 @@
*
* PHP 5.3
*
* @package app.Test.Fixture
* @license
CeCiLL V2
(http://www.
cecill.info
/licen
c
es/
Licence_CeCILL_V2-fr.html)
* @package
app.Test.Fixture
* @license
[GNU Affero General Public License version 3]
(http://www.
gnu.org
/licen
s
es/
agpl-3.0.html) - AGPL v3
*/
/**
* La classe UserFixture ...
...
...
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