diff --git a/README.md b/README.md index 2d88e44..3ad05d2 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,21 @@ License This software is licensed under [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) -- 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-2019 Jérôme Lombardi - https://github.com/jerolomb +- Copyright (C) 2016-2019 Juan Rocha - https://github.com/jfrocha +- Copyright (C) 2016-2019 SMILE gie securitymadein.lu +- Copyright (C) 2017-2019 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. -Data provided with MONARC (threats, assets, vulnerabilities) are licensed under -[CC0 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/) - Public Domain Dedication. +Data provided with MONARC (threats, assets, vulnerabilities, referentials, +etc.) are licensed under +[CC0 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/) - +Public Domain Dedication. +These objects are available through the +[MONARC Objects Sharing Plarform](https://objects.monarc.lu). If a specific author wants to license an object under a different license, a pull request can be requested. diff --git a/package.json b/package.json index 2864871..edb2da7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "ng_backoffice": "https://github.com/monarc-project/ng-backoffice#master" }, "devDependencies": { - "grunt": "~0.4.1", - "grunt-cli": "~0.1.13" + "grunt": "~1.0.3", + "grunt-cli": "~1.3.2" } } diff --git a/packages.json b/packages.json deleted file mode 100644 index dd611d4..0000000 --- a/packages.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "packages": { - "monarc/skeleton": { - "dev-master": { - "name": "monarc/skeleton", - "type": "library", - "version": "dev-master", - "description": "Skeleton for Monarc project", - "authors": [ - {"name": "Cyril Rouyer", "email": "cyril@netlor.fr"}, - {"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": "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" - }, - "source": { - "url": "https://github.com/monarc-project/skeleton", - "type": "git", - "reference": "master" - } - } - } - } -}