From 7c66073e4bda79dbb7d1d7b52f11d597d1228a65 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 9 Nov 2022 22:29:43 +0100 Subject: [PATCH] Add license --- src/Module/Contact/Match.php | 19 +++++++++++++++++++ src/Module/Search/Tags.php | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/Module/Contact/Match.php b/src/Module/Contact/Match.php index c03627e30f..0e187b069b 100644 --- a/src/Module/Contact/Match.php +++ b/src/Module/Contact/Match.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module\Contact; diff --git a/src/Module/Search/Tags.php b/src/Module/Search/Tags.php index cc43d85b09..d409f481f3 100644 --- a/src/Module/Search/Tags.php +++ b/src/Module/Search/Tags.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module\Search;