Commit 2b7c9a74 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Met à jour les dates de copyright.

parent b00ff98d
No related merge requests found
Showing with 5 additions and 6 deletions
+5 -6
MIT License MIT License
Copyright (c) 2019 Irstea Copyright (c) 2019-2020 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: 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:
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* This file is part of "irstea/php-skeleton". * This file is part of "irstea/php-skeleton".
* (c) 2019 Irstea <dsi.poleis@irstea.fr> * (c) 2019-2020 Irstea <dsi.poleis@irstea.fr>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
*
*/ */
namespace Irstea\MyProject; namespace Irstea\MyProject;
...@@ -14,9 +15,6 @@ namespace Irstea\MyProject; ...@@ -14,9 +15,6 @@ namespace Irstea\MyProject;
*/ */
class MyClass class MyClass
{ {
/**
* @return int
*/
public function getResponse(): int public function getResponse(): int
{ {
return 42; return 42;
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* This file is part of "irstea/php-skeleton". * This file is part of "irstea/php-skeleton".
* (c) 2019 Irstea <dsi.poleis@irstea.fr> * (c) 2019-2020 Irstea <dsi.poleis@irstea.fr>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * 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