From: Philipp Date: Thu, 23 Jun 2022 20:44:17 +0000 (+0200) Subject: Add copyright X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=13783089e759ce111e5e5388cdfa8ecaf3ac9fb5;p=friendica.git Add copyright --- diff --git a/src/App/Request.php b/src/App/Request.php index 7eb31b22d7..c211dfe0e1 100644 --- a/src/App/Request.php +++ b/src/App/Request.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\App; diff --git a/tests/src/App/RequestTest.php b/tests/src/App/RequestTest.php index dcff2bae10..e4379b052a 100644 --- a/tests/src/App/RequestTest.php +++ b/tests/src/App/RequestTest.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Test\src\App;