From 27d8e8bdbaf2b5d1ab93bba797f4205e43ead8a4 Mon Sep 17 00:00:00 2001 From: Norbert Wagner Date: Tue, 5 Jan 2021 17:53:39 +0100 Subject: [PATCH] correct foobar in license notice --- src/Settings.php | 2 +- src/SettingsWriter.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Settings.php b/src/Settings.php index e00c7da..1fe803c 100644 --- a/src/Settings.php +++ b/src/Settings.php @@ -16,7 +16,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Foobar. If not, see . + * along with rabe/Util-Settings. If not, see . * *///}}} declare(strict_types=1); diff --git a/src/SettingsWriter.php b/src/SettingsWriter.php index c657305..f60b8ab 100644 --- a/src/SettingsWriter.php +++ b/src/SettingsWriter.php @@ -16,7 +16,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Foobar. If not, see . + * along with rabe/Util-Settings. If not, see . * *///}}} declare(strict_types=1);