Commit 5db631cb authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Inclusion de la licence MIT.

No related merge requests found
Showing with 25 additions and 2 deletions
+25 -2
.docheader 0 → 100644
This file is part of "%package%".
(c) %yearRange% Irstea <dsi.poleis@irstea.fr>
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
LICENSE 0 → 100644
MIT License
Copyright (c) 2019 Irstea
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* Create and customize a file named .docheader at the root of the project to change this message. * This file is part of "irstea/php-skeleton".
* (c) 2019 Irstea <dsi.poleis@irstea.fr>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Irstea\MyProject; namespace Irstea\MyProject;
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* Create and customize a file named .docheader at the root of the project to change this message. * This file is part of "irstea/php-skeleton".
* (c) 2019 Irstea <dsi.poleis@irstea.fr>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Irstea\MyProject\Tests; namespace Irstea\MyProject\Tests;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment