From 2b7c9a74e8196b11a584e9184042c1d30d305992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Mon, 24 Aug 2020 11:05:54 +0200 Subject: [PATCH] =?UTF-8?q?Met=20=C3=A0=20jour=20les=20dates=20de=20copyri?= =?UTF-8?q?ght.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- src/MyClass.php | 6 ++---- tests/MyClassTest.php | 3 ++- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 5a5d766..9e00391 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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: diff --git a/src/MyClass.php b/src/MyClass.php index 496555e..715c5c4 100644 --- a/src/MyClass.php +++ b/src/MyClass.php @@ -1,10 +1,11 @@ <?php declare(strict_types=1); /* * 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 * file that was distributed with this source code. + * */ namespace Irstea\MyProject; @@ -14,9 +15,6 @@ namespace Irstea\MyProject; */ class MyClass { - /** - * @return int - */ public function getResponse(): int { return 42; diff --git a/tests/MyClassTest.php b/tests/MyClassTest.php index 6458d60..838bc85 100644 --- a/tests/MyClassTest.php +++ b/tests/MyClassTest.php @@ -1,10 +1,11 @@ <?php declare(strict_types=1); /* * 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 * file that was distributed with this source code. + * */ namespace Irstea\MyProject\Tests; -- GitLab