From dfda29cec32153158d98fceb9dce439ddff2b1d4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 17 Dec 2017 14:42:33 +0100 Subject: [PATCH] Update copyright [skip ci] --- routes/api.php | 2 +- routes/channels.php | 2 +- routes/console.php | 2 +- routes/web.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/routes/api.php b/routes/api.php index f2da7c5098..2b3144a60e 100644 --- a/routes/api.php +++ b/routes/api.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ use Illuminate\Http\Request; diff --git a/routes/channels.php b/routes/channels.php index 5bdaf5a618..170859eb50 100644 --- a/routes/channels.php +++ b/routes/channels.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ /* diff --git a/routes/console.php b/routes/console.php index a48dab62ae..44aba90be4 100644 --- a/routes/console.php +++ b/routes/console.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ use Illuminate\Foundation\Inspiring; diff --git a/routes/web.php b/routes/web.php index 3daf730bc5..598e9dbd09 100755 --- a/routes/web.php +++ b/routes/web.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1);