From 064334ee66b76512847d126ddc6f0b54237e2804 Mon Sep 17 00:00:00 2001 From: Perreal Guillaume <guillaume.perreal@irstea.fr> Date: Tue, 19 Mar 2019 13:31:14 +0100 Subject: [PATCH] Copyright update. --- LICENSE | 2 +- src/Config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 6e334d7..57c149f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018 Irstea +Copyright (c) 2018-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, diff --git a/src/Config.php b/src/Config.php index 8693814..d88426b 100644 --- a/src/Config.php +++ b/src/Config.php @@ -1,7 +1,7 @@ <?php /* * This file is part of "irstea/php-cs-fixer-config". - * (c) 2018 Irstea <dsi.poleis@irstea.fr> + * (c) 2018-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. -- GitLab