From 73fc0fa34d596b38b3149ceb22fe9bb96d15b703 Mon Sep 17 00:00:00 2001 From: Jens Rey Date: Wed, 21 Apr 2021 00:15:21 +0200 Subject: [PATCH] fix author info --- src/ContaoManager/Plugin.php | 4 ++-- src/JrFalsBundle.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ContaoManager/Plugin.php b/src/ContaoManager/Plugin.php index 3a4df27..4818e7a 100644 --- a/src/ContaoManager/Plugin.php +++ b/src/ContaoManager/Plugin.php @@ -3,9 +3,9 @@ declare(strict_types=1); /* - * This file is part of [package name]. + * This file is part of jr/fals-bundle. * - * (c) John Doe + * (c) Jens Rey * * @license LGPL-3.0-or-later */ diff --git a/src/JrFalsBundle.php b/src/JrFalsBundle.php index b684f17..8787b14 100644 --- a/src/JrFalsBundle.php +++ b/src/JrFalsBundle.php @@ -3,9 +3,9 @@ declare(strict_types=1); /* - * This file is part of [package name]. + * This file is part of jr/fals-bundle. * - * (c) John Doe + * (c) Jens Rey * * @license LGPL-3.0-or-later */