From 4a386b2f36b621437bb7a38d64a875ef09e52614 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 22 Oct 2021 09:29:41 +0200 Subject: [PATCH] Add some missing Copyright header --- src/BaseRepository.php | 19 +++++++++++++++++++ .../Collection/FriendSuggests.php | 19 +++++++++++++++++++ .../FriendSuggestNotFoundException.php | 19 +++++++++++++++++++ .../FriendSuggestPersistenceException.php | 19 +++++++++++++++++++ .../FriendSuggest/Factory/FriendSuggest.php | 19 +++++++++++++++++++ .../Repository/FriendSuggest.php | 19 +++++++++++++++++++ .../Introduction/Collection/Introductions.php | 19 +++++++++++++++++++ .../IntroductionNotFoundException.php | 19 +++++++++++++++++++ .../IntroductionPersistenceException.php | 19 +++++++++++++++++++ .../Collection/PermissionSets.php | 19 +++++++++++++++++++ .../PermissionSet/Entity/PermissionSet.php | 19 +++++++++++++++++++ .../PermissionSet/Factory/PermissionSet.php | 19 +++++++++++++++++++ .../TwoFactor/Collection/TrustedBrowsers.php | 19 +++++++++++++++++++ .../TwoFactor/Factory/TrustedBrowser.php | 19 +++++++++++++++++++ .../TwoFactor/Model/TrustedBrowser.php | 19 +++++++++++++++++++ .../TwoFactor/Repository/TrustedBrowser.php | 19 +++++++++++++++++++ 16 files changed, 304 insertions(+) diff --git a/src/BaseRepository.php b/src/BaseRepository.php index dccfe7fdc..b86eff983 100644 --- a/src/BaseRepository.php +++ b/src/BaseRepository.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica; diff --git a/src/Contact/FriendSuggest/Collection/FriendSuggests.php b/src/Contact/FriendSuggest/Collection/FriendSuggests.php index ad382b39c..be896ad0d 100644 --- a/src/Contact/FriendSuggest/Collection/FriendSuggests.php +++ b/src/Contact/FriendSuggest/Collection/FriendSuggests.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Contact\FriendSuggest\Collection; diff --git a/src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php b/src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php index e5ba7e19d..af699b176 100644 --- a/src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php +++ b/src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Contact\FriendSuggest\Exception; diff --git a/src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php b/src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php index 4b901272d..3dcb36939 100644 --- a/src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php +++ b/src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Contact\FriendSuggest\Exception; diff --git a/src/Contact/FriendSuggest/Factory/FriendSuggest.php b/src/Contact/FriendSuggest/Factory/FriendSuggest.php index 1a3660e85..dcda234b3 100644 --- a/src/Contact/FriendSuggest/Factory/FriendSuggest.php +++ b/src/Contact/FriendSuggest/Factory/FriendSuggest.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Contact\FriendSuggest\Factory; diff --git a/src/Contact/FriendSuggest/Repository/FriendSuggest.php b/src/Contact/FriendSuggest/Repository/FriendSuggest.php index 77abd7353..eefc1a763 100644 --- a/src/Contact/FriendSuggest/Repository/FriendSuggest.php +++ b/src/Contact/FriendSuggest/Repository/FriendSuggest.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Contact\FriendSuggest\Repository; diff --git a/src/Contact/Introduction/Collection/Introductions.php b/src/Contact/Introduction/Collection/Introductions.php index 4df89cee4..697be46f9 100644 --- a/src/Contact/Introduction/Collection/Introductions.php +++ b/src/Contact/Introduction/Collection/Introductions.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Contact\Introduction\Collection; diff --git a/src/Contact/Introduction/Exception/IntroductionNotFoundException.php b/src/Contact/Introduction/Exception/IntroductionNotFoundException.php index f48c9ea22..aee01f347 100644 --- a/src/Contact/Introduction/Exception/IntroductionNotFoundException.php +++ b/src/Contact/Introduction/Exception/IntroductionNotFoundException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Contact\Introduction\Exception; diff --git a/src/Contact/Introduction/Exception/IntroductionPersistenceException.php b/src/Contact/Introduction/Exception/IntroductionPersistenceException.php index 99fb919e3..e0f8d2baf 100644 --- a/src/Contact/Introduction/Exception/IntroductionPersistenceException.php +++ b/src/Contact/Introduction/Exception/IntroductionPersistenceException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Contact\Introduction\Exception; diff --git a/src/Security/PermissionSet/Collection/PermissionSets.php b/src/Security/PermissionSet/Collection/PermissionSets.php index c15b23a68..a18a05d17 100644 --- a/src/Security/PermissionSet/Collection/PermissionSets.php +++ b/src/Security/PermissionSet/Collection/PermissionSets.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Security\PermissionSet\Collection; diff --git a/src/Security/PermissionSet/Entity/PermissionSet.php b/src/Security/PermissionSet/Entity/PermissionSet.php index 830c631a4..eb71909f1 100644 --- a/src/Security/PermissionSet/Entity/PermissionSet.php +++ b/src/Security/PermissionSet/Entity/PermissionSet.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Security\PermissionSet\Entity; diff --git a/src/Security/PermissionSet/Factory/PermissionSet.php b/src/Security/PermissionSet/Factory/PermissionSet.php index bde6cd73f..969dfa185 100644 --- a/src/Security/PermissionSet/Factory/PermissionSet.php +++ b/src/Security/PermissionSet/Factory/PermissionSet.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Security\PermissionSet\Factory; diff --git a/src/Security/TwoFactor/Collection/TrustedBrowsers.php b/src/Security/TwoFactor/Collection/TrustedBrowsers.php index 659e16a5b..f3958802b 100644 --- a/src/Security/TwoFactor/Collection/TrustedBrowsers.php +++ b/src/Security/TwoFactor/Collection/TrustedBrowsers.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Security\TwoFactor\Collection; diff --git a/src/Security/TwoFactor/Factory/TrustedBrowser.php b/src/Security/TwoFactor/Factory/TrustedBrowser.php index f190474a6..2f5c1a313 100644 --- a/src/Security/TwoFactor/Factory/TrustedBrowser.php +++ b/src/Security/TwoFactor/Factory/TrustedBrowser.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Security\TwoFactor\Factory; diff --git a/src/Security/TwoFactor/Model/TrustedBrowser.php b/src/Security/TwoFactor/Model/TrustedBrowser.php index 7acc23785..4a3295cc6 100644 --- a/src/Security/TwoFactor/Model/TrustedBrowser.php +++ b/src/Security/TwoFactor/Model/TrustedBrowser.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Security\TwoFactor\Model; diff --git a/src/Security/TwoFactor/Repository/TrustedBrowser.php b/src/Security/TwoFactor/Repository/TrustedBrowser.php index 6d708d367..35407029c 100644 --- a/src/Security/TwoFactor/Repository/TrustedBrowser.php +++ b/src/Security/TwoFactor/Repository/TrustedBrowser.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Security\TwoFactor\Repository;