]> git.mxchange.org Git - friendica.git/commit
Add some missing Copyright header
authorPhilipp <admin@philipp.info>
Fri, 22 Oct 2021 07:29:41 +0000 (09:29 +0200)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 24 Oct 2021 01:45:36 +0000 (21:45 -0400)
commit4a386b2f36b621437bb7a38d64a875ef09e52614
tree5d68f0e96f1e269b87ef3b6a7d3d941ac198d6a8
parent5d92713a8eb8467385387fb2d2a3ac20f6eda06c
Add some missing Copyright header
16 files changed:
src/BaseRepository.php
src/Contact/FriendSuggest/Collection/FriendSuggests.php
src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php
src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php
src/Contact/FriendSuggest/Factory/FriendSuggest.php
src/Contact/FriendSuggest/Repository/FriendSuggest.php
src/Contact/Introduction/Collection/Introductions.php
src/Contact/Introduction/Exception/IntroductionNotFoundException.php
src/Contact/Introduction/Exception/IntroductionPersistenceException.php
src/Security/PermissionSet/Collection/PermissionSets.php
src/Security/PermissionSet/Entity/PermissionSet.php
src/Security/PermissionSet/Factory/PermissionSet.php
src/Security/TwoFactor/Collection/TrustedBrowsers.php
src/Security/TwoFactor/Factory/TrustedBrowser.php
src/Security/TwoFactor/Model/TrustedBrowser.php
src/Security/TwoFactor/Repository/TrustedBrowser.php