Add license info at Friendica classes
authornupplaPhil <admin+github@philipp.info>
Sun, 9 Feb 2020 14:45:36 +0000 (15:45 +0100)
committernupplaPhil <admin+github@philipp.info>
Sun, 9 Feb 2020 14:45:36 +0000 (15:45 +0100)
commit23c64b9a119c5df9f985ad4c62ef6fb79d68bee3
treeb46cc58b7da910765ae24c53c50cda8f9fec6d43
parent16acf1db95f2154586027443f6bade39d32f9537
Add license info at Friendica classes
430 files changed:
src/BaseCollection.php
src/BaseEntity.php
src/BaseFactory.php
src/BaseModel.php
src/BaseModule.php
src/BaseRepository.php
src/Collection/Api/Mastodon/Emojis.php
src/Collection/Api/Mastodon/Fields.php
src/Collection/Api/Notifications.php
src/Collection/FSuggests.php
src/Collection/Introductions.php
src/Collection/Notifies.php
src/Collection/PermissionSets.php
src/Collection/ProfileFields.php
src/Console/ArchiveContact.php
src/Console/AutomaticInstallation.php
src/Console/Cache.php
src/Console/Config.php
src/Console/CreateDoxygen.php
src/Console/DatabaseStructure.php
src/Console/DocBloxErrorChecker.php
src/Console/Extract.php
src/Console/GlobalCommunityBlock.php
src/Console/GlobalCommunitySilence.php
src/Console/Lock.php
src/Console/Maintenance.php
src/Console/NewPassword.php
src/Console/PhpToPo.php
src/Console/PoToPhp.php
src/Console/PostUpdate.php
src/Console/ServerBlock.php
src/Console/Storage.php
src/Console/Typo.php
src/Content/ContactSelector.php
src/Content/Feature.php
src/Content/ForumManager.php
src/Content/Item.php
src/Content/Nav.php
src/Content/OEmbed.php
src/Content/Pager.php
src/Content/Smilies.php
src/Content/Text/BBCode.php
src/Content/Text/BBCode/Video.php
src/Content/Text/HTML.php
src/Content/Text/Markdown.php
src/Content/Text/MarkdownParser.php
src/Content/Text/Plaintext.php
src/Content/Widget.php
src/Content/Widget/SavedSearches.php
src/Content/Widget/TrendingTags.php
src/Core/ACL.php
src/Core/Addon.php
src/Core/BaseCache.php
src/Core/BaseConfig.php
src/Core/BaseLock.php
src/Core/BasePConfig.php
src/Core/Cache/APCuCache.php
src/Core/Cache/ArrayCache.php
src/Core/Cache/DatabaseCache.php
src/Core/Cache/Duration.php
src/Core/Cache/ICache.php
src/Core/Cache/IMemoryCache.php
src/Core/Cache/MemcacheCache.php
src/Core/Cache/MemcachedCache.php
src/Core/Cache/ProfilerCache.php
src/Core/Cache/RedisCache.php
src/Core/Cache/TraitCompareDelete.php
src/Core/Cache/TraitCompareSet.php
src/Core/Cache/TraitMemcacheCommand.php
src/Core/Cache/Type.php
src/Core/Config/Cache.php
src/Core/Config/IConfig.php
src/Core/Config/JitConfig.php
src/Core/Config/PreloadConfig.php
src/Core/Console.php
src/Core/Hook.php
src/Core/Installer.php
src/Core/L10n.php
src/Core/Lock/CacheLock.php
src/Core/Lock/DatabaseLock.php
src/Core/Lock/ILock.php
src/Core/Lock/SemaphoreLock.php
src/Core/Lock/Type.php
src/Core/Logger.php
src/Core/PConfig/Cache.php
src/Core/PConfig/IPConfig.php
src/Core/PConfig/JitPConfig.php
src/Core/PConfig/PreloadPConfig.php
src/Core/Process.php
src/Core/Protocol.php
src/Core/Renderer.php
src/Core/Search.php
src/Core/Session.php
src/Core/Session/AbstractSession.php
src/Core/Session/Handler/Cache.php
src/Core/Session/Handler/Database.php
src/Core/Session/ISession.php
src/Core/Session/Memory.php
src/Core/Session/Native.php
src/Core/StorageManager.php
src/Core/System.php
src/Core/Theme.php
src/Core/Update.php
src/Core/UserImport.php
src/Core/Worker.php
src/DI.php
src/Database/DBA.php
src/Database/DBStructure.php
src/Database/Database.php
src/Database/PostUpdate.php
src/Factory/Api/Mastodon/Account.php
src/Factory/Api/Mastodon/Emoji.php
src/Factory/Api/Mastodon/Field.php
src/Factory/Api/Mastodon/FollowRequest.php
src/Factory/Api/Mastodon/Relationship.php
src/Factory/CacheFactory.php
src/Factory/ConfigFactory.php
src/Factory/LockFactory.php
src/Factory/LoggerFactory.php
src/Factory/Notification/Introduction.php
src/Factory/Notification/Notification.php
src/Factory/SessionFactory.php
src/LegacyModule.php
src/Model/APContact.php
src/Model/Attach.php
src/Model/Config/Config.php
src/Model/Config/DbaConfig.php
src/Model/Config/PConfig.php
src/Model/Contact.php
src/Model/Conversation.php
src/Model/Event.php
src/Model/FSuggest.php
src/Model/FileTag.php
src/Model/GContact.php
src/Model/GServer.php
src/Model/Group.php
src/Model/Introduction.php
src/Model/Item.php
src/Model/ItemContent.php
src/Model/ItemDeliveryData.php
src/Model/ItemURI.php
src/Model/Mail.php
src/Model/Nodeinfo.php
src/Model/Notify.php
src/Model/Notify/ObjectType.php
src/Model/Notify/Type.php
src/Model/OpenWebAuthToken.php
src/Model/PermissionSet.php
src/Model/Photo.php
src/Model/Process.php
src/Model/Profile.php
src/Model/ProfileField.php
src/Model/PushSubscriber.php
src/Model/Register.php
src/Model/Search.php
src/Model/Storage/AbstractStorage.php
src/Model/Storage/Database.php
src/Model/Storage/Filesystem.php
src/Model/Storage/IStorage.php
src/Model/Storage/StorageException.php
src/Model/Storage/SystemResource.php
src/Model/Term.php
src/Model/TwoFactor/AppSpecificPassword.php
src/Model/TwoFactor/RecoveryCode.php
src/Model/User.php
src/Model/User/Cookie.php
src/Model/UserItem.php
src/Module/AccountManagementControlDocument.php
src/Module/Acctlink.php
src/Module/Admin/Addons/Details.php
src/Module/Admin/Addons/Index.php
src/Module/Admin/Blocklist/Contact.php
src/Module/Admin/Blocklist/Server.php
src/Module/Admin/DBSync.php
src/Module/Admin/Features.php
src/Module/Admin/Federation.php
src/Module/Admin/Item/Delete.php
src/Module/Admin/Item/Source.php
src/Module/Admin/Logs/Settings.php
src/Module/Admin/Logs/View.php
src/Module/Admin/PhpInfo.php
src/Module/Admin/Queue.php
src/Module/Admin/Site.php
src/Module/Admin/Summary.php
src/Module/Admin/Themes/Details.php
src/Module/Admin/Themes/Embed.php
src/Module/Admin/Themes/Index.php
src/Module/Admin/Tos.php
src/Module/Admin/Users.php
src/Module/AllFriends.php
src/Module/Api/Friendica/Profile/Show.php
src/Module/Api/Mastodon/CustomEmojis.php
src/Module/Api/Mastodon/FollowRequests.php
src/Module/Api/Mastodon/Instance.php
src/Module/Api/Mastodon/Instance/Peers.php
src/Module/Apps.php
src/Module/BaseAdmin.php
src/Module/BaseApi.php
src/Module/BaseNotifications.php
src/Module/BaseProfile.php
src/Module/BaseSearch.php
src/Module/BaseSettings.php
src/Module/Bookmarklet.php
src/Module/Contact.php
src/Module/Contact/Advanced.php
src/Module/Contact/Hovercard.php
src/Module/Credits.php
src/Module/Debug/Babel.php
src/Module/Debug/Feed.php
src/Module/Debug/ItemBody.php
src/Module/Debug/Localtime.php
src/Module/Debug/Probe.php
src/Module/Debug/WebFinger.php
src/Module/Delegation.php
src/Module/Diaspora/Fetch.php
src/Module/Diaspora/Receive.php
src/Module/Directory.php
src/Module/Feed.php
src/Module/Filer/RemoveTag.php
src/Module/Filer/SaveTag.php
src/Module/FriendSuggest.php
src/Module/Friendica.php
src/Module/HTTPException/MethodNotAllowed.php
src/Module/HTTPException/PageNotFound.php
src/Module/Help.php
src/Module/Home.php
src/Module/HoverCard.php
src/Module/Install.php
src/Module/Invite.php
src/Module/Item/Compose.php
src/Module/Item/Ignore.php
src/Module/Like.php
src/Module/Maintenance.php
src/Module/Manifest.php
src/Module/NoScrape.php
src/Module/NodeInfo.php
src/Module/Notifications/Introductions.php
src/Module/Notifications/Notification.php
src/Module/Notifications/Notifications.php
src/Module/Oembed.php
src/Module/OpenSearch.php
src/Module/Pinned.php
src/Module/Profile/Contacts.php
src/Module/Profile/Index.php
src/Module/Profile/Profile.php
src/Module/Profile/Status.php
src/Module/PublicRSAKey.php
src/Module/RandomProfile.php
src/Module/ReallySimpleDiscovery.php
src/Module/Register.php
src/Module/RobotsTxt.php
src/Module/Search/Acl.php
src/Module/Search/Directory.php
src/Module/Search/Index.php
src/Module/Search/Saved.php
src/Module/Security/OpenID.php
src/Module/Security/TwoFactor/Recovery.php
src/Module/Security/TwoFactor/Verify.php
src/Module/Settings/Delegation.php
src/Module/Settings/Profile/Index.php
src/Module/Settings/Profile/Photo/Crop.php
src/Module/Settings/Profile/Photo/Index.php
src/Module/Settings/TwoFactor/AppSpecific.php
src/Module/Settings/TwoFactor/Index.php
src/Module/Settings/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/Verify.php
src/Module/Smilies.php
src/Module/Special/HTTPException.php
src/Module/Starred.php
src/Module/Statistics.php
src/Module/Theme.php
src/Module/ThemeDetails.php
src/Module/ToggleMobile.php
src/Module/Update/Profile.php
src/Module/Welcome.php
src/Module/WellKnown/HostMeta.php
src/Module/WellKnown/NodeInfo.php
src/Module/WellKnown/XSocialRelay.php
src/Module/Worker.php
src/Module/Xrd.php
src/Network/CurlResult.php
src/Network/HTTPException/AcceptedException.php
src/Network/HTTPException/BadGatewayException.php
src/Network/HTTPException/BadRequestException.php
src/Network/HTTPException/ConflictException.php
src/Network/HTTPException/ExpectationFailedException.php
src/Network/HTTPException/ForbiddenException.php
src/Network/HTTPException/GatewayTimeoutException.php
src/Network/HTTPException/GoneException.php
src/Network/HTTPException/ImATeapotException.php
src/Network/HTTPException/InternalServerErrorException.php
src/Network/HTTPException/LenghtRequiredException.php
src/Network/HTTPException/MethodNotAllowedException.php
src/Network/HTTPException/NoContentException.php
src/Network/HTTPException/NonAcceptableException.php
src/Network/HTTPException/NotFoundException.php
src/Network/HTTPException/NotImplementedException.php
src/Network/HTTPException/OKException.php
src/Network/HTTPException/PreconditionFailedException.php
src/Network/HTTPException/ServiceUnavailableException.php
src/Network/HTTPException/TooManyRequestsException.php
src/Network/HTTPException/UnauthorizedException.php
src/Network/HTTPException/UnprocessableEntityException.php
src/Network/HTTPException/UnsupportedMediaTypeException.php
src/Object/Api/Friendica/Notification.php
src/Object/Api/Mastodon/Account.php
src/Object/Api/Mastodon/Emoji.php
src/Object/Api/Mastodon/Field.php
src/Object/Api/Mastodon/FollowRequest.php
src/Object/Api/Mastodon/Instance.php
src/Object/Api/Mastodon/Relationship.php
src/Object/Api/Mastodon/Stats.php
src/Object/EMail/IEmail.php
src/Object/EMail/ItemCCEMail.php
src/Object/Email.php
src/Object/Notification/Introduction.php
src/Object/Notification/Notification.php
src/Object/OEmbed.php
src/Object/Search/ContactResult.php
src/Object/Search/IResult.php
src/Object/Search/ResultList.php
src/Protocol/Activity.php
src/Protocol/Activity/ObjectType.php
src/Protocol/ActivityNamespace.php
src/Repository/FSuggest.php
src/Repository/Introduction.php
src/Repository/Notify.php
src/Repository/PermissionSet.php
src/Repository/ProfileField.php
src/Util/ACLFormatter.php
src/Util/BasePath.php
src/Util/ConfigFileLoader.php
src/Util/EMailer/MailBuilder.php
src/Util/EMailer/NotifyMailBuilder.php
src/Util/EMailer/SystemMailBuilder.php
src/Util/FileSystem.php
src/Util/Images.php
src/Util/Introspection.php
src/Util/LDSignature.php
src/Util/Logger/AbstractLogger.php
src/Util/Logger/Monolog/DevelopHandler.php
src/Util/Logger/Monolog/IntrospectionProcessor.php
src/Util/Logger/ProfilerLogger.php
src/Util/Logger/StreamLogger.php
src/Util/Logger/SyslogLogger.php
src/Util/Logger/VoidLogger.php
src/Util/Logger/WorkerLogger.php
src/Util/Profiler.php
src/Util/Proxy.php
src/Worker/TagUpdate.php
tests/MockedTest.php
tests/Util/AppMockTrait.php
tests/Util/DBAMockTrait.php
tests/Util/DBStructureMockTrait.php
tests/Util/Database/ExtendedPDO.php
tests/Util/Database/StaticDatabase.php
tests/Util/DateTimeFormatMockTrait.php
tests/Util/DbaCacheMockTrait.php
tests/Util/DbaLockMockTrait.php
tests/Util/Intercept.php
tests/Util/RendererMockTrait.php
tests/Util/SampleMailBuilder.php
tests/Util/SampleStorageBackend.php
tests/Util/StaticCookie.php
tests/Util/VFSTrait.php
tests/functional/DependencyCheckTest.php
tests/src/App/ArgumentsTest.php
tests/src/App/ModeTest.php
tests/src/App/ModuleTest.php
tests/src/App/RouterTest.php
tests/src/Console/AutomaticInstallationConsoleTest.php
tests/src/Console/ConfigConsoleTest.php
tests/src/Console/ConsoleTest.php
tests/src/Console/LockConsoleTest.php
tests/src/Console/ServerBlockConsoleTest.php
tests/src/Content/ItemTest.php
tests/src/Content/Text/BBCode/VideoTest.php
tests/src/Content/Text/BBCodeTest.php
tests/src/Content/Text/HTMLTest.php
tests/src/Content/Text/MarkdownTest.php
tests/src/Core/Cache/APCuCacheTest.php
tests/src/Core/Cache/ArrayCacheTest.php
tests/src/Core/Cache/CacheTest.php
tests/src/Core/Cache/DatabaseCacheTest.php
tests/src/Core/Cache/MemcacheCacheTest.php
tests/src/Core/Cache/MemcachedCacheTest.php
tests/src/Core/Cache/MemoryCacheTest.php
tests/src/Core/Cache/RedisCacheTest.php
tests/src/Core/Config/CacheTest.php
tests/src/Core/Config/ConfigTest.php
tests/src/Core/Config/JitConfigTest.php
tests/src/Core/Config/PreloadConfigTest.php
tests/src/Core/L10nTest.php
tests/src/Core/Lock/APCuCacheLockTest.php
tests/src/Core/Lock/ArrayCacheLockTest.php
tests/src/Core/Lock/DatabaseLockTest.php
tests/src/Core/Lock/LockTest.php
tests/src/Core/Lock/MemcacheCacheLockTest.php
tests/src/Core/Lock/MemcachedCacheLockTest.php
tests/src/Core/Lock/RedisCacheLockTest.php
tests/src/Core/Lock/SemaphoreLockTest.php
tests/src/Core/PConfig/CacheTest.php
tests/src/Core/PConfig/JitPConfigTest.php
tests/src/Core/PConfig/PConfigTest.php
tests/src/Core/PConfig/PreloadPConfigTest.php
tests/src/Core/StorageManagerTest.php
tests/src/Core/SystemTest.php
tests/src/Database/DBStructureTest.php
tests/src/Model/FileTagTest.php
tests/src/Model/Storage/DatabaseStorageTest.php
tests/src/Model/Storage/FilesystemStorageTest.php
tests/src/Model/Storage/StorageTest.php
tests/src/Model/User/CookieTest.php
tests/src/Model/UserTest.php
tests/src/Network/CurlResultTest.php
tests/src/Protocol/ActivityTest.php
tests/src/Util/ACLFormaterTest.php
tests/src/Util/Config/ConfigFileLoaderTest.php
tests/src/Util/DateTimeFormatTest.php
tests/src/Util/Emailer/MailBuilderTest.php
tests/src/Util/Emailer/SystemMailBuilderTest.php
tests/src/Util/Logger/AbstractLoggerTest.php
tests/src/Util/Logger/LoggerDataTrait.php
tests/src/Util/Logger/ProfilerLoggerTest.php
tests/src/Util/Logger/StreamLoggerTest.php
tests/src/Util/Logger/SyslogLoggerTest.php
tests/src/Util/Logger/SyslogLoggerWrapper.php
tests/src/Util/Logger/VoidLoggerTest.php
tests/src/Util/Logger/WorkerLoggerTest.php
tests/src/Util/ProfilerTest.php