diff --git a/AUTHORS b/AUTHORS index 3c81f2a..26074f5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -19,8 +19,10 @@ Thomas Metois # Copyright holders -Copyright (C) 2016-2018 Jérôme Lombardi - https://github.com/jerolomb -Copyright (C) 2016-2018 Juan Rocha - https://github.com/jfrocha -Copyright (C) 2016-2018 SMILE gie securitymadein.lu -Copyright (C) 2017-2018 Cédric Bonhomme - https://github.com/cedricbonhomme - +- Copyright (C) 2016-2018 Jérôme Lombardi - https://github.com/jerolomb +- Copyright (C) 2016-2018 Juan Rocha - https://github.com/jfrocha +- Copyright (C) 2016-2018 SMILE gie securitymadein.lu +- Copyright (C) 2017-2018 Cédric Bonhomme - https://github.com/cedricbonhomme +- Copyright (C) 2016-2017 Guillaume Lesniak +- Copyright (C) 2016-2017 Thomas Metois +- Copyright (C) 2016-2017 Jérôme De Almeida diff --git a/README.md b/README.md index 6ba3cde..086a6e2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,13 @@ This software is licensed under - Copyright (C) 2016-2018 Juan Rocha - https://github.com/jfrocha - Copyright (C) 2016-2018 SMILE gie securitymadein.lu - Copyright (C) 2017-2018 Cédric Bonhomme - https://github.com/cedricbonhomme +- Copyright (C) 2016-2017 Guillaume Lesniak +- Copyright (C) 2016-2017 Thomas Metois +- Copyright (C) 2016-2017 Jérôme De Almeida For more information, [the list of authors and contributors](AUTHORS) is available. -Disclaimer: This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. +Disclaimer: This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. +See the GNU Affero General Public License for more details. diff --git a/behat.yml b/behat.yml deleted file mode 100644 index 40d672d..0000000 --- a/behat.yml +++ /dev/null @@ -1,7 +0,0 @@ -default: - autoload: - '': %paths.base%/module/MonarcCore/features/bootstrap - suites: - features: - paths: [ %paths.base%/module/MonarcCore/features ] - contexts: [ AmvContext ] diff --git a/build.properties b/build.properties deleted file mode 100644 index 2016378..0000000 --- a/build.properties +++ /dev/null @@ -1,12 +0,0 @@ -version=0.1.0 -author.name=Pascal Paulis -author.email=pascal.paulis@continuousphp.com - -db.host=localhost -db.name=monarc -db.username=dbuser -db.password=123 - -dir.bin=./bin - -phinx.bin=${dir.bin}/phinx \ No newline at end of file diff --git a/build.xml b/build.xml deleted file mode 100644 index 901b16c..0000000 --- a/build.xml +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DROP DATABASE IF EXISTS `${db.name}`; - - - - - - - - - - CREATE DATABASE IF NOT EXISTS ${db.name}; - GRANT USAGE ON *.* TO '${db.username}'@'%' IDENTIFIED BY '${db.password}'; - GRANT UPDATE,CREATE,REFERENCES,ALTER,LOCK TABLES,CREATE VIEW,CREATE - ROUTINE,TRIGGER,INSERT,DELETE,DROP,INDEX,CREATE TEMPORARY TABLES,EXECUTE,SHOW VIEW,ALTER ROUTINE,SELECT ON - `${db.name}`.* TO '${db.username}'@'%'; - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/composer.json b/composer.json index 065d740..034e487 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,10 @@ {"name": "Guillaume Lesniak", "email": "guillaume@netlor.fr"}, {"name": "Jerôme De Almeida", "email": "jerome.dealmeida@vesperiagroup.com"}, {"name": "Benjamin Ganivet", "email": "benjamin@netlor.fr"}, - {"name": "Thomas Metois", "email": "thomas@netlor.fr"} + {"name": "Thomas Metois", "email": "thomas@netlor.fr"}, + {"name": "Jérôme Lombardi", "email": "jerome.lombardi@cases.lu"}, + {"name": "Juan Rocha", "email": "juan.rocha@cases.lu"}, + {"name": "Cédric Bonhomme", "email": "cedric.bonhomme@cases.lu"} ], "require": { "php": ">=5.5", diff --git a/package.json b/package.json index cfc236b..41177aa 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "type": "git", "url": "https://github.com/monarc-project/MonarcAppFO" }, - "author": "Netlor", - "license": "Copyright", + "author": "CASES", + "license": "GNU Affero General Public License version 3", "dependencies": { "ng_anr": "https://github.com/monarc-project/ng-anr#master", "ng_client": "https://github.com/monarc-project/ng-client#master" diff --git a/packages.json b/packages.json index 00c3dcc..dd611d4 100644 --- a/packages.json +++ b/packages.json @@ -11,7 +11,10 @@ {"name": "Guillaume Lesniak", "email": "guillaume@netlor.fr"}, {"name": "Jerôme De Almeida", "email": "jerome.dealmeida@vesperiagroup.com"}, {"name": "Benjamin Ganivet", "email": "benjamin@netlor.fr"}, - {"name": "Thomas Metois", "email": "thomas@netlor.fr"} + {"name": "Thomas Metois", "email": "thomas@netlor.fr"}, + {"name": "Jérôme Lombardi", "email": "jerome.lombardi@cases.lu"}, + {"name": "Juan Rocha", "email": "juan.rocha@cases.lu"}, + {"name": "Cédric Bonhomme", "email": "cedric.bonhomme@cases.lu"} ], "require": { "php": ">=5.5"