]> git.mxchange.org Git - friendica.git/commit
Add missing copyright text
authorBalázs Úr <balazs@urbalazs.hu>
Sun, 2 Jan 2022 09:49:50 +0000 (10:49 +0100)
committerBalázs Úr <balazs@urbalazs.hu>
Sun, 2 Jan 2022 09:49:50 +0000 (10:49 +0100)
commit733f3de9ed0955035898646972ae18cbff5b45d3
treee54e56d930c599b165d5165fd97ea27c78246f92
parent322b7c856ca9ba53bd9c7da50dd5c1e3c9197d56
Add missing copyright text
57 files changed:
src/Capabilities/ICanCreateFromTableRow.php
src/Capabilities/ICanCreateResponses.php
src/Capabilities/ICanHandleRequests.php
src/Collection/Api/Mastodon/Mentions.php
src/Console/Addon.php
src/Contact/LocalRelationship/Exception/LocalRelationshipPersistenceException.php
src/Content/Text/HTMLPurifier_URIScheme_cid.php
src/Core/Cache/Exception/CachePersistenceException.php
src/Core/Cache/Exception/InvalidCacheDriverException.php
src/Core/Config/Exception/ConfigFileException.php
src/Core/Config/Exception/ConfigPersistenceException.php
src/Core/Config/Util/ValueConversion.php
src/Core/Lock/Exception/InvalidLockDriverException.php
src/Core/Lock/Exception/LockPersistenceException.php
src/Core/Logger/Exception/LogLevelException.php
src/Core/Logger/Exception/LoggerArgumentException.php
src/Core/Logger/Exception/LoggerException.php
src/Core/PConfig/Exception/PConfigPersistenceException.php
src/Database/DatabaseException.php
src/Model/Log/ParsedLogIterator.php
src/Module/Api/ApiResponse.php
src/Module/Contact/Contacts.php
src/Module/Contact/Poke.php
src/Module/Conversation/Network.php
src/Module/Events/Json.php
src/Module/FollowConfirm.php
src/Module/PermissionTooltip.php
src/Module/Response.php
src/Module/Search/Filed.php
src/Module/Settings/TwoFactor/Trusted.php
src/Module/Update/Network.php
src/Navigation/Notifications/Entity/Notification.php
src/Navigation/Notifications/Entity/Notify.php
src/Navigation/Notifications/Exception/NotificationCreationInterceptedException.php
src/Navigation/Notifications/Exception/UnexpectedNotificationTypeException.php
src/Navigation/Notifications/Factory/Notification.php
src/Navigation/Notifications/Factory/Notify.php
src/Navigation/Notifications/Repository/Notification.php
src/Navigation/Notifications/Repository/Notify.php
src/Network/HTTPClient/Capability/ICanHandleHttpResponses.php
src/Network/HTTPClient/Client/HttpClientOptions.php
src/Network/HTTPClient/Factory/HttpClient.php
src/Network/HTTPClient/Response/GuzzleResponse.php
src/Object/Log/ParsedLogLine.php
src/Security/OAuth1/OAuthConsumer.php
src/Security/OAuth1/OAuthDataStore.php
src/Security/OAuth1/OAuthException.php
src/Security/OAuth1/OAuthRequest.php
src/Security/OAuth1/OAuthToken.php
src/Security/OAuth1/OAuthUtil.php
src/Security/OAuth1/Signature/OAuthSignatureMethod.php
src/Security/OAuth1/Signature/OAuthSignatureMethod_HMAC_SHA1.php
src/Security/OAuth1/Signature/OAuthSignatureMethod_PLAINTEXT.php
src/Security/OAuth1/Signature/OAuthSignatureMethod_RSA_SHA1.php
src/Security/PermissionSet/Exception/PermissionSetNotFoundException.php
src/Security/PermissionSet/Exception/PermissionSetPersistenceException.php
src/Util/ReversedFileReader.php