]> git.mxchange.org Git - friendica.git/commitdiff
Happy New Year 2023!
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 1 Jan 2023 14:36:24 +0000 (09:36 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 1 Jan 2023 14:36:24 +0000 (09:36 -0500)
1139 files changed:
bin/auth_ejabberd.php
bin/console.php
bin/daemon.php
bin/testargs.php
bin/wait-for-connection
bin/worker.php
index.php
mod/item.php
mod/lostpass.php
mod/message.php
mod/notes.php
mod/oexchange.php
mod/photos.php
mod/update_contact.php
mod/update_notes.php
mods/fpostit/fpostit.php
src/App.php
src/App/Arguments.php
src/App/BaseURL.php
src/App/Mode.php
src/App/Page.php
src/App/Request.php
src/App/Router.php
src/BaseCollection.php
src/BaseDataTransferObject.php
src/BaseEntity.php
src/BaseFactory.php
src/BaseModel.php
src/BaseModule.php
src/BaseRepository.php
src/Capabilities/ICanCreateFromTableRow.php
src/Capabilities/ICanCreateResponses.php
src/Capabilities/ICanHandleRequests.php
src/Collection/Api/Mastodon/Emojis.php
src/Collection/Api/Mastodon/Fields.php
src/Collection/Api/Mastodon/Mentions.php
src/Collection/Api/Notifications.php
src/Console/Addon.php
src/Console/ArchiveContact.php
src/Console/AutomaticInstallation.php
src/Console/Cache.php
src/Console/Config.php
src/Console/Contact.php
src/Console/CreateDoxygen.php
src/Console/DatabaseStructure.php
src/Console/DocBloxErrorChecker.php
src/Console/Extract.php
src/Console/FixAPDeliveryWorkerTaskParameters.php
src/Console/GlobalCommunityBlock.php
src/Console/GlobalCommunitySilence.php
src/Console/Lock.php
src/Console/Maintenance.php
src/Console/MergeContacts.php
src/Console/MoveToAvatarCache.php
src/Console/PhpToPo.php
src/Console/PoToPhp.php
src/Console/PostUpdate.php
src/Console/Relay.php
src/Console/Relocate.php
src/Console/ServerBlock.php
src/Console/Storage.php
src/Console/Test.php
src/Console/Typo.php
src/Console/User.php
src/Contact/Avatar.php
src/Contact/FriendSuggest/Collection/FriendSuggests.php
src/Contact/FriendSuggest/Entity/FriendSuggest.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/Entity/Introduction.php
src/Contact/Introduction/Exception/IntroductionNotFoundException.php
src/Contact/Introduction/Exception/IntroductionPersistenceException.php
src/Contact/Introduction/Factory/Introduction.php
src/Contact/Introduction/Repository/Introduction.php
src/Contact/LocalRelationship/Entity/LocalRelationship.php
src/Contact/LocalRelationship/Exception/LocalRelationshipPersistenceException.php
src/Contact/LocalRelationship/Factory/LocalRelationship.php
src/Contact/LocalRelationship/Repository/LocalRelationship.php
src/Content/BoundariesPager.php
src/Content/ContactSelector.php
src/Content/Conversation.php
src/Content/Feature.php
src/Content/ForumManager.php
src/Content/Item.php
src/Content/Nav.php
src/Content/OEmbed.php
src/Content/PageInfo.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/HTMLPurifier_URIScheme_cid.php
src/Content/Text/Markdown.php
src/Content/Text/MarkdownParser.php
src/Content/Text/Plaintext.php
src/Content/Widget.php
src/Content/Widget/CalendarExport.php
src/Content/Widget/ContactBlock.php
src/Content/Widget/SavedSearches.php
src/Content/Widget/TagCloud.php
src/Content/Widget/TrendingTags.php
src/Content/Widget/VCard.php
src/Core/ACL.php
src/Core/Addon.php
src/Core/Cache/Capability/ICanCache.php
src/Core/Cache/Capability/ICanCacheInMemory.php
src/Core/Cache/Enum/Duration.php
src/Core/Cache/Enum/Type.php
src/Core/Cache/Exception/CachePersistenceException.php
src/Core/Cache/Exception/InvalidCacheDriverException.php
src/Core/Cache/Factory/Cache.php
src/Core/Cache/Type/APCuCache.php
src/Core/Cache/Type/AbstractCache.php
src/Core/Cache/Type/ArrayCache.php
src/Core/Cache/Type/CompareDeleteTrait.php
src/Core/Cache/Type/CompareSetTrait.php
src/Core/Cache/Type/DatabaseCache.php
src/Core/Cache/Type/MemcacheCache.php
src/Core/Cache/Type/MemcacheCommandTrait.php
src/Core/Cache/Type/MemcachedCache.php
src/Core/Cache/Type/ProfilerCacheDecorator.php
src/Core/Cache/Type/RedisCache.php
src/Core/Config/Capability/IManageConfigValues.php
src/Core/Config/Exception/ConfigFileException.php
src/Core/Config/Exception/ConfigPersistenceException.php
src/Core/Config/Factory/Config.php
src/Core/Config/Repository/Config.php
src/Core/Config/Type/AbstractConfig.php
src/Core/Config/Type/JitConfig.php
src/Core/Config/Type/PreloadConfig.php
src/Core/Config/Util/ConfigFileLoader.php
src/Core/Config/Util/ValueConversion.php
src/Core/Config/ValueObject/Cache.php
src/Core/Console.php
src/Core/Hook.php
src/Core/Installer.php
src/Core/KeyValueStorage/Capabilities/IManageKeyValuePairs.php
src/Core/KeyValueStorage/Exceptions/KeyValueStoragePersistenceException.php
src/Core/KeyValueStorage/Type/AbstractKeyValueStorage.php
src/Core/KeyValueStorage/Type/DBKeyValueStorage.php
src/Core/L10n.php
src/Core/Lock/Capability/ICanLock.php
src/Core/Lock/Enum/Type.php
src/Core/Lock/Exception/InvalidLockDriverException.php
src/Core/Lock/Exception/LockPersistenceException.php
src/Core/Lock/Factory/Lock.php
src/Core/Lock/Type/AbstractLock.php
src/Core/Lock/Type/CacheLock.php
src/Core/Lock/Type/DatabaseLock.php
src/Core/Lock/Type/SemaphoreLock.php
src/Core/Logger.php
src/Core/Logger/Capabilities/IHaveCallIntrospections.php
src/Core/Logger/Exception/LogLevelException.php
src/Core/Logger/Exception/LoggerArgumentException.php
src/Core/Logger/Exception/LoggerException.php
src/Core/Logger/Factory/Logger.php
src/Core/Logger/Handler/ErrorHandler.php
src/Core/Logger/Type/AbstractLogger.php
src/Core/Logger/Type/ProfilerLogger.php
src/Core/Logger/Type/StreamLogger.php
src/Core/Logger/Type/SyslogLogger.php
src/Core/Logger/Type/WorkerLogger.php
src/Core/Logger/Util/Introspection.php
src/Core/PConfig/Capability/IManagePersonalConfigValues.php
src/Core/PConfig/Exception/PConfigPersistenceException.php
src/Core/PConfig/Factory/PConfig.php
src/Core/PConfig/Repository/PConfig.php
src/Core/PConfig/Type/AbstractPConfigValues.php
src/Core/PConfig/Type/JitPConfig.php
src/Core/PConfig/Type/PreloadPConfig.php
src/Core/PConfig/ValueObject/Cache.php
src/Core/Protocol.php
src/Core/Renderer.php
src/Core/Search.php
src/Core/Session/Capability/IHandleSessions.php
src/Core/Session/Capability/IHandleUserSessions.php
src/Core/Session/Factory/Session.php
src/Core/Session/Handler/AbstractSessionHandler.php
src/Core/Session/Handler/Cache.php
src/Core/Session/Handler/Database.php
src/Core/Session/Model/UserSession.php
src/Core/Session/Type/AbstractSession.php
src/Core/Session/Type/ArraySession.php
src/Core/Session/Type/Memory.php
src/Core/Session/Type/Native.php
src/Core/Storage/Capability/ICanConfigureStorage.php
src/Core/Storage/Capability/ICanReadFromStorage.php
src/Core/Storage/Capability/ICanWriteToStorage.php
src/Core/Storage/Exception/InvalidClassStorageException.php
src/Core/Storage/Exception/ReferenceStorageException.php
src/Core/Storage/Exception/StorageException.php
src/Core/Storage/Repository/StorageManager.php
src/Core/Storage/Type/Database.php
src/Core/Storage/Type/ExternalResource.php
src/Core/Storage/Type/Filesystem.php
src/Core/Storage/Type/FilesystemConfig.php
src/Core/Storage/Type/SystemResource.php
src/Core/System.php
src/Core/Theme.php
src/Core/Update.php
src/Core/Worker.php
src/Core/Worker/Cron.php
src/Core/Worker/Daemon.php
src/Core/Worker/Entity/Process.php
src/Core/Worker/Exception/ProcessPersistenceException.php
src/Core/Worker/Factory/Process.php
src/Core/Worker/IPC.php
src/Core/Worker/Repository/Process.php
src/DI.php
src/Database/DBA.php
src/Database/DBStructure.php
src/Database/Database.php
src/Database/DatabaseException.php
src/Database/Definition/DbaDefinition.php
src/Database/Definition/ViewDefinition.php
src/Database/PostUpdate.php
src/Database/View.php
src/Factory/Api/Friendica/Activities.php
src/Factory/Api/Friendica/Group.php
src/Factory/Api/Friendica/Photo.php
src/Factory/Api/Mastodon/Account.php
src/Factory/Api/Mastodon/Application.php
src/Factory/Api/Mastodon/Attachment.php
src/Factory/Api/Mastodon/Card.php
src/Factory/Api/Mastodon/Conversation.php
src/Factory/Api/Mastodon/Emoji.php
src/Factory/Api/Mastodon/Error.php
src/Factory/Api/Mastodon/Field.php
src/Factory/Api/Mastodon/FollowRequest.php
src/Factory/Api/Mastodon/ListEntity.php
src/Factory/Api/Mastodon/Mention.php
src/Factory/Api/Mastodon/Notification.php
src/Factory/Api/Mastodon/Poll.php
src/Factory/Api/Mastodon/Relationship.php
src/Factory/Api/Mastodon/ScheduledStatus.php
src/Factory/Api/Mastodon/Status.php
src/Factory/Api/Mastodon/StatusSource.php
src/Factory/Api/Mastodon/Subscription.php
src/Factory/Api/Mastodon/Tag.php
src/Factory/Api/Twitter/Attachment.php
src/Factory/Api/Twitter/DirectMessage.php
src/Factory/Api/Twitter/Hashtag.php
src/Factory/Api/Twitter/Media.php
src/Factory/Api/Twitter/Mention.php
src/Factory/Api/Twitter/Status.php
src/Factory/Api/Twitter/Url.php
src/Factory/Api/Twitter/User.php
src/LegacyModule.php
src/Model/APContact.php
src/Model/APContact/Endpoint.php
src/Model/Attach.php
src/Model/Contact.php
src/Model/Contact/Group.php
src/Model/Contact/Introduction.php
src/Model/Contact/Relation.php
src/Model/Contact/User.php
src/Model/Conversation.php
src/Model/Event.php
src/Model/FileTag.php
src/Model/GServer.php
src/Model/Group.php
src/Model/Item.php
src/Model/ItemURI.php
src/Model/Log/ParsedLogIterator.php
src/Model/Mail.php
src/Model/Nodeinfo.php
src/Model/Notification/ObjectType.php
src/Model/Notification/Type.php
src/Model/OpenWebAuthToken.php
src/Model/Photo.php
src/Model/Post.php
src/Model/Post/Activity.php
src/Model/Post/Category.php
src/Model/Post/Collection.php
src/Model/Post/Content.php
src/Model/Post/Delayed.php
src/Model/Post/Delivery.php
src/Model/Post/DeliveryData.php
src/Model/Post/History.php
src/Model/Post/Link.php
src/Model/Post/Media.php
src/Model/Post/Question.php
src/Model/Post/QuestionOption.php
src/Model/Post/Thread.php
src/Model/Post/ThreadUser.php
src/Model/Post/User.php
src/Model/Post/UserNotification.php
src/Model/Profile.php
src/Model/PushSubscriber.php
src/Model/Register.php
src/Model/Search.php
src/Model/Subscription.php
src/Model/Tag.php
src/Model/User.php
src/Model/User/Cookie.php
src/Model/Verb.php
src/Moderation/DomainPatternBlocklist.php
src/Moderation/Entity/Report.php
src/Moderation/Factory/Report.php
src/Moderation/Repository/Report.php
src/Module/About.php
src/Module/AccountManagementControlDocument.php
src/Module/Acctlink.php
src/Module/ActivityPub/Featured.php
src/Module/ActivityPub/Followers.php
src/Module/ActivityPub/Following.php
src/Module/ActivityPub/Inbox.php
src/Module/ActivityPub/Objects.php
src/Module/ActivityPub/Outbox.php
src/Module/Admin/Addons/Details.php
src/Module/Admin/Addons/Index.php
src/Module/Admin/DBSync.php
src/Module/Admin/Features.php
src/Module/Admin/Federation.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/Storage.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/Api/ApiResponse.php
src/Module/Api/Friendica/Activity.php
src/Module/Api/Friendica/DirectMessages/Search.php
src/Module/Api/Friendica/DirectMessages/Setseen.php
src/Module/Api/Friendica/Events/Create.php
src/Module/Api/Friendica/Events/Delete.php
src/Module/Api/Friendica/Events/Index.php
src/Module/Api/Friendica/Group/Create.php
src/Module/Api/Friendica/Group/Delete.php
src/Module/Api/Friendica/Group/Show.php
src/Module/Api/Friendica/Group/Update.php
src/Module/Api/Friendica/Notification.php
src/Module/Api/Friendica/Notification/Seen.php
src/Module/Api/Friendica/Photo.php
src/Module/Api/Friendica/Photo/Create.php
src/Module/Api/Friendica/Photo/Delete.php
src/Module/Api/Friendica/Photo/Lists.php
src/Module/Api/Friendica/Photo/Update.php
src/Module/Api/Friendica/Photoalbum/Delete.php
src/Module/Api/Friendica/Photoalbum/Index.php
src/Module/Api/Friendica/Photoalbum/Show.php
src/Module/Api/Friendica/Photoalbum/Update.php
src/Module/Api/Friendica/Profile/Show.php
src/Module/Api/GNUSocial/GNUSocial/Config.php
src/Module/Api/GNUSocial/GNUSocial/Version.php
src/Module/Api/GNUSocial/Help/Test.php
src/Module/Api/GNUSocial/Statusnet/Conversation.php
src/Module/Api/Mastodon/Accounts.php
src/Module/Api/Mastodon/Accounts/Block.php
src/Module/Api/Mastodon/Accounts/FeaturedTags.php
src/Module/Api/Mastodon/Accounts/Follow.php
src/Module/Api/Mastodon/Accounts/Followers.php
src/Module/Api/Mastodon/Accounts/Following.php
src/Module/Api/Mastodon/Accounts/IdentityProofs.php
src/Module/Api/Mastodon/Accounts/Lists.php
src/Module/Api/Mastodon/Accounts/Mute.php
src/Module/Api/Mastodon/Accounts/Note.php
src/Module/Api/Mastodon/Accounts/Relationships.php
src/Module/Api/Mastodon/Accounts/Search.php
src/Module/Api/Mastodon/Accounts/Statuses.php
src/Module/Api/Mastodon/Accounts/Unblock.php
src/Module/Api/Mastodon/Accounts/Unfollow.php
src/Module/Api/Mastodon/Accounts/Unmute.php
src/Module/Api/Mastodon/Accounts/UpdateCredentials.php
src/Module/Api/Mastodon/Accounts/VerifyCredentials.php
src/Module/Api/Mastodon/Announcements.php
src/Module/Api/Mastodon/Apps.php
src/Module/Api/Mastodon/Apps/VerifyCredentials.php
src/Module/Api/Mastodon/Blocks.php
src/Module/Api/Mastodon/Bookmarks.php
src/Module/Api/Mastodon/Conversations.php
src/Module/Api/Mastodon/Conversations/Read.php
src/Module/Api/Mastodon/CustomEmojis.php
src/Module/Api/Mastodon/Directory.php
src/Module/Api/Mastodon/Endorsements.php
src/Module/Api/Mastodon/Favourited.php
src/Module/Api/Mastodon/Filters.php
src/Module/Api/Mastodon/FollowRequests.php
src/Module/Api/Mastodon/FollowedTags.php
src/Module/Api/Mastodon/Instance.php
src/Module/Api/Mastodon/Instance/Peers.php
src/Module/Api/Mastodon/Instance/Rules.php
src/Module/Api/Mastodon/Lists.php
src/Module/Api/Mastodon/Lists/Accounts.php
src/Module/Api/Mastodon/Markers.php
src/Module/Api/Mastodon/Media.php
src/Module/Api/Mastodon/Mutes.php
src/Module/Api/Mastodon/Notifications.php
src/Module/Api/Mastodon/Notifications/Clear.php
src/Module/Api/Mastodon/Notifications/Dismiss.php
src/Module/Api/Mastodon/Polls.php
src/Module/Api/Mastodon/Preferences.php
src/Module/Api/Mastodon/Proofs.php
src/Module/Api/Mastodon/PushSubscription.php
src/Module/Api/Mastodon/Reports.php
src/Module/Api/Mastodon/ScheduledStatuses.php
src/Module/Api/Mastodon/Search.php
src/Module/Api/Mastodon/Statuses.php
src/Module/Api/Mastodon/Statuses/Bookmark.php
src/Module/Api/Mastodon/Statuses/Card.php
src/Module/Api/Mastodon/Statuses/Context.php
src/Module/Api/Mastodon/Statuses/Favourite.php
src/Module/Api/Mastodon/Statuses/FavouritedBy.php
src/Module/Api/Mastodon/Statuses/Mute.php
src/Module/Api/Mastodon/Statuses/Pin.php
src/Module/Api/Mastodon/Statuses/Reblog.php
src/Module/Api/Mastodon/Statuses/RebloggedBy.php
src/Module/Api/Mastodon/Statuses/Source.php
src/Module/Api/Mastodon/Statuses/Unbookmark.php
src/Module/Api/Mastodon/Statuses/Unfavourite.php
src/Module/Api/Mastodon/Statuses/Unmute.php
src/Module/Api/Mastodon/Statuses/Unpin.php
src/Module/Api/Mastodon/Statuses/Unreblog.php
src/Module/Api/Mastodon/Suggestions.php
src/Module/Api/Mastodon/Tags.php
src/Module/Api/Mastodon/Tags/Follow.php
src/Module/Api/Mastodon/Tags/Unfollow.php
src/Module/Api/Mastodon/Timelines/Direct.php
src/Module/Api/Mastodon/Timelines/Home.php
src/Module/Api/Mastodon/Timelines/ListTimeline.php
src/Module/Api/Mastodon/Timelines/PublicTimeline.php
src/Module/Api/Mastodon/Timelines/Tag.php
src/Module/Api/Mastodon/Trends/Links.php
src/Module/Api/Mastodon/Trends/Statuses.php
src/Module/Api/Mastodon/Trends/Tags.php
src/Module/Api/Mastodon/Unimplemented.php
src/Module/Api/Twitter/Account/RateLimitStatus.php
src/Module/Api/Twitter/Account/UpdateProfile.php
src/Module/Api/Twitter/Account/UpdateProfileImage.php
src/Module/Api/Twitter/Account/VerifyCredentials.php
src/Module/Api/Twitter/Blocks/Ids.php
src/Module/Api/Twitter/Blocks/Lists.php
src/Module/Api/Twitter/ContactEndpoint.php
src/Module/Api/Twitter/DirectMessages/All.php
src/Module/Api/Twitter/DirectMessages/Conversation.php
src/Module/Api/Twitter/DirectMessages/Destroy.php
src/Module/Api/Twitter/DirectMessages/Inbox.php
src/Module/Api/Twitter/DirectMessages/NewDM.php
src/Module/Api/Twitter/DirectMessages/Sent.php
src/Module/Api/Twitter/DirectMessagesEndpoint.php
src/Module/Api/Twitter/Favorites.php
src/Module/Api/Twitter/Favorites/Create.php
src/Module/Api/Twitter/Favorites/Destroy.php
src/Module/Api/Twitter/Followers/Ids.php
src/Module/Api/Twitter/Followers/Lists.php
src/Module/Api/Twitter/Friends/Ids.php
src/Module/Api/Twitter/Friends/Lists.php
src/Module/Api/Twitter/Friendships/Destroy.php
src/Module/Api/Twitter/Friendships/Incoming.php
src/Module/Api/Twitter/Friendships/Show.php
src/Module/Api/Twitter/Lists/Create.php
src/Module/Api/Twitter/Lists/Destroy.php
src/Module/Api/Twitter/Lists/Lists.php
src/Module/Api/Twitter/Lists/Ownership.php
src/Module/Api/Twitter/Lists/Statuses.php
src/Module/Api/Twitter/Lists/Update.php
src/Module/Api/Twitter/Media/Metadata/Create.php
src/Module/Api/Twitter/Media/Upload.php
src/Module/Api/Twitter/SavedSearches.php
src/Module/Api/Twitter/Search/Tweets.php
src/Module/Api/Twitter/Statuses/Destroy.php
src/Module/Api/Twitter/Statuses/HomeTimeline.php
src/Module/Api/Twitter/Statuses/Mentions.php
src/Module/Api/Twitter/Statuses/NetworkPublicTimeline.php
src/Module/Api/Twitter/Statuses/PublicTimeline.php
src/Module/Api/Twitter/Statuses/Retweet.php
src/Module/Api/Twitter/Statuses/Show.php
src/Module/Api/Twitter/Statuses/Update.php
src/Module/Api/Twitter/Statuses/UserTimeline.php
src/Module/Api/Twitter/Users/Lookup.php
src/Module/Api/Twitter/Users/Search.php
src/Module/Api/Twitter/Users/Show.php
src/Module/Apps.php
src/Module/Attach.php
src/Module/BaseAdmin.php
src/Module/BaseApi.php
src/Module/BaseModeration.php
src/Module/BaseNotifications.php
src/Module/BaseProfile.php
src/Module/BaseSearch.php
src/Module/BaseSettings.php
src/Module/Blocklist/Domain/Download.php
src/Module/Bookmarklet.php
src/Module/Calendar/Event/API.php
src/Module/Calendar/Event/Form.php
src/Module/Calendar/Event/Get.php
src/Module/Calendar/Event/Show.php
src/Module/Calendar/Export.php
src/Module/Calendar/Show.php
src/Module/Contact.php
src/Module/Contact/Advanced.php
src/Module/Contact/Contacts.php
src/Module/Contact/Conversations.php
src/Module/Contact/Follow.php
src/Module/Contact/Hovercard.php
src/Module/Contact/MatchInterests.php
src/Module/Contact/Media.php
src/Module/Contact/Posts.php
src/Module/Contact/Profile.php
src/Module/Contact/Redir.php
src/Module/Contact/Revoke.php
src/Module/Contact/Suggestions.php
src/Module/Contact/Unfollow.php
src/Module/Conversation/Community.php
src/Module/Conversation/Network.php
src/Module/Credits.php
src/Module/DFRN/Notify.php
src/Module/DFRN/Poll.php
src/Module/Debug/ActivityPubConversion.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/FollowConfirm.php
src/Module/FriendSuggest.php
src/Module/Friendica.php
src/Module/Group.php
src/Module/HCard.php
src/Module/HTTPException/MethodNotAllowed.php
src/Module/HTTPException/PageNotFound.php
src/Module/Hashtag.php
src/Module/Help.php
src/Module/Home.php
src/Module/Install.php
src/Module/Invite.php
src/Module/Item/Activity.php
src/Module/Item/Compose.php
src/Module/Item/Display.php
src/Module/Item/Feed.php
src/Module/Item/Follow.php
src/Module/Item/Ignore.php
src/Module/Item/Pin.php
src/Module/Item/Star.php
src/Module/Magic.php
src/Module/Maintenance.php
src/Module/Manifest.php
src/Module/Media/Attachment/Browser.php
src/Module/Media/Attachment/Upload.php
src/Module/Media/Photo/Browser.php
src/Module/Media/Photo/Upload.php
src/Module/Moderation/BaseUsers.php
src/Module/Moderation/Blocklist/Contact.php
src/Module/Moderation/Blocklist/Server/Add.php
src/Module/Moderation/Blocklist/Server/Import.php
src/Module/Moderation/Blocklist/Server/Index.php
src/Module/Moderation/Item/Delete.php
src/Module/Moderation/Item/Source.php
src/Module/Moderation/Summary.php
src/Module/Moderation/Users/Active.php
src/Module/Moderation/Users/Blocked.php
src/Module/Moderation/Users/Create.php
src/Module/Moderation/Users/Deleted.php
src/Module/Moderation/Users/Index.php
src/Module/Moderation/Users/Pending.php
src/Module/NoScrape.php
src/Module/NodeInfo110.php
src/Module/NodeInfo120.php
src/Module/NodeInfo210.php
src/Module/Notifications/Introductions.php
src/Module/Notifications/Notification.php
src/Module/Notifications/Notifications.php
src/Module/Notifications/Ping.php
src/Module/OAuth/Acknowledge.php
src/Module/OAuth/Authorize.php
src/Module/OAuth/Revoke.php
src/Module/OAuth/Token.php
src/Module/OStatus/PubSub.php
src/Module/OStatus/PubSubHubBub.php
src/Module/OStatus/Repair.php
src/Module/OStatus/Salmon.php
src/Module/OStatus/Subscribe.php
src/Module/Oembed.php
src/Module/OpenSearch.php
src/Module/Owa.php
src/Module/ParseUrl.php
src/Module/PermissionTooltip.php
src/Module/Photo.php
src/Module/Post/Edit.php
src/Module/Post/Share.php
src/Module/Post/Tag/Add.php
src/Module/Post/Tag/Remove.php
src/Module/Profile/Common.php
src/Module/Profile/Contacts.php
src/Module/Profile/Index.php
src/Module/Profile/Media.php
src/Module/Profile/Photos.php
src/Module/Profile/Profile.php
src/Module/Profile/RemoteFollow.php
src/Module/Profile/Restricted.php
src/Module/Profile/Schedule.php
src/Module/Profile/Status.php
src/Module/Profile/UnkMail.php
src/Module/Proxy.php
src/Module/PublicRSAKey.php
src/Module/RandomProfile.php
src/Module/ReallySimpleDiscovery.php
src/Module/Register.php
src/Module/Response.php
src/Module/RobotsTxt.php
src/Module/Search/Acl.php
src/Module/Search/Directory.php
src/Module/Search/Filed.php
src/Module/Search/Index.php
src/Module/Search/Saved.php
src/Module/Search/Tags.php
src/Module/Security/Login.php
src/Module/Security/Logout.php
src/Module/Security/OpenID.php
src/Module/Security/PasswordTooLong.php
src/Module/Security/TwoFactor/Recovery.php
src/Module/Security/TwoFactor/SignOut.php
src/Module/Security/TwoFactor/Trust.php
src/Module/Security/TwoFactor/Verify.php
src/Module/Settings/Account.php
src/Module/Settings/Addons.php
src/Module/Settings/Connectors.php
src/Module/Settings/Delegation.php
src/Module/Settings/Display.php
src/Module/Settings/Features.php
src/Module/Settings/OAuth.php
src/Module/Settings/Profile/Index.php
src/Module/Settings/Profile/Photo/Crop.php
src/Module/Settings/Profile/Photo/Index.php
src/Module/Settings/RemoveMe.php
src/Module/Settings/TwoFactor/AppSpecific.php
src/Module/Settings/TwoFactor/Index.php
src/Module/Settings/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/Trusted.php
src/Module/Settings/TwoFactor/Verify.php
src/Module/Settings/UserExport.php
src/Module/Smilies.php
src/Module/Special/HTTPException.php
src/Module/Special/Options.php
src/Module/Statistics.php
src/Module/Theme.php
src/Module/ThemeDetails.php
src/Module/ToggleMobile.php
src/Module/Tos.php
src/Module/Update/Community.php
src/Module/Update/Display.php
src/Module/Update/Network.php
src/Module/Update/Profile.php
src/Module/User/Import.php
src/Module/User/PortableContacts.php
src/Module/Welcome.php
src/Module/WellKnown/HostMeta.php
src/Module/WellKnown/NodeInfo.php
src/Module/WellKnown/SecurityTxt.php
src/Module/WellKnown/XSocialRelay.php
src/Module/Xrd.php
src/Navigation/Notifications/Collection/FormattedNotifies.php
src/Navigation/Notifications/Collection/Notifications.php
src/Navigation/Notifications/Collection/Notifies.php
src/Navigation/Notifications/Entity/Notification.php
src/Navigation/Notifications/Entity/Notify.php
src/Navigation/Notifications/Exception/NoMessageException.php
src/Navigation/Notifications/Exception/NotificationCreationInterceptedException.php
src/Navigation/Notifications/Exception/UnexpectedNotificationTypeException.php
src/Navigation/Notifications/Factory/FormattedNavNotification.php
src/Navigation/Notifications/Factory/FormattedNotify.php
src/Navigation/Notifications/Factory/Introduction.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/Navigation/Notifications/ValueObject/FormattedNavNotification.php
src/Navigation/Notifications/ValueObject/FormattedNotify.php
src/Navigation/Notifications/ValueObject/Introduction.php
src/Navigation/SystemMessages.php
src/Network/HTTPClient/Capability/ICanHandleHttpResponses.php
src/Network/HTTPClient/Capability/ICanSendHttpRequests.php
src/Network/HTTPClient/Client/HttpClient.php
src/Network/HTTPClient/Client/HttpClientAccept.php
src/Network/HTTPClient/Client/HttpClientOptions.php
src/Network/HTTPClient/Factory/HttpClient.php
src/Network/HTTPClient/Response/CurlResult.php
src/Network/HTTPClient/Response/GuzzleResponse.php
src/Network/HTTPException.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/FoundException.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/MovedPermanentlyException.php
src/Network/HTTPException/NoContentException.php
src/Network/HTTPException/NonAcceptableException.php
src/Network/HTTPException/NotFoundException.php
src/Network/HTTPException/NotImplementedException.php
src/Network/HTTPException/NotModifiedException.php
src/Network/HTTPException/OKException.php
src/Network/HTTPException/PreconditionFailedException.php
src/Network/HTTPException/ServiceUnavailableException.php
src/Network/HTTPException/TemporaryRedirectException.php
src/Network/HTTPException/TooManyRequestsException.php
src/Network/HTTPException/UnauthorizedException.php
src/Network/HTTPException/UnprocessableEntityException.php
src/Network/HTTPException/UnsupportedMediaTypeException.php
src/Network/Probe.php
src/Object/Api/Friendica/Group.php
src/Object/Api/Friendica/Notification.php
src/Object/Api/Mastodon/Account.php
src/Object/Api/Mastodon/Activity.php
src/Object/Api/Mastodon/Application.php
src/Object/Api/Mastodon/Attachment.php
src/Object/Api/Mastodon/Card.php
src/Object/Api/Mastodon/Conversation.php
src/Object/Api/Mastodon/Emoji.php
src/Object/Api/Mastodon/Error.php
src/Object/Api/Mastodon/Field.php
src/Object/Api/Mastodon/FollowRequest.php
src/Object/Api/Mastodon/Instance.php
src/Object/Api/Mastodon/ListEntity.php
src/Object/Api/Mastodon/Mention.php
src/Object/Api/Mastodon/Notification.php
src/Object/Api/Mastodon/Poll.php
src/Object/Api/Mastodon/Preferences.php
src/Object/Api/Mastodon/Relationship.php
src/Object/Api/Mastodon/ScheduledStatus.php
src/Object/Api/Mastodon/Stats.php
src/Object/Api/Mastodon/Status.php
src/Object/Api/Mastodon/Status/Counts.php
src/Object/Api/Mastodon/Status/UserAttributes.php
src/Object/Api/Mastodon/StatusSource.php
src/Object/Api/Mastodon/Subscription.php
src/Object/Api/Mastodon/Tag.php
src/Object/Api/Mastodon/Token.php
src/Object/Api/Twitter/Attachment.php
src/Object/Api/Twitter/DirectMessage.php
src/Object/Api/Twitter/Hashtag.php
src/Object/Api/Twitter/Media.php
src/Object/Api/Twitter/Mention.php
src/Object/Api/Twitter/SavedSearch.php
src/Object/Api/Twitter/Status.php
src/Object/Api/Twitter/Url.php
src/Object/Api/Twitter/User.php
src/Object/EMail/IEmail.php
src/Object/EMail/ItemCCEMail.php
src/Object/Email.php
src/Object/Image.php
src/Object/Log/ParsedLogLine.php
src/Object/OEmbed.php
src/Object/Post.php
src/Object/Search/ContactResult.php
src/Object/Search/IResult.php
src/Object/Search/ResultList.php
src/Object/Thread.php
src/Profile/ProfileField/Collection/ProfileFields.php
src/Profile/ProfileField/Entity/ProfileField.php
src/Profile/ProfileField/Exception/ProfileFieldNotFoundException.php
src/Profile/ProfileField/Exception/ProfileFieldPersistenceException.php
src/Profile/ProfileField/Exception/UnexpectedPermissionSetException.php
src/Profile/ProfileField/Factory/ProfileField.php
src/Profile/ProfileField/Repository/ProfileField.php
src/Protocol/Activity.php
src/Protocol/Activity/ObjectType.php
src/Protocol/ActivityNamespace.php
src/Protocol/ActivityPub.php
src/Protocol/ActivityPub/Delivery.php
src/Protocol/ActivityPub/Fetch.php
src/Protocol/ActivityPub/Processor.php
src/Protocol/ActivityPub/Queue.php
src/Protocol/ActivityPub/Receiver.php
src/Protocol/ActivityPub/Transmitter.php
src/Protocol/DFRN.php
src/Protocol/Delivery.php
src/Protocol/Diaspora.php
src/Protocol/Diaspora/Entity/DiasporaContact.php
src/Protocol/Diaspora/Factory/DiasporaContact.php
src/Protocol/Diaspora/Repository/DiasporaContact.php
src/Protocol/Email.php
src/Protocol/Feed.php
src/Protocol/OStatus.php
src/Protocol/Relay.php
src/Protocol/Salmon.php
src/Protocol/Salmon/Format/Magic.php
src/Protocol/WebFingerUri.php
src/Render/FriendicaSmarty.php
src/Render/FriendicaSmartyEngine.php
src/Render/TemplateEngine.php
src/Security/Authentication.php
src/Security/BasicAuth.php
src/Security/ExAuth.php
src/Security/OAuth.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/Collection/PermissionSets.php
src/Security/PermissionSet/Entity/PermissionSet.php
src/Security/PermissionSet/Exception/PermissionSetNotFoundException.php
src/Security/PermissionSet/Exception/PermissionSetPersistenceException.php
src/Security/PermissionSet/Factory/PermissionSet.php
src/Security/PermissionSet/Repository/PermissionSet.php
src/Security/Security.php
src/Security/TwoFactor/Collection/TrustedBrowsers.php
src/Security/TwoFactor/Exception/TrustedBrowserNotFoundException.php
src/Security/TwoFactor/Exception/TrustedBrowserPersistenceException.php
src/Security/TwoFactor/Factory/TrustedBrowser.php
src/Security/TwoFactor/Model/AppSpecificPassword.php
src/Security/TwoFactor/Model/RecoveryCode.php
src/Security/TwoFactor/Model/TrustedBrowser.php
src/Security/TwoFactor/Repository/TrustedBrowser.php
src/Util/ACLFormatter.php
src/Util/Arrays.php
src/Util/BasePath.php
src/Util/Clock/FrozenClock.php
src/Util/Clock/SystemClock.php
src/Util/Crypto.php
src/Util/DateTimeFormat.php
src/Util/EMailer/MailBuilder.php
src/Util/EMailer/NotifyMailBuilder.php
src/Util/EMailer/SystemMailBuilder.php
src/Util/Emailer.php
src/Util/FileSystem.php
src/Util/HTTPHeaders.php
src/Util/HTTPInputData.php
src/Util/HTTPSignature.php
src/Util/Images.php
src/Util/JsonLD.php
src/Util/LDSignature.php
src/Util/Map.php
src/Util/Mimetype.php
src/Util/Network.php
src/Util/ParseUrl.php
src/Util/PidFile.php
src/Util/Profiler.php
src/Util/Proxy.php
src/Util/ReversedFileReader.php
src/Util/Router/FriendicaGroupCountBased.php
src/Util/Strings.php
src/Util/Temporal.php
src/Util/Writer/DbaDefinitionSqlWriter.php
src/Util/Writer/DocWriter.php
src/Util/Writer/ViewDefinitionSqlWriter.php
src/Util/XML.php
src/Worker/APDelivery.php
src/Worker/AddContact.php
src/Worker/BulkDelivery.php
src/Worker/CheckDeletedContacts.php
src/Worker/CheckRelMeProfileLink.php
src/Worker/CheckVersion.php
src/Worker/ClearCache.php
src/Worker/Contact/Remove.php
src/Worker/Contact/RemoveContent.php
src/Worker/Contact/RevokeFollow.php
src/Worker/Contact/Unfollow.php
src/Worker/ContactDiscovery.php
src/Worker/ContactDiscoveryForUser.php
src/Worker/Cron.php
src/Worker/DBUpdate.php
src/Worker/DelayedPublish.php
src/Worker/Delivery.php
src/Worker/Directory.php
src/Worker/Expire.php
src/Worker/ExpireActivities.php
src/Worker/ExpireAndRemoveUsers.php
src/Worker/ExpirePosts.php
src/Worker/FetchFeaturedPosts.php
src/Worker/FetchMissingActivity.php
src/Worker/ForkHook.php
src/Worker/MergeContact.php
src/Worker/MoveStorage.php
src/Worker/NodeInfo.php
src/Worker/Notifier.php
src/Worker/OnePoll.php
src/Worker/OptimizeTables.php
src/Worker/PollContacts.php
src/Worker/PostUpdate.php
src/Worker/ProcessQueue.php
src/Worker/ProcessReplyByUri.php
src/Worker/ProfileUpdate.php
src/Worker/PubSubPublish.php
src/Worker/PullDirectory.php
src/Worker/PushSubscription.php
src/Worker/RemoveUnusedAvatars.php
src/Worker/RemoveUnusedContacts.php
src/Worker/RemoveUnusedTags.php
src/Worker/RemoveUser.php
src/Worker/SearchDirectory.php
src/Worker/SpoolPost.php
src/Worker/UpdateAllSuggestions.php
src/Worker/UpdateContact.php
src/Worker/UpdateContactBirthdays.php
src/Worker/UpdateContacts.php
src/Worker/UpdateGServer.php
src/Worker/UpdateGServers.php
src/Worker/UpdatePhotoAlbums.php
src/Worker/UpdateServerDirectories.php
src/Worker/UpdateServerDirectory.php
src/Worker/UpdateServerPeers.php
src/Worker/UpdateSuggestions.php
static/dbstructure.config.php
static/dbview.config.php
static/defaults.config.php
static/dependencies.config.php
static/env.config.php
static/platforms.config.php
static/routes.config.php
static/settings.config.php
tests/DatabaseTest.php
tests/DatabaseTestTrait.php
tests/DiceHttpMockHandlerTrait.php
tests/FixtureTest.php
tests/MockedTest.php
tests/Util/AppDouble.php
tests/Util/AuthTestConfig.php
tests/Util/AuthenticationDouble.php
tests/Util/CollectionDouble.php
tests/Util/Database/ExtendedPDO.php
tests/Util/Database/StaticDatabase.php
tests/Util/EmailerSpy.php
tests/Util/EntityDouble.php
tests/Util/HTTPInputDataDouble.php
tests/Util/HookMockTrait.php
tests/Util/Intercept.php
tests/Util/RendererMockTrait.php
tests/Util/SampleMailBuilder.php
tests/Util/SampleStorageBackend.php
tests/Util/SampleStorageBackendInstance.php
tests/Util/StaticCookie.php
tests/Util/VFSTrait.php
tests/bootstrap.php
tests/datasets/api.fixture.php
tests/datasets/storage/database.fixture.php
tests/functional/DependencyCheckTest.php
tests/src/App/ArgumentsTest.php
tests/src/App/ModeTest.php
tests/src/App/RequestTest.php
tests/src/App/RouterTest.php
tests/src/CollectionTest.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/Contact/FriendSuggest/Factory/FriendSuggestTest.php
tests/src/Contact/Introduction/Factory/IntroductionTest.php
tests/src/Content/ItemTest.php
tests/src/Content/PageInfoMock.php
tests/src/Content/PageInfoTest.php
tests/src/Content/SmiliesTest.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/ACLTest.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/Cache/CacheTest.php
tests/src/Core/Config/Cache/ConfigFileLoaderTest.php
tests/src/Core/Config/ConfigTest.php
tests/src/Core/Config/JitConfigTest.php
tests/src/Core/Config/PreloadConfigTest.php
tests/src/Core/InstallerTest.php
tests/src/Core/KeyValueStorage/DBKeyValueStorageTest.php
tests/src/Core/KeyValueStorage/KeyValueStorageTest.php
tests/src/Core/L10nTest.php
tests/src/Core/Lock/APCuCacheLockTest.php
tests/src/Core/Lock/ArrayCacheLockTest.php
tests/src/Core/Lock/DatabaseLockDriverTest.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/Logger/AbstractLoggerTest.php
tests/src/Core/Logger/LoggerDataTrait.php
tests/src/Core/Logger/ProfilerLoggerTest.php
tests/src/Core/Logger/StreamLoggerTest.php
tests/src/Core/Logger/SyslogLoggerTest.php
tests/src/Core/Logger/SyslogLoggerWrapper.php
tests/src/Core/Logger/WorkerLoggerTest.php
tests/src/Core/PConfig/Cache/CacheTest.php
tests/src/Core/PConfig/JitPConfigTest.php
tests/src/Core/PConfig/PConfigTest.php
tests/src/Core/PConfig/PreloadPConfigTest.php
tests/src/Core/Session/UserSessionTest.php
tests/src/Core/Storage/DatabaseStorageTest.php
tests/src/Core/Storage/FilesystemStorageConfigTest.php
tests/src/Core/Storage/FilesystemStorageTest.php
tests/src/Core/Storage/Repository/StorageManagerTest.php
tests/src/Core/Storage/StorageConfigTest.php
tests/src/Core/Storage/StorageTest.php
tests/src/Core/SystemTest.php
tests/src/Core/Worker/Repository/ProcessTest.php
tests/src/Database/DBATest.php
tests/src/Database/DBStructureTest.php
tests/src/Factory/Api/Twitter/ActivitiesTest.php
tests/src/Factory/Api/Twitter/DirectMessageTest.php
tests/src/Factory/Api/Twitter/StatusTest.php
tests/src/Factory/Api/Twitter/UserTest.php
tests/src/Model/FileTagTest.php
tests/src/Model/Log/ParsedLogIteratorTest.php
tests/src/Model/Post/MediaTest.php
tests/src/Model/TagTest.php
tests/src/Model/User/CookieTest.php
tests/src/Model/UserTest.php
tests/src/Moderation/Factory/ReportTest.php
tests/src/Module/Api/ApiResponseTest.php
tests/src/Module/Api/ApiTest.php
tests/src/Module/Api/Friendica/DirectMessages/SearchTest.php
tests/src/Module/Api/Friendica/NotificationTest.php
tests/src/Module/Api/Friendica/Photo/DeleteTest.php
tests/src/Module/Api/Friendica/Photoalbum/DeleteTest.php
tests/src/Module/Api/Friendica/Photoalbum/UpdateTest.php
tests/src/Module/Api/GnuSocial/GnuSocial/ConfigTest.php
tests/src/Module/Api/GnuSocial/GnuSocial/VersionTest.php
tests/src/Module/Api/GnuSocial/Help/TestTest.php
tests/src/Module/Api/Mastodon/Accounts/StatusesTest.php
tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php
tests/src/Module/Api/Mastodon/ConversationsTest.php
tests/src/Module/Api/Mastodon/PushSubscriptionTest.php
tests/src/Module/Api/Mastodon/SearchTest.php
tests/src/Module/Api/Mastodon/Timelines/HomeTest.php
tests/src/Module/Api/Mastodon/Timelines/PublicTimelineTest.php
tests/src/Module/Api/Twitter/Account/RateLimitStatusTest.php
tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php
tests/src/Module/Api/Twitter/Blocks/ListsTest.php
tests/src/Module/Api/Twitter/ContactEndpointMock.php
tests/src/Module/Api/Twitter/ContactEndpointTest.php
tests/src/Module/Api/Twitter/DirectMessages/AllTest.php
tests/src/Module/Api/Twitter/DirectMessages/ConversationTest.php
tests/src/Module/Api/Twitter/DirectMessages/DestroyTest.php
tests/src/Module/Api/Twitter/DirectMessages/InboxTest.php
tests/src/Module/Api/Twitter/DirectMessages/NewDMTest.php
tests/src/Module/Api/Twitter/DirectMessages/SentTest.php
tests/src/Module/Api/Twitter/Favorites/CreateTest.php
tests/src/Module/Api/Twitter/Favorites/DestroyTest.php
tests/src/Module/Api/Twitter/FavoritesTest.php
tests/src/Module/Api/Twitter/Followers/ListsTest.php
tests/src/Module/Api/Twitter/Friends/ListsTest.php
tests/src/Module/Api/Twitter/Friendships/IncomingTest.php
tests/src/Module/Api/Twitter/Lists/StatusesTest.php
tests/src/Module/Api/Twitter/Media/UploadTest.php
tests/src/Module/Api/Twitter/SavedSearchesTest.php
tests/src/Module/Api/Twitter/Statuses/DestroyTest.php
tests/src/Module/Api/Twitter/Statuses/MentionsTest.php
tests/src/Module/Api/Twitter/Statuses/NetworkPublicTimelineTest.php
tests/src/Module/Api/Twitter/Statuses/RetweetTest.php
tests/src/Module/Api/Twitter/Statuses/ShowTest.php
tests/src/Module/Api/Twitter/Statuses/UpdateTest.php
tests/src/Module/Api/Twitter/Statuses/UserTimelineTest.php
tests/src/Module/Api/Twitter/Users/LookupTest.php
tests/src/Module/Api/Twitter/Users/SearchTest.php
tests/src/Module/Api/Twitter/Users/ShowTest.php
tests/src/Module/BaseApiTest.php
tests/src/Module/NodeInfoTest.php
tests/src/Module/Special/OptionsTest.php
tests/src/Network/HTTPClient/Client/HTTPClientTest.php
tests/src/Network/HTTPClient/Response/CurlResultTest.php
tests/src/Network/ProbeTest.php
tests/src/Object/Log/ParsedLogLineTest.php
tests/src/Profile/ProfileField/Entity/ProfileFieldTest.php
tests/src/Profile/ProfileField/Repository/ProfileFieldTest.php
tests/src/Protocol/ActivityPub/ProcessorMock.php
tests/src/Protocol/ActivityPub/ProcessorTest.php
tests/src/Protocol/ActivityTest.php
tests/src/Protocol/SalmonTest.php
tests/src/Protocol/WebFingerUriTest.php
tests/src/Security/BasicAuthTest.php
tests/src/Security/PermissionSet/Entity/PermissionSetTest.php
tests/src/Security/PermissionSet/Factory/PermissionSetTest.php
tests/src/Security/PermissionSet/Repository/PermissionSetTest.php
tests/src/Security/TwoFactor/Factory/TrustedBrowserTest.php
tests/src/Security/TwoFactor/Model/TrustedBrowserTest.php
tests/src/Util/ACLFormaterTest.php
tests/src/Util/ArraysTest.php
tests/src/Util/BasePathTest.php
tests/src/Util/BaseURLTest.php
tests/src/Util/CryptoTest.php
tests/src/Util/DateTimeFormatTest.php
tests/src/Util/EMailerTest.php
tests/src/Util/Emailer/MailBuilderTest.php
tests/src/Util/Emailer/SystemMailBuilderTest.php
tests/src/Util/HTTPInputDataTest.php
tests/src/Util/HTTPSignatureTest.php
tests/src/Util/ImagesTest.php
tests/src/Util/JsonLDTest.php
tests/src/Util/ProfilerTest.php
tests/src/Util/Router/FriendicaGroupCountBasedTest.php
tests/src/Util/StringsTest.php
tests/src/Util/TemporalTest.php
tests/src/Util/XmlTest.php
update.php
view/php/none.php
view/theme/duepuntozero/config.php
view/theme/duepuntozero/style.php
view/theme/duepuntozero/theme.php
view/theme/frio/config.php
view/theme/frio/php/Image.php
view/theme/frio/php/default.php
view/theme/frio/php/frio_boot.php
view/theme/frio/php/scheme.php
view/theme/frio/php/standard.php
view/theme/frio/style.php
view/theme/frio/theme.php
view/theme/quattro/config.php
view/theme/quattro/style.php
view/theme/vier/config.php
view/theme/vier/style.php
view/theme/vier/theme.php

index 14ed7b0b2808b1f7bd2f1858aa7ff7654dd9b508..ecff7218dd7600063f6d80200b47303f18f7873b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41e0172489e672657e1ce56d1fcabbae36192e92..e1bc6b498547f4e15e368ad429c489333a474bd9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b7085a490a2679f2012382c6be7c0f12e4449468..385f725e34f3479dca3d6982146ce1beb514dedf 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd671828a8e28833c4d64af6b7b57d5bf7585cb5..0d736bcc26edc107cb7e5171bf6f39d6f1145ca0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 388a660b8830782ffba8983859e8404922882a53..6b3dbc674bc8752f863140049d569ea50d61ee81 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/php
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 084ad28979b667dacbfa8bd4600c764e27a8148f..707e57972d8ef6cbc496b00c3091f9cf00c1521f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c8d0037df023683d014a8f8a09469a07fbafe7e9..fa6d8b0871505b0922352757d606987f346ac412 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e23e9fb4c4fa86814c4c4b367434c5de5ec49d6e..7be92a73f305998daf6adbbdfdd4b2ff61569f6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f840f2fb62beb1d23f4d1cbb5a4887ad3c3d6e9d..6505db549723fc540fb89b0257b8400c71eb576e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 794d2ace43e428806950581906e2060300c04fc4..726db0a754a6002d9b110726e80120895e958899 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 475e0b7e574222f7895f18272f85eab02ab1c6fc..00a74eecad0b7f3c2f5fcc028e8846e264fa87fe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ff49797c60061fef21550a521e77b9ee356f953..c531eefdf6f0254070302c6422171e1a7751b407 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7d25c0ed821f36c752d3fa47932e173142d2643..36d97bdfcd4002fbf4a4e62ec5e060b3c309d326 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6a49a417fe055f870183c885aa085df1cdee782..12a0aed4d63c98ae83b62fa384f88194f08afa90 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f195b536272d8735cb5d6ee193900777e06d9b3b..f650fbb1d969b4e14a60a0b60a104889eff12c20 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 20c7b0889df63740457255df90695d900ddfad93..5024d733025fdd1d5cb489db8ca1963d4d1c8c53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b84c3b629493a4efb9466beaf00bafb521348384..c7c6c3590ce22b2629332bd75b45348b7dee9e7c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3268530b20660a495e1350b98297374ec7db55c2..6f527d2f4def937fa4a7619690455422f98253cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9152d4bc2f5d3cfefc1c8a6b8e46b7234c38d31b..20fd54916de153aa25dc0b29c25db450114a2f46 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 59a47d8284360bf8838c826ebf52dc45f9105c14..ca78ebd5bc690ede8bd5625db6d19231a6d88a72 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37141426c36a269f05c65564d515e10229ed2297..1e9d6892f24ffc79ac145f8d0ed3540c75791458 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1af1206d1f6a66c1ba0df18049fb917a3e59359d..675841ae764d065248891a463adad6331b9b1708 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba11ae433d6cd6f742118653a8dc9866c8318c55..0bd66d40f94aedd84983af88f81fd71e5097f4c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad68dc81ccce49c398c3bbb09acdf105e4bc961b..97e772f168b330bd2706eefc208d576153d764f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2aa19b0671dbe06188dacfa5f4c7ac5799367f3..6fae3596dd1f666ecbdd66184e1890ba4a918d76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 065d100fa3245e4332c4842c3c3cfa3fc15ee2f1..dca1af4f627b2e29a5494af84bd2666496ce63de 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 16fc4712752fcc63cb298a5061ca4fa4f8b4583c..17d9e7606afdb0bfcd8cc281776b9254c3b33235 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06a61c505af00b2e2df2ac93a4a021940786ed65..dbacdfa702048acc45b0d7b1c8301e9d84c535c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 11f884472e65c448c774d6b8f1576ef986903bac..d9c7da97a7b8d3c6b30a97f682d51f1598aaf34e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e8c2c292c0aebb02a4c99c399ba3fc787d4389f..1ffe82b0b59371b794a43ea491a38f910d4ec3f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ce7c5a13d70f96aa127e651a8641811637a1bd1..c18bb981d9bfe141249b0e3dbbf96ee03f231a69 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dbdc61d843a64b0bca16a2384618fb76a9c0ea24..300b1938aafd0e7e4f2afcad17475407bcdcf7dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c0f99eaa1bfa441fd1b4a12c654bd7bc5fca5a10..ae29aee9b3f5db0e2530270162d685592465c693 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e2011cc364120af6b80545b1b56d0faf3fd857b3..c92e0d431d358d055112e63a64e8323d60e24472 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ae7544e77920f3d84f08390f691abaf07726694..b98438ce26d53d69c45d5768a331ac282c34b69b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5bc339a80ecbfc919e2ded6666eefde839239cda..2155ffbe42175f36254e2f68af6f98b78200194a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f44ba6000f62a0ab65ac16dfe64e10fe660a997f..c2ccf2cffbc5d03414c3007657371fc767370bca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 13e1951f2ec822266f49ec52ff35d7bbbb47060f..aa47d41a2411ba30c8e245a5886445e2b80c82a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4bd832a616b520adca308a5e8a7d89d873c0c288..7e1b07af2479973ecd56e4470da8ce540eee8a35 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a6d10c241a8f89afa79a72a4adc92878a4b47cd..83c6ac4c3865e77b6e6e5ffe17bbcd8ce12975fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5062872e84559662d314c79adddd3bebd238614d..e4d1135335d06ef86c54fc2a6e18813eb88a9bd9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 760b1ca51b39822b1a67da3e103c2c30984e3459..b57cdbeec04c27de4237517893e298c480c004b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d5f3c9923fee27ea08bf8b44bed87a28aab3b718..a80b88349a157bc99bfca55bbc720be1fbb74061 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d5ba865c06c8015339eeb9019782801825f57fa..1ceb34106e288883b2da123910de68d3e6247549 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88f12476f5f90feb4f3c5a1d20086b77b4feef58..c78d8ace85cf86082a8f1ea9795b0edf422b4331 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d3a2b6d86f5b7786795a4e2a0e86dbff09fe888..81a47f663b61b746ae6f61584f57609d350c1897 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4e6b1bff5ac2b524a14fed73fe6e300162dcc445..1f84d442b5031d69f929c9d00a428eadb157f9d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb285da8d78b9b47bb849e68ee3ab73c2f9e6c17..a0bf989fc4f34320aa7b7f990f2f31298b9e7b73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81099712ea0ebe9339b36448f2ab17a9de95be4b..6eb17034897097f33dd375179737c82e3175362d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 89674efd39f64249f9f5d87e6d3e8ae3b29ac32a..5d1f692634246e01ac2b8d007f20a166e5493f38 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a89f3d861ab050130b3741620d4db6d40f4aeeb3..4e324691caef4d3a5ae8d6a3315f88ff527636e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7744c9ee471d0b56ed07ea4ab25825a20e86fbc9..97ce9c27fa45612ce84c45a9678caaa9d6a1cf3a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e230499d2d23ce84e06e1b86cafb68977e64c57d..f04b64a23dc4b1507bd0570995ac5e1ed8a02214 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e0fa0900f568101708388a9e4df5d9ec67365f4..13a8debcb478a5ff1455e3f39e251aefa436ac8c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4041c4069cc480a1dc5da5add328eda26d7aed82..9acea8539313b0fd2284aa02d541daf6909a46bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -99,7 +99,7 @@ HELP;
 
                $out = '';
                $out .= "# FRIENDICA Distributed Social Network\n";
-               $out .= "# Copyright (C) 2010-2022, the Friendica project\n";
+               $out .= "# Copyright (C) 2010-2023, the Friendica project\n";
                $out .= "# This file is distributed under the same license as the Friendica package.\n";
                $out .= "# \n";
                $out .= 'msgid ""' . "\n";
index 4f28db88b23d0945529f16bb7047f4bff5de48fd..e178e80e72807758c22184dbbc473f954ca1a5c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 702b127109dfd996cde792cbbe0fcb8761700c0a..742197e732c0fcab2f8b25f07d6ed729e118adc2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f06c3a7d5c01c35a4e0a3c32654c6353366f15af..52682241e69c63941ec84610a70445fad4287b7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3eaf2f06b7a175b0263f9fe31f4ef841da9f06da..3d13e10a0b162cbbba2bbbb36df356dd4aac4e84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 65b806fc70f5fc0a653c9b67540247d97c077507..46e7b89eb99deb8f48a280768f27c376811f39ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 587601ba0c4461fcc2e2adfef6430fb5cdfe3715..ea9f5ae20d2e7f2928a8606a75774b7452cda32b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15c6bf60b0483828ebd3475384cd985f1702905c..bb81ef97bec47cd48c384278ceaec8870bdab52c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e21b394c06beb7f981294df042cbe4e310869256..a3e9b770505b6873540c0d9ba10aae6bdcacd227 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0d06f427ebbe830f203f14a49638c33868a928e6..93b24cbc6a23cc1895b904e64d995b82d8009078 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 02a5a45d4ecda738f1e312baf9111d7b97e8c4e9..7151acbfbd0190a6bb9bf8e63d1cce97f8f88503 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dc080d464cde39798db7f14ffa4bd012ce96909e..8777087bc92fe8b6ae0733f7a32e00368eb15436 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 407c93936ea93234c86cc23dd6994ea100c2a600..7ff72e393f788d89386afca2f23f050ac65e5c1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 59c4f9e09aa69f3906e829fcbc9d9fbe2a91be2e..799e069df3d25fb55dde22fa202ac950a0b16b08 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0680a288e3e886fe78ff58310a3b4028aea0f957..96787d35aaae9a4eaa41f18446e8d3492303da30 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 174b8df66b140f9f3bcbc50005f3f865363f6440..8d6fdc9db0f242745608be5b8f5f411a595610f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7423b11508dddaccecc575bc34e2d61d945d5a45..59c387f8f36e81c6da43676d058848ac636c52e6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9261f7a3e09600787ba85441c43f79ca1764ce4e..884f5ab23a8ea8c37600d6c48be6441ae5323f22 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 40a3078a3e04ec0f9ffb5b90cb6d259087b83307..5bc000f0541d2dcd7c9fb95fd63c456c38d6dc73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82ba36be7d5a57465619027936207af69d2fae17..124b92d957c7181b4d9e2468c10162670dc717a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88acf854ccb8779e40152cdc8df997feb4f0df1b..03c4374fae78fe4d95ef7b7af94eb2b1e9e49c0f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 70d73ef880939d3bed20813a227802934a411f00..ee3bd5c3719b3b8558c3a8e6c4e352b88fbd82bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 188039abeb7d0f6f9141117783e5e358192209e8..f61de3055a6f7bf27ce1c2d3566332e12e65e8b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c47412ce202a4d5fb03dd63112d974425deb84c..8a9c48745f26a5b16d1855217f3c7329d439c3cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d8717a080d4beb39921b04634ddf1d7b8293f1f..d23688d7fe5874b66f0766dd55acc083c38c86cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5e53f5b4675dfe7c7bd8feb03cc9ff9d64f2b371..455dbe1c3c86ab7d26e70bbd278139d7cf72311c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ae229d4c1f3719b2287bee7dbdcf5055620d2df7..a80a4f897b55aa52019df47ddb7598e35c01194e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df6ebf08a55387b7f3582bc3d28c40d047dd4b16..ddd07162858d840ac0d75a87c56a0590f112a439 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db7ad80ca638664dc50615a11e3736a8d04710a3..ee6fcfa062736f0f342598914ee480cba7737fe2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6c5313fdc5a1115ef332a6c453783d8d3c0adae6..f391bbb4acadaf714e992f0f83941f12463d90cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 58dcf2ae59e5b916f3aac958742905304bcd2a76..22b83a0942cde4adccaa0e6ff94ec578960855f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 60315147329b8564316f9ea009aa12677d66c80b..ac64e6d3ff94c442cb9f3ef18afa7e240e51f66c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -60,10 +60,10 @@ class ForumManager
                $condition = [
                        'contact-type' => Contact::TYPE_COMMUNITY,
                        'network' => [Protocol::DFRN, Protocol::ACTIVITYPUB],
-                       'uid' => $uid, 
+                       'uid' => $uid,
                        'blocked' => false,
                        'pending' => false,
-                       'archive' => false, 
+                       'archive' => false,
                ];
 
                $condition = DBA::mergeConditions($condition, ["`platform` != ?", 'peertube']);
index 4fb1f85d6245f66646e3fc991ef0678ef20a3a6a..2cccf722ad0ec9964d4662f6808dfd37be920b15 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ebb412db7c6bffae87f6aa27e3d1e8904854a23..609e0e3319a838b463169ad8e59823e3f0414437 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 008269785262904c3314d7997f4f4fbc49badde7..7553cd9f81728e49c913d677b724621f9a83f8ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fa6a93994de978d55dd4e195271edba3610fb1f2..0c60008a197f2fb0d31e7f0b247579b1dc941b92 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f776249b1b5d7b1d1a72dcc280fe744aad02307e..74600a71ce95e677ac60871ee50ac08024d04901 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 02abee6cf61d9605fcd7e0a52276a66b35b3c155..5ebb5b64e83341c5f958438aa3fff413d8308073 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2070d22d131d534b43f3040e6b6683f50f8d3ea1..f65eeeee2cd7171c62d305a2265aad27e095b20e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 192091bbd15f241cf1ec186b01df3c9b80f059c5..728c6092bd689850ae88806c9b4fe179e8cac195 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00d609cb609665c30e7f141643d58982805e1a33..557d62e12ac6d6b8c7e082ce1200b127b04327fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9e9ed304699b8432ad0b395f18686425e9c9cdb9..ba89615f9c4cbfbad655c68d1dfd42ae36fc5128 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53983113b27dfb46a85d597bab7ec45846850c6d..5e4db77605f9ff7be6c06c2dbe9b847f62095cfa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 382f0623e22201a1083fafff4e16c000401f2e6a..c1edf26a8b685e2d033eff391e084f252b25d9b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af8e9c00fe1b6f9eb716970c7c837d1a231a11f7..9a7435f5b6658ba9ea79330e10158a7514e3ea63 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d00c6132089c91d07e3119f1fd1b53fb7bd1c20..641f56329c25bef71f05facc59f9dd1b533fc7d9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6ab3b062a5ebd0d0e53e55a4ffce6f002b979f4..520c32063e4c5a20261c34d865ebbcb857e78ff8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 458167caea4ac947ec333b074633f11bebba6a37..e206dbcb4e349878ceca518b3e9566677417d009 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1bf9e76a2698d49f9328fdbbcbdc9ea9eb736278..79d66936d04c8a5cef940896f6c5ac4885ea2273 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d2c9d94534a9611df4b7a2e62d74940250e27b18..6f146f4ac1bb00a48ee73e14b5607a6a4daf69a7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 173cdad1b5741106e2a4b972233b9c8cb816f7aa..b6b38006bf5bc3b80f205dcae9cf72e220ab884c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index adb77319c08a9638c36144084b5f00e48e1730ef..e462ab0aaa466c0868700c42812a0bd53a7eb9e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 200c8266a33f2689d5731454b5bb6dc44f07e207..4ed8d602a484f48a3481ed1dbb31021147d12f52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea5c3abf0bfe81571f988078f2305dc6d284af4d..cea814f320878e5007d4cc173c85145bedc3c572 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b60de100e2bcabc27bbb21a476c6add7afffd40..5263a70f8be016131cdb7500f921acf5785f0f16 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 65d32749315fe4f0cf9c33aa745dbbe82806a70c..4961c77d5757a19369a8b86f4e8001992c4cb9ec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2aecccd384a1545ddd2ab9f454930e5571855777..ae92764d706c2be09f3ac351c85b0ce44f5032f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea94c190b6477c255c2cf61dacaec1abba031166..98ed9e41f705144bee4fae591021bd55d559efb0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d1165ea865a908000483cf29b9f123956819edb4..7a91d71c45c9f3774bfc900e460b87de4ba62f88 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96b156d5edf776d869663c200a994c20443e7e56..8c155f0f11318dd76c4a5036a713ee7ea3f24829 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de49841f9823da2ad36fadc46bd1216a486068b8..715a09f4ac423f8474e91a63705573bb03947ce4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bb27339169fa163248c4c4ec9d4ff011b1c786eb..05eb2fa0742a57a96e4335d568aaa101edb1d419 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 501c60dea42ff632d3baf38619881d77beb1f8ef..5c00542a77dc3142d4898f198cdcb1af2bc3d1fe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 94bed50efb0d67c1612c051a35abe916a892c481..8886a886a7ae59889a9fc985df44749092a2c0f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5628eebe42b53d15c77bf88c196309537eaf11db..a028707bc1ec4fe2ace310b4f06f52bf5adc45cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b4187a95f0b22aa8dc5c0c0daffce5acf6e19630..e890cafa997d8af3f844decdf7f06077907fbba2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a49299b2fd665447457dfd2bcd5805319bda4a81..fa7968b650b372db62d178f33452d92a73055731 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 225c338911715c06205f2eae3c4100f07652bcc4..d19e7deb1d45c329ddc896881ff4e45015be42f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3562b9871e4316a4113391978e10420320e66c7d..76644590a95d6e27ef8845be386585207d10b6df 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d4627de3370b0f8eba85289c05524995cede938..6d994ddf5796a89282259ead164fffa069440461 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 746984edae954be8339a1c36476eace7367861fa..369b828713ec1792fa7dd19f792ade1b81fa8dfd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3a5cf7c8415b6d885be3d689c09cebda0c2420e..b1fb9ba9c3de6f878554bb9b03d6f8b75dc661b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bf9144cf50b892dd87a7da9564b311373cc96fc0..ecfb2a7aa5c99ff47bb5bba328c20d30a68b506a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5745fb0e3ed4c3d1b7f3993b034609898a3e6d2e..058211e3af4b068a08a56d6a1091d45f0f3c4793 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index beb98f59f22d902f8d0201b9e5ac48b5b12466ac..a853a31e5f6d9cd361e99eaf1c0a31135f7b5aaf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9da1d8bd63a27a9ac7adbfd83180eebb6930bcca..94293dd17303f3dbd8ee8f8f09dc106826e42a84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 72e7fa2724669b29faa09efafa7c0381b2e05ae1..3bec99f84371ff92b7a8eb33614c95b6842148c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 73ef77f5c5d6b75599aa60f3aa8cfeca3d99ca8a..3ab4f2c5e7b37a225f8e3c88fa6d162b75598745 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 59a70ad0e426665ce2e23ab575b1145520a6665a..68b437b243f4d53dfb7a9798f79211e028f39f97 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d65287e68c30874a9b8ce45681da93259a34f57..57a0d439dfb9aebc00c35ec59ea0332f1db8681f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68213b8d038ce954148cddcea3f919311c3d4440..acf6efa34aa22a3b35c640eb5af9625836427e0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cb81f51627d3b7060dbbe3920ceaed5a31e2f071..a3d9d0146ac6a080bf1785a82f09c5bf21136a34 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41a967debe6c144ca3a8b26685123a384ba3c154..00f8ad045d0d6a35541982238ad76fcd6ef09b06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f51e33bd503e1966b285abaf5f22747d0eb2690a..fefe02999459c91684e9ea45243934f792160b3e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f2fb52f5e8d6e64418ec9bff8ac58e16fbe68ef0..1145bd298321199e732d29ebdef042fe60df47e2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d29a5cf996899ba84fc53963eaca970f9210e97..fd86634719c22bec827843d169c66c4cb80f211a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -607,7 +607,7 @@ class Installer
                                $tls = true;
                        }
                }
-               
+
                if (!$tls) {
                        $help = DI::l10n()->t('The detection of TLS to secure the communication between the browser and the new Friendica server failed.');
                        $help .= ' ' . DI::l10n()->t('It is highly encouraged to use Friendica only over a secure connection as sensitive information like passwords will be transmitted.');
index 64b317bf1a5dc5b85e79169d7285251647fd1f13..c9d215c49cdd0f647ce445000f214aa197f2a6bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad04c33aea4e6f39c663376d05ff63067dce5916..a137765823d7fb305259774f3729e5b75d3b9f21 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 169d27f69b51c802c8aa2a556a9b6c3c6511eb17..a6924b61f5a83b038a458e1f9f2050da3e9ad9e3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de8320c5ef1c1a6487197472f9e11090a60edd90..35be8b43e29448d254dade73f30fdf8c6959b749 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a74f18fa6bd45ae48827c44e91e2e4bc67d14b3c..0a91677b5d80080c205381b32732c08e2888b2ec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 985e6862b5d1864762a95a4a19c750f7aa55a22f..7671de82cdbbdd61252aac28dcbf11f0caa678c4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 282593dce63024dd9251418b890de0dcc90d9b71..9e6e9194dff9fda2b10909072a6e10b190ba8788 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c3c3fcdc11530955854f68c2738834e199ce7360..8a96493e493262791717d9b2e66122f4e662f939 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5859b9cefe99af9d85288d0183aec77989f4862..5730347734c2463c164af94413adf3319e7a6411 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ca544ff386b6d05107fa603a34f9fde4f208a5b..bc4650c97b516bc6c964d81fe80b32481764c927 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3728f7642c0e129eb27409a49bbf1768bac03326..3c47c0171a95fd774ff7df168409a7225e590d64 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4bb091eba5654569651f6edb22b61227f930e8e1..c71ea94d38048844f00bee6e21f2ad01d9591f42 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 094fa79d0bea41e2044af8a47728c34cb528cb0b..b87582554ad1c5d64fe70604083f9dd73c5e4601 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ceed955521e2b22e5690234090491423810a10fc..bb86f10de7dfe8968acf5b2c102348a76b7e2912 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0885764c684b24be05186c88c8ea482ca9ab9eb0..fe5f7b25e220bf6f9ffa09e7a89cb060781da7f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3ce90f1d3cbd761c62be740f4a01ffecbb07d7f..83d75f976f82fcefec69476aab9dea4c2707ad5c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 004dd59375847c74ceed6329824e81f2eab5ab6f..36b2c31cf3631391e1fe19d72c48e5cc710ef26d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 683e536c9d50ee6d96dee34cd215248f59e60bb6..a0b9949b086e6e493fc1e63352f4f7f9c39731a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b9689afb01cc2066ab8df9c934dd5fcf5cb9572a..7e3637327ab5d43c78220fa4d3dd5321baaa73e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30e949a6815377fcdb536f87c8f00aed5a67a8ba..3dd2a81dc2f907711eb9f273ab834102e03e1f2d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b2d7141bef517e9f9f8725ec2609cdc97699263..0ed01faf1be53d78a4351f3e0539f502dffa1b65 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e14c2057b6f5ce0bd7e570e4fa90597a5520f60e..bc4b00eceab31d1da42d57287a83796859e00fe0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6849dc838f24dea92465c064c93337fe16908b9b..5fcadaef94931ef9820a6cf3041199b0680ca52d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a7d4d1d0e12ae9810966c1b03b652fdacad3829f..a444faaaba4448b5055368dd7f1525d393bd2eee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4354f7a66d8f22f8f4e1aab5a73a97d89e4cf610..b38cb01855e21f720c251855902daf505b732225 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d03db9498ee8874b2f2ba18f8fbca309ec9d1a7..3c3111a7b9cb05f5a3cd6650d8f48937355c24de 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2db30621efa064c6973c144c8f71ed9cf53d3d17..e0f7e85540afbfc09c3ecd8c711a82bed4900b6f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 191869daa8a1dc15d6275fb1c2458430bf8c4d2c..84cd294bf20c48619bb398a78fa869aa5f0227a4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d18c659d5886fa4a9fe124bf7c5d17b25c1042e..81480440035be45ebc34c65f5e93895971b6c5f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0903c367647b0cd1b024ed90d9d42a7dd38c0984..d388d2b0c4c45998388cfee6176a424cf8ae6a67 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 516a60fa9cd847970326d21a3b1ca56f1683b8f3..5c9d2d51d1f52055ba3b6c04565e9faeaa10f05a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a62bb9d34d74cc08bab1b7c707e83caebe6e7594..39be8f4e74666173e30a4df57954fc5cf2c00438 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4f210ac7d6bfd3604cf8f3fca083f93e9d598191..c5c20577ef7f4259f6ff7e9769f1dab73b65ee21 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9709d74d2656b2b78575c1b361e4f435adda1bbf..b3b709286a4051d0ec9bca81735e24526ba449b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f13a112eb65d0217ddb177daff911ea62d5067b1..e7ccd379ebcc88deb20723c24ec28b07a85950e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 98eb386c34aa3936c1b446d9b4261b802c35fbd6..5ca366e345fa59818daf94d46b6f32b364abcbef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a86cc6f86ffe890c4173e0b33dba508e66a8837..0204d54b5d505d340de128179e46e744a1534cea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c41df70d9bf5f2db39cf2712a2cdf75fab3bc121..d1892d726e3890d586bccaa2ad3637786df103ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 72905fc576166fa02071851442e0ebd6cdffb67b..86f57d5b57981fd599316a69c350aaf8f07ee0f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a6ca64ba185c0e17faeb54f89b5b1e01cd98f7d..507b9e0429e8399975ade3925b14cdb42574530b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bf5dffb1f070968baa80d8078f2b670eafdbacdf..a93cf6631e1e2209722825bdee938a23ccc5a31d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a16242be5d687864f7d47a9f068f0c0e9ab9c3d5..419ecf075b4eace8a18e72eee13d3f81c30fb2b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4fcc51c17124d5ebaccd861cf838f4357c30a329..bf2dc61985b69d86828f40e813027ae6644fa47b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 337397be6057ca44a90e9a9ff7616d6798617c67..0b1dfaef706a370f7baa87f510a450bc0f382667 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6cd689e9c7f1b87ada228e6002bbe768b51cb74a..a544487bd223fd5125fe7bc1c1ec46a4b75b4801 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0e2f884a327c1f0cea5155e7de9ad8991575ef70..8e990d117608b7ac579035055d5ff98d5dfed8b7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a45b64e684e23763242584fb15daabf87e73fd92..edf378302afd5d8b3af8f634925656f71087cb91 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a520ef2fb552520468234e61faccf7106deb0502..8aaa57698c67d007d22b8db26832854fbd41649d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 83bbc606a50bfea2f0a83ef0bb8f9532cb998e9f..943050e05d65289e4183919a4a057d7d67f3e7f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 875487734026ce18901e27be438c48f29f2c285e..13783d20687e555b8c3f79ab50329d1a939f7b60 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68d936b78beb9489226cad79ec3e59ce80d5a70d..04f350c3cdb959187d41ea3847e58abd59de18ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a6c532a2935db52124341636b8082a762e25d71f..2c6a4538497a8976b95ef086a104457c7aa2ce74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2782b643d84c470b5f489c9791fe07ee43ad2702..e05147da1c3ad9e0a6a425f8bfb149b4fb2a4792 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 16614f61071524a84748afd51aa1ee0cd2ce12bd..b922234b3c8a7f41ff99960f218acc7f4f506af5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 42dff0d088d8630db47bb3b189e306bab402d22a..02a58158116b9df18c74a61f86a0ca39a91763d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 89a7a913ab8d42c347d56befdf8ba5b78e9bc57d..fbe910d01d413894df4e31bd7b31abaaed3e53f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 92e417aaf4494d9c8ce4380ea23af6e7f0e0e8c3..4baf678afba712dc4095e8df3de376d7defabf31 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ac116f71d77aa1bf13736c23cfd1616b9d06d9c..c988ea90c487da7be0faadaa61b17829f7a0ac2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4c61d352be3211c63dd15f43b41e9aa9319bfab..4cfec23bea3fa415fe55ae0aec07da90a9e0b0fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b44a0f271223ec86ddf9cf9de11bc9266287c527..cfcf046ee4287bda81fd3ff0de369e09795768f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea1a51e16c6270d60713f45e16c818521dcb4db2..1df686fa6d084e44a779a7c06ff43140a766648b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 65dce1bc0e51f75e8f2bd6d5416c7dded18e3d61..4f06bcf52055ab2441f15aff9285aa5a12e9dcd0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4b883a63410c080139a3f59be48aefd6c702a120..2f78dad4b5ec1b47f02ad26193a424dec042f78c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -292,7 +292,7 @@ class Theme
                }
                return null;
        }
-       
+
        /**
         * Returns the background color of the provided theme if available.
         *
index 9e05c1b5bcbb5037c1da0660a376c091f5a04c1e..45043811834a40647a86fb4af25f75aea5519228 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 859b92bada260934c293c0a7dbe91ccf4fdb2475..8fc74f1d8336204e8e01f3fbc1ffbc71734b47f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8e354344b87f8254a784982840dd9fd4843777ee..bce0c56a6c9e042a0d2fd34d450f2fb607e7927a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b4c358f1ba158883111991123ab24f65a6193b4..92fc28c011b6011aa7ed53b0dd78b0f3d967b5ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c7e53bb06a5c4e0a4cfdbe3c1497f6ad515b2e86..530ff3837c7706a2c7ac864197320bc827b377b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a4ae0da5278ee47bc9699e4d9af8cf4bc9ae281f..672a4f5e80309f3891272ffe9998e504b494189e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f7c17d06b81b26c3932ef1ef397335d223795e43..c6e8472dd90e18b4ad93d57a83080f86c8f67c63 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0da63b8b88525c18eb51cc7a9fa43a63a5db510f..d333bc052e2806a6ac58deb5a0fb3c4d817d5529 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d4776009490926771ac459b8034b064195583d5..eb8fb07e32fe956d4d04053cc30658f45c2420e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ecdf92530c41da467129dfa2128267e2a380c3e8..261455385a70687d07eb02772d22f7d4a559cd59 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3b814650573f43fe16d6e9c71bc44977dd5feb95..2e4fb376712e381bc45b338b61689d3e428547c3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -568,7 +568,7 @@ class DBA
        public static function buildCondition(array &$condition = []): string
        {
                $condition = self::collapseCondition($condition);
-               
+
                $condition_string = '';
                if (count($condition) > 0) {
                        $condition_string = " WHERE (" . array_shift($condition) . ")";
index 7de6799cfdf022e6cd9dcbd729cbe0e9dd65dd0f..645084a96f5cc65a4c81c6c0771c7d2904405502 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5d4963923801ceddc50009a327f419753dc9847..7126aa4fadc26ca0e634b18e478d4f788470cff7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d9c2792cc4d10dbc99c92caa5de073c6c809da3..ba1ccfce54a0e24eb634b7705bd50642ecf1e714 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 27eb1752295ec96a3640cdbfbab44a8b5d4871f8..b65a7d30eda8519a03ed3095387a295c028e067e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1971f0cce21e875bf81dfa0b1860396319ad36c9..5ea63647cf5130645719f26453ea668db314b678 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d54c3f2217c726f2c099cc0006dbfb1a593a5a8c..f457e722ae6f31a528b7356f79726618f4a7691c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca6078956b5b4e2819e3c1b1a5d57d5c9b3d7311..9fe44bd759226369259d6d14dc47110c08c667ac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0793203ad85455010ef5b950dd39dabccc8c6fe0..77a25048c3619e47118693cd3e85d4c00646747f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 868231c98b1d80d3a759a4955f35566fdda1ff17..4f085cd2b967366634654314d5359a46689f21bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 44a671e16bc2708a9837725440aaf19c779fb493..ced0774e8c51d162e642cfcda5095abce037f551 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3555302d62efec9e864854fb05df2fbeb899e29..5bafa460939f001c5b5229e327508e1985ea4f6d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb305e5e78e6a6b3513a04e1ae0ede26fd7d91cd..35dddd06092f81bd66f0cadf08a54792bf5bc914 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 197548b8a625c78bbce38b29605f5b4b381cca00..197ade0fe29071a46034d1a80ed2a6f0364f7a53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3efc625171c7c46afc2d9af8d885b122cd168103..dc46a7780439f3cadf4823c6aa7c2f67ae63e2d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4666030509b26aaccd4c0cd066f2792645bde220..f84cd9754766dc802abec8bc292db38ad0481198 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 17ec51580d39ecd5f1e849569ad4cb8b073ab099..157b91bf91b412b1b743d0b6ff3434bfeee561e2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f08ee90b321cdb8f5c08e2fa5a62741b7f85b28..3870770323e53338e0b34f2b54423638d87db0b2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index adfedde199938f50bfb6da3a9870d901f57ac0a0..8b24eb486153d6259609aba39ccac7ae2718219a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53c78373e51324896c3dfa1e5c53aad617a5702e..2b12b1dbd4d8d0480eac2bb659fdd25b34f510cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 448a0369af4c588cc52f771327691ebf79a066fc..a78c8dd6349c3a0097a564c29d8f582ce696481a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 63a70427b100b3c3e49428837fc666c805dd6041..b07efe454a631e25ca70f84097303188d5aa4d81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c85cfac7868e31d4eb27410476303066fe701695..7a134003bced1a4a54ac0484132ad1be5c7e00e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4445b11d76174cfe155031aa1f08dfdd7e8289be..b4d438d052aad89da17159b7727ca0c015720da5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9d11f589567550924ce1b0750f20297c186d70a2..3c9dca3024cb1bdc43a1f94c2ba4b989ebc2b281 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 019549854477c795f5284dfbc0533ff11d016363..21078d6fb0ecb437e7fe671ee9d8d35cfca0df52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df5970d2982ac7043aa699e58fc1ad3d11d8521a..2e16660c76940200253b6d57428f1e76876b92eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f00543fbbdd618833f9c6970822e5a4489b4b0e..87d836cd625fbed55bd0e24a99f96b61d987a92c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3489795ac43268b4b22dd61062c37333c3048baf..0219361480c3af79f3f68ccb43ddda8494d2114f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1b7eefe47201cf8f29b07ee16ce0675faf96b837..9f5f4cbeade2217ce99b0280b4c7ba58e11d5194 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5fa8d90a3bfad5a94be7510acdc4304f4e96c0a..d5ba1ed3779901120a48d974657cea8c0e6f76af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4646e4097fde0f1a17a0850c1db115402881a27c..10c70bd4e413fadd816879272b3ae9a0e59d7068 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 329d80207d018a20f26ae1a582b6e2660f8d3213..e37f04b1abdbb0aa40e79c9ca1be933b6fb99acb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba588583c67d7fb561e4443a8ffaf6a008fbb61a..4be15b1153b3f3c63867537070b40069db6990e5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db5ce27d66e63d29758ff96d9ae6cd12116a820b..759eb1ad34d292b5420ca24c41d7f15be2cc5092 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e88351588921331fb69d3220431f75f07d94fa4c..de01ffd07634739362a32812d38e4113255415d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a260f8a8028837903219dc641b6d05466e5514f..438cdae5119a9c6d5b4d571a7320dc2f6f56c6d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d8bd21c29b27279e47915afb17c8c8ad8e30380d..fcb9c9859b93eab3aed0fefbd1aec659dea25340 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7d9cf20283d20fd171c1a50a6da33080922e10c6..88aa418201cb81c4250b1c2c4f7b1e8c44f9043e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd748f1cd4e92419b77513f5cad205a3cec60fcb..03187cb40c30816b363f8e74f52216d82b43b51d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d9342b7402c1bbbd96a8ed57864629f1f07cb817..ea20c9e0f94d4365ae96856de29b728213372ce3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 55ab81a8aee8dda07e9e58bd03de9fa590b12d51..2cf2d9efcf62c43210b6e765d0ad8bfc2f8a6e2e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1bf2f17910f882b38719b04cba8ae92adc0865a2..3d2e925657872079204b596e5b13b3caae0ce003 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a26fcaa64bc515ffda275fb5a2839592a172039..37742f6bb02f8a7bff12a92c1ca9c560770fa9c7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 902726413ce138799c7e04bbc3f7f18978634f29..d78673665037ea51c9226e01f9fc2080c057b263 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index defb984f241b449ec4eea2ec72473df6718e338b..d0be33cca6c2cf3f833e0d8445cdca81802ddb32 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -430,7 +430,7 @@ class Relation
                        ["`nurl` IN (SELECT `nurl` FROM `contact` WHERE `uid` = ? AND `rel` = ?)
                        AND NOT `hidden` AND `uid` = ? AND `network` IN (?, ?, ?, ?)
                        AND NOT `uri-id` IN (SELECT `uri-id` FROM `account-suggestion` WHERE `uri-id` = `contact`.`uri-id` AND `uid` = ?)",
-                       $uid, Contact::FOLLOWER, 0, 
+                       $uid, Contact::FOLLOWER, 0,
                        Protocol::ACTIVITYPUB, Protocol::DFRN, $diaspora, $ostatus, $uid],
                        ['order' => ['last-item' => true], 'limit' => $totallimit]
                );
@@ -451,7 +451,7 @@ class Relation
                        ["NOT `nurl` IN (SELECT `nurl` FROM `contact` WHERE `uid` = ? AND `rel` IN (?, ?) AND `nurl` = `nurl`)
                        AND NOT `hidden` AND `uid` = ? AND `network` IN (?, ?, ?, ?)
                        AND NOT `uri-id` IN (SELECT `uri-id` FROM `account-suggestion` WHERE `uri-id` = `contact`.`uri-id` AND `uid` = ?)",
-                       $uid, Contact::FRIEND, Contact::SHARING, 0, 
+                       $uid, Contact::FRIEND, Contact::SHARING, 0,
                        Protocol::ACTIVITYPUB, Protocol::DFRN, $diaspora, $ostatus, $uid],
                        ['order' => ['last-item' => true], 'limit' => $totallimit]
                );
@@ -477,7 +477,7 @@ class Relation
        public static function countFollows(int $cid, array $condition = []): int
        {
                $condition = DBA::mergeConditions($condition, [
-                       '`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ? AND `follows`)', 
+                       '`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ? AND `follows`)',
                        $cid,
                ]);
 
@@ -498,7 +498,7 @@ class Relation
        public static function listFollows(int $cid, array $condition = [], int $count = 30, int $offset = 0, bool $shuffle = false)
        {
                $condition = DBA::mergeConditions($condition,
-                       ['`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ? AND `follows`)', 
+                       ['`id` IN (SELECT `relation-cid` FROM `contact-relation` WHERE `cid` = ? AND `follows`)',
                        $cid]
                );
 
index 1452369e5e330fb15ba1d60be9d4689f2f1f5a03..a3091f7d836871c9a77a2c907442a4549c5afee5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ef486207983b448ca32105032c1169b02a955c2c..59936414c70553707effb88098bca89cb8feab3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4e7a6a86105771c750a52c23ada775b8bda9eb2a..ca22c32ac6df506e350f7f4246f07036fd6eafc9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f8b4f59aadb8c77b383be660a1d5fc9be88f8009..eded02a0a63f0ff3ebfc23107e6e3a4213c6665d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 477b1f3232f69a312b7b047aca808768664b02f2..873c6e7835f3b3230a70129b7183317962626080 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c374125b69acf33313b2bac0619c60d40c6b81bc..eb4008184f943d1242ba30663352e1896f75acf3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 73bc3ecdef4e7ec62861c9ea399231e18e0dd5a4..039a106e7d1750a908258bb8df2228082a9d8815 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a19662735266d7c7d78cc73354ee967f56aee3f2..3194097f31ad0e5bbad4680b1c2580793267db4f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e3415da8caaef83ea0614a3655fe7f2d892821d6..a45b67176961b47f74ded3fb5f5fc3d54dcb6b5d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2e1503dcf29ffc98cddd76b6ac3890370130d038..e624a6f9758e120fb572f927f767134c49fc981a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 93b3b5b2dafe3dfa42f82a15471b6321f668f065..0fbaf93c7e703e67ab1124b77b6140e0ee99b7b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af1bcd645160a446085dd796e44f9e8c1e27650f..4cba6685e878e70f22bdebb4a9ebfb166e70f03a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d972f38314862e2c422e57baee7d50ccceec7863..c823545fbf8b3e84607f69dda815c98c54e4003e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a91097599e3705ddfb4297aa384f1efa4c38d765..e99d40f12f65ccd56af0ee4ec500de37b6df16a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82b8bd9dda3867615d146b5701de32df20b1736b..9623f5622eabf849292bd45f25bae99c82136306 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2baa76b5be676a69ec16434de78b7e3a8905f8a6..7ac7a51d2d64fa886abbf5bf6f95a137fa529207 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 860e9df5d8e11c46f0aed5a64dbfc813fcba31da..21a04620937aabbf3d160467ce9237f2689f5112 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 60a33bd748f392b43814976d635117cb2c5454ab..2c35a40ad4b8756adc990ecfe01bce85982ed371 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2758d8027749684c1d9b8952d58572965813ac00..af336e92a73932299d337739982cac4593ab1b6c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -81,7 +81,7 @@ class Collection
         * @param array $fields
         * @return array
         */
-       public static function selectToArrayForContact(int $cid, int $type = self::FEATURED, array $fields = []) 
+       public static function selectToArrayForContact(int $cid, int $type = self::FEATURED, array $fields = [])
        {
                return DBA::selectToArray('collection-view', $fields, ['cid' => $cid, 'private' => [Item::PUBLIC, Item::UNLISTED], 'deleted' => false, 'type' => $type]);
        }
index 63ea9b8cd15bcae2834ed91dd927aa484683adea..0694b3a377b7fb8cb262c43a093f15ddfed2e23c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6e92465fac58a8ce1697d742a4fdd179fd18236b..e840a02384f9f51ca89428c1321c18ecaf2c5f41 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f8ed068fe8e128f089f75c04fc172933ae43cdf7..0e343e87182e1c354688133250e34a47eb89ad33 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f9e7e5e3804635545be27222a3b57d98880045ab..e87bb0e0157febce69dfdc5a5dbc7dd8205b03f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e7699e20c9b0b0f580b8965fea6b6757ab2b5653..8a373b3cd3ed86a77e944f0bed2ba1dfc4df54b0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 83e5bea99fe000a62649f5497e4e910254d2a1a2..aa830a1d28261ed69c9242573060e07c36ad112f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -75,7 +75,7 @@ class Link
                if (!empty($link['id'])) {
                        $id = $link['id'];
                        Logger::info('Found', ['id' => $id, 'uri-id' => $uriId, 'url' => $url]);
-               } else { 
+               } else {
                        $fields = self::fetchMimeType($url);
                        $fields['uri-id'] = $uriId;
                        $fields['url'] = $url;
index 28526b5b04bd340b87904995546bbd4df6a2b58e..074cee5221217b6b743970a40323a18f59697598 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6729e9f526db11a59b10d707e69e9f5aae4c0ae3..6c585629783965db55a9636652fb4690d89dd007 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88617b21fc1f63ae55bb952a1ca6bb6e617cc607..c4d354e137becbd9f6a00d3ae91192ea9ef7ebd6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 002b5ecb58bf8b2e8ae63b4b14a7e7d7f66412bf..4d9290bf7eddea112516dbd3ba4e68b2c1252b31 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a6a3bbd92b2eeeb0b1cd91240d4513ba6260156f..aab2314c7537526a700d3877ede3f05fe15ce1b0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -99,10 +99,10 @@ class ThreadUser
        }
 
        /**
-        * @param int $uri_id 
-        * @param int $uid 
-        * @return bool 
-        * @throws Exception 
+        * @param int $uri_id
+        * @param int $uid
+        * @return bool
+        * @throws Exception
         */
        public static function getIgnored(int $uri_id, int $uid)
        {
@@ -114,11 +114,11 @@ class ThreadUser
        }
 
        /**
-        * @param int $uri_id 
-        * @param int $uid 
-        * @param int $ignored 
-        * @return void 
-        * @throws Exception 
+        * @param int $uri_id
+        * @param int $uid
+        * @param int $ignored
+        * @return void
+        * @throws Exception
         */
        public static function setIgnored(int $uri_id, int $uid, int $ignored)
        {
index 7bd570699731ab1bea3267a46dfe5194bdbe306c..aba47534a5da769dcdca827bffecdc95176b71c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -64,7 +64,7 @@ class User
                                        return 0;
                                }
                        }
-                       
+
                        $update = [];
                        foreach (['gravity', 'parent-uri-id', 'thr-parent-id'] as $key) {
                                if ($fields[$key] != $postuser[$key]) {
index 44a7dd9000a9794e9878fe6452352cb6fd5edfb1..a9affdd76e95cddf8119b917930036b06a79f497 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -607,5 +607,5 @@ class UserNotification
                return Post::exists($condition);
        }
 
-       
+
 }
index a1690648fc9e9475d29a706373db9e0f59a0496d..8ff942ba46226e6cfafaae61997a05f730b001ea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5b6c8813a8d733602b8e3d5edc5b76febd992ca1..2a2ce57ef3da3e35699b25df800508f53c30e741 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 396524673180ffebb13852da2d92a2055be01a07..e78fa99fe591391b91a811f9af801a6580ca6c30 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cb518c0b17b26fc4542baaf36da7474b3b3e5f8a..4b09af72d870592003a5831a168110b80256b99c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88aa820674007a73eedb3228c8ef5e412b0edc25..10a2d9b4d10d1af6b9b0e051b2c5a4db7c6b4e06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 799296dfbf6a4755b0ff3659a391ddff95f44789..368be55ddd28f3a4f100c6b63d21b972fce7f742 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac613853493ebd91ec142d75ffd615b5957a1b39..bd7351f072513e456815dc552f9877bdcd8c32aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4359d21071d73923185fc69ac9b9e2118e54c141..96e82a3fa3e06ebed68d88b3a428d4adf89917a2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 17145adfe71458667c07e0c804a9818fed49ac9d..488715b28797ef59ee7519d6fd1cfebcffc7f7e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e80b43688a022992008d951db4c20df114c546d4..259225c491e5812aff30fc0d069ddb6c965cc265 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3fbd77256857ccb4b00523935c43537f1f1d76ef..8d9a1cedca31954e0767de96ff3625fe0a78cd57 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8e66d8ad59f1beaa737d645c382b4c4d20c9f611..7cf4009705ef385d9f01885d7807eac7d2e0ee2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5322a4ffba6bfc8974d0c9e5e0f05bfd52790049..101f153896114011c378f17946f70e01a2965d01 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dd58450fb3c99e853a2eda2ee8a5411f152c04fc..4bfa8a98f376d0831cfeb253eec1f57180585c98 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82997161d16cbbdef1850a12512227fdf3547009..4f015e45b28b4b1264e726c29b779b982a4c1998 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3fa679ebc3ff629fa9ee2788dcb6f70825afbd20..edff8b833c568b32932476f2122ef5259a664ce4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d525e7d69a82fff9b4a1a468d2a0265ded52e0e9..8e97097182037592759a047a6b722a4b041e8fac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 48236da301580f1a1d7d892b8129a9a827a4d962..1b9bdbb0f2bb6e5f0cefc356256a50a4580b4956 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 50d4a0824aa6b2434d842a8392a660626617a6f5..ae2709611798fc0ead0e1d7967de35fed4fb1082 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a9858d94c8d2f77bb1f513708f121db8d421f654..6ee690d2beff58a47c5ac00b8bcab00a4280bf5b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c8109d667ca99ac2d8a7a0a798f789a6c44f1bb..fd3a2d66c34717532dcfebb27d3f0fdda0681026 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 47ff2a8fc8e840a064997d9879b2dcceb29491f9..d5fdb5490df7f86054e00378b88f9051974f9548 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be0e59e329e6b2f41eb412f8376f8885af089da7..9bca70a203a4a758e6e4fdab926946065dbcfd1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8db0b70ed4ed12f82c5c74ce1809425fb1ab4570..25e6446fa9ce3f6041cebb2ce798508434c2c182 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 70d835fcd39e1fe84371114fcc7205b8729a8ae0..cbc34eba7e95fc32f51a3ff745cd95d5a253d246 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6a80f6ebee6e3ef0b6f8ea61893cd539c46d506..8878895c80b742877ff24934682014636ff0deb8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5916509992a8f6141641162716e96d2a902420a..cf53a784d621731dcc77aeb77d4e4b748d4425c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5324e6f68db77941e4b563eaf154f48063169e0..7cdbfb4f5107a95b7b07d4a67b7a2f5e33660f1c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d56e02061594aaffc951709b8734d8afd3dde1a6..3cd00e08cabb639bd8ca8624e5101d8494d7f506 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c51ed27c011d00664312ffb38711c2d3e0cfe2a5..7333fd51118f47a90a608b5a4e60f5fa694854d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c9b375f0f8e5f46e0711c56a61586e1755228c8..aacd06d7f3468560fc01844f3b236c87a937168f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a6e73cea4a3be04f20c2967800673538cd5cd771..194d2cb2c7129efa1f5c9f801c833cae5257190b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2075534372e1169a6c2d306ded8211dab4ab381f..ead4f6d83b25b63a21cd36414ec6fd17912b3a3a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 46f9d440bd815ca16a45e2b9ff408ced44583d42..6244c5c9b6d71271a60bf3e36f837984245613c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 45573cbe6ec1a36c72e0db0c1eb6567b68e4dea8..e3ba26e4a30cb57adc8c64b9504b3a1e1311e487 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 756b90afa52cd942586581c0cdf2081c0e0eb45b..1a7dda3255210bb9e71132bbab0fb0f426be0c45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4dde4f856b4117f4ccf93ae648fe365cc1e89790..9ffe2ca8feb1d45389e2fab2ba6b321d6dded8ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 888614b678b88accb978c84437938143dc538936..82377ed66616fb3b3bad33c5669ab08ce4f81960 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81448769e3620fee8a9f67cef165f9c89cca5ce7..a113dab84f3b110f400b5cf4d8e2d5def81fa4c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de37c9c747640927324b7bfed59740ee99b06d17..d5024db2c4d963586b7c2111fc06ca5af058bd36 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 26d8efaf7834d8ba53d71ea0d16aa8fd0e9f9cf1..81fb4e89f08024d4da36509619c2cbf8031bf185 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0386bb076bbeab7d0b8d70a1497ef79d06accb3d..1831db980955e819c898ee38698aeb4ef0f0f133 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 795c833f52770b1ec3706c30d3cf7810f576b629..a0b969ee2a1a967cf5e3ecdf7cdc77bf15c8cbc1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cf23b91ce0b010933e6dc566e328868fe54866b6..ab15e666e50aa3243415734365be8f796ef6be44 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e930f614b67a78696928b5d0182469d5a3e034e..bb7381f7293ea44c36e26bc5ae4d298970b34dd2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3b0f030135b5f78743d1f760ed80016986e720e7..29038993120e411d5e8d739146b0b641badcb7a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d263bbbd74f430409077eb9892a4f61369226abe..68e0a0578807910f7a470dd721a802e1f5a57daa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 89c257e73d3b8d930d171551eebfd46a53bfcd8f..336393107adeacbf6f07243a05d181d891784330 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index defbeed1c12bdb6c60582dede304e74d5e8a6032..bee037d97fe9e0ee66dbf6650e0378af7faa3b53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 46320df153de0de88e77b360a9f3f7c2561de2a1..b7ae74b143d13293814a32b3ea0b96f1163189c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 756c004a987cdb4a581f6d7d32395595e3ec2906..d445e917c157df2312bdd5acf74e041bd63dec22 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 67f2421271a3574485c04d2d975d3e0fe4bfa338..0a331f6333b133f9aef7ae8aca029ad4bab54a83 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1f60998b7b5f8d22902a39a48cf2ae3531f89704..6cb9241c990be2bb2ba293f38b0c7d4ea3ba46da 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 64cc2e03aeada7f2ab091ddb01a08b59c041f249..3bbd2615451f6b58dc97b16b970a2dd3b9daed17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 350d98a1d71c974f820e4f78837a5ef59db034be..957575aa989666283d4eaef64fd79ab686c3494e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 83ceb7a5c55795c77291e77200879044bde44674..c6bcadfa41bfd99841d2cbacfbfee90a9092c2b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 76062b2fdedfe6e7df15fda0e2b607f003b1e7a7..1c77356e736b0415d84ed8156e84fa7b265ee99f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 83fbb5d3d304be7bdb262234e24040e66bcfb89e..acf0b864dd455d57294f9bdea156246ee4661321 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a50416ecb6c9a03acc8d244d56fa5e889c64d91..e1ded1de819a7f0e392b2c8e7db51a3952c7a1b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3fa01fe1b495b0434128d565e937c63a468bf061..dfc2d2d4317d930f258957bb7887b815a4c9de26 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0fb6d7df8ace2b5e540788c5c59f6205be0c9594..28909f0e39af01af0d6bbbe5ea323f3d6915783e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -43,7 +43,7 @@ class Show extends BaseApi
                $directory = Search::getGlobalDirectory();
 
                $profile = Profile::getByUID($uid);
-               
+
                $profileFields = DI::profileField()->selectPublicFieldsByUserId($uid);
 
                $profile = self::formatProfile($profile, $profileFields);
index ed27b8ef3a1e8b0bc17d7747630df777ba36c826..94d155cda43ed0f745532cbff2af0fdbc76f114a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6be69ebbe5e9fd71dee00574e3a6c6f149fa694..1f46500b3cb089e5346be0ce6352b1e8ed7acc37 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ecf99c78bf383dfe34ab9a0997fcafaa0ed7ded8..d0b57d0a7e58234765d27c952cf422efe3a13aa8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc52e9fed550f5790f3d74f370b991196117450d..df4409811667c5247ba73d49d33ad18c1ef3f7a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 69168390e24270bef68668b40c7da08a0c3ccff6..72dac3749fe14e4656d462bb9bd1a86e2440ae3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41d0a6f5e398a5924ee677930f18ca507fafecf9..43d56a3b686f7bc62dadd3e0e12dc6d46816e92d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cedcafa0d749466bd34fe3230e63c1b19c2650c5..f8687ce9a9764d114563690616a9118d2e446d67 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f3d4b0d379f0e15f2e4bc1cdc282cda2cb6c61f..c19ac3647666b540e6ee67ea78310c92937a6212 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 949ec45f4affdfe03166e72e048dc04828b93551..e73c48855ed341d414448a59ddf6c34c0af48c38 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -60,23 +60,23 @@ class Followers extends BaseApi
                        $params = ['order' => ['pid' => true], 'limit' => $request['limit']];
 
                        $condition = ['uid' => $uid, 'self' => false, 'rel' => [Contact::FOLLOWER, Contact::FRIEND]];
-       
+
                        if (!empty($request['max_id'])) {
                                $condition = DBA::mergeConditions($condition, ["`pid` < ?", $request['max_id']]);
                        }
-       
+
                        if (!empty($request['since_id'])) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $request['since_id']]);
                        }
-       
+
                        if (!empty($request['min_id'])) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $request['min_id']]);
-       
+
                                $params['order'] = ['pid'];
                        }
-       
+
                        $accounts = [];
-       
+
                        foreach (Contact::selectAccountToArray(['pid'], $condition, $params) as $follower) {
                                self::setBoundaries($follower['pid']);
                                $accounts[] = DI::mstdnAccount()->createFromContactId($follower['pid'], $uid);
@@ -85,23 +85,23 @@ class Followers extends BaseApi
                        $params = ['order' => ['relation-cid' => true], 'limit' => $request['limit']];
 
                        $condition = ['cid' => $id, 'follows' => true];
-       
+
                        if (!empty($request['max_id'])) {
                                $condition = DBA::mergeConditions($condition, ["`relation-cid` < ?", $request['max_id']]);
                        }
-       
+
                        if (!empty($request['since_id'])) {
                                $condition = DBA::mergeConditions($condition, ["`relation-cid` > ?", $request['since_id']]);
                        }
-       
+
                        if (!empty($request['min_id'])) {
                                $condition = DBA::mergeConditions($condition, ["`relation-cid` > ?", $request['min_id']]);
-       
+
                                $params['order'] = ['relation-cid'];
                        }
-       
+
                        $accounts = [];
-       
+
                        $followers = DBA::select('contact-relation', ['relation-cid'], $condition, $params);
                        while ($follower = DBA::fetch($followers)) {
                                self::setBoundaries($follower['relation-cid']);
index aca6bd5a886997a92a1681fb6bb94b763896cd1d..2aa0cad0570bf7c394fbedd623170c62a8f5ba2d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -52,7 +52,7 @@ class Following extends BaseApi
                $request = $this->getRequest([
                        'max_id'   => 0,  // Return results older than this id
                        'since_id' => 0,  // Return results newer than this id
-                       'min_id'   => 0,  // Return results immediately newer than id                   
+                       'min_id'   => 0,  // Return results immediately newer than id
                        'limit'    => 40, // Maximum number of results to return. Defaults to 40.
                ], $request);
 
@@ -60,23 +60,23 @@ class Following extends BaseApi
                        $params = ['order' => ['pid' => true], 'limit' => $request['limit']];
 
                        $condition = ['uid' => $uid, 'self' => false, 'rel' => [Contact::SHARING, Contact::FRIEND]];
-       
+
                        if (!empty($request['max_id'])) {
                                $condition = DBA::mergeConditions($condition, ["`pid` < ?", $request['max_id']]);
                        }
-       
+
                        if (!empty($request['since_id'])) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $request['since_id']]);
                        }
-       
+
                        if (!empty($request['min_id'])) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $request['min_id']]);
-       
+
                                $params['order'] = ['pid'];
                        }
-       
+
                        $accounts = [];
-       
+
                        foreach (Contact::selectAccountToArray(['pid'], $condition, $params) as $follower) {
                                self::setBoundaries($follower['pid']);
                                $accounts[] = DI::mstdnAccount()->createFromContactId($follower['pid'], $uid);
index a924808229351a2e3c9f84f286dfe29c27e4cf4d..8e2e7292b04d22c1171c718f064bf670b15353d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e100c09d36e4b6caeba48196886cfd8586defe28..2d254a2966b2de8130647bce300265a3b2f90fb2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68550dfa424a82d7a4e29fee600b8b66cc230b22..d5c708c779d9b2add52e7f315c53042073e4ff26 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0368f4b8dcdda96c3d484855a248f4e5edaf374e..abf100f5434350430d5a205bcb10a69442690b03 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3a77061b4b0328590b5927b627852e9d4c70bfaf..4f759bf3d1036d34ee7577df3627dbee3e97b10f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d397cf27d0381d49939722adc39c0119b164ac29..5a03cba196a1c9a4c0e113369685d78ecf93745a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 36f730404a8cfa033ca7801f41f1b0ba6a7a585b..6b1a64a5de899f8e211d22fd863d4587de1b5d6d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1afa5474c9004130cbed34004640cfd35e3a2dc6..c67186908ae350d63a957ea9894fc807103b3c40 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29aa82b49ec625d5b383fd5c7261b0d90c170f02..b67e92f61ccf822f3ba3120c4144013422e5cdb3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 65d901ad7da5e4b3e449d79a39a762ff891a9fb3..e3f90330442bf02d384569024f5481d683924735 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac6337ebf027f77d201a4887552d4332f44a4ff5..8518d4c95d652c987870ce81f7558f97bb31436a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5291536fe8b0d85746a081941e336c700f4acbd6..bdd6d76005b1fbf1d2ac48f7d8f081d78a258b06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5178d671eec672674a4e46dc9ddb1515b814a626..f04660948f1c3233d9ec93222f8cead71147c2e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1c1ec80602d328398d765cfb80562294aaf25242..f78cb07098956918042f4236477b6a1d8da8fdd2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -59,7 +59,7 @@ class Apps extends BaseApi
                                $request = array_merge($request, $postrequest);
                        }
                }
-                       
+
                if (empty($request['client_name']) || empty($request['redirect_uris'])) {
                        DI::mstdnError()->UnprocessableEntity(DI::l10n()->t('Missing parameters'));
                }
index 286bb695a99b3cd5eea7a8bae19aed1007339eb3..ef9c775c106c0cb000257f1c0de50ebba54f0f17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96f65b5cf0733d2c350baaf3b2a374149331844b..2c2adad2a65a0a49d50f13a82c4cd57de433edde 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6da14cbe4a7298aa0d7989ff7a113d8539cf3cf4..b027836ef4e27310ea568d32a4542a4f2b247227 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 066c36b9db27458aa1207964a4f91127f939c5a8..fa8804f54290912f13616272f4542a0563bee56a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b01dc9d7ca0a41a723dcd6a78305bd4921fa6963..c88daafd574100231fceb0a7981f17fae510db19 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 167ac72434c637280bcb257572c5a832fd9e8146..650e96cea3a29238d9f90ff3088b7cd565a65f81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5149eaf61986865f600cb55c192e53b15b0d61ca..2e4726397c5cc1f4659522908d0a900364458aa0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37675fa5097ef0a4e534eaf9d08ffaf884fbc9fd..40b41985a524f10111ef5584d613c6d4879ac95d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca21cc62b6f753176f932a6107133615132a99bf..941c4a5530abdced9eaaaaa8c6e05108c9e7c39d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c2ee8034304a3dbd8dceae054e824f4771969151..25feb9d879d8350b1c654bd7063db0a2742a49b1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af08517e9747906817540d0baf28598ce604be07..723a98bcdd0e8583fac8d39e3b536974d4fda39c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7e9dd49c92226af1b976370911dc72363a74543e..306f87323622c2d4ad5a7c414a17d9f6c0351b4b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4747ecf51b1e03096e92f8ff979e12fc73e86790..aaa0bbf50311be3ca2e3683b4af6f42223603b26 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3511f9a83757b20b36af98d724474784c54a284d..689858c61eedfea675be72c77578faf9f1154f6f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2b6732f2694bf004df62092e124466b21da15dd7..61434479bd0d248bebf1c252b3946f3074680fd9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 38f80f955dbc8febe6ee79bf3611aa938b3d00f1..3e5a471983b55e61b74ba6697a1892323943c102 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 345ca4f39d85136043693b562c5970f412f8d63a..667cd87eabca8db246bf0152817e2e1e49b33b0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -84,7 +84,7 @@ class Accounts extends BaseApi
                $request = $this->getRequest([
                        'max_id'   => 0,  // Return results older than this id
                        'since_id' => 0,  // Return results newer than this id
-                       'min_id'   => 0,  // Return results immediately newer than id                   
+                       'min_id'   => 0,  // Return results immediately newer than id
                        'limit'    => 40, // Maximum number of results. Defaults to 40. Max 40. Set to 0 in order to get all accounts without pagination.
                ], $request);
 
index 0121acf24619ae33d2f1545c89cf300cd68e9031..a00b0f83179235b532362c267b6c6a8489c4dd81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1253026fdd07f3be03a857b605ba5c1e36915854..2f71d53c27ec7f60250724248f6138e9664383d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -42,7 +42,7 @@ class Media extends BaseApi
                if (empty($_FILES['file'])) {
                        DI::mstdnError()->UnprocessableEntity();
                }
-       
+
                $media = Photo::upload($uid, $_FILES['file']);
                if (empty($media)) {
                        DI::mstdnError()->UnprocessableEntity();
index 72fdb25f229f62f33bd2bb91ae45a20ff974bd6c..2190c397cc10948f225d4fbc3e52c7c468e4fc19 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 844736259641ab654d5864e64f67f3f6fcab1304..39c111e9258c294b9e6728444c85c27564a630d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c41cc15dcf494e07dda2329d30278bc23defe17..848bf46fb3cf887f1bb1dc7ba1f212f628a78881 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5fc4e95b94827783eae1db482d4f1c5903daaa4d..2b774c59e2cf8c68ecad45bfdac02bebfd91fb60 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2391a0d60f337a223162c166aa1c918326cb825d..00ee47e5ac30c23972d2a7ed2611184675354b3d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3548faa2ed05557edde3512d87e055a8dcf5a711..4b7d1300fe78e0cbe8d62a9f38ae39dadd95dcf5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a44bdebc89661ee8d52912f6b0391759c459818..1cbe1c03d7b4fa48156a6fb2a782436c7f4e7a36 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 31e1b0eb12228fdd1932059a4f7e09c0550bb613..077f0b1028e1ae84d34b9340a33d03f8c9377c67 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 98213f9be8253a4df410c1c7a456282fc61f9986..1f0f2839e665149a05dc3ed224534da1b2047bbb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8fb973d333d37275bcdcc2d3b51c896c6059dedc..8d2ce008619efbefe885a2971984e492e55444bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c95422dad3b6eee2191b55ddfedbe4f234082605..72500cb62846f6cdfdaf4d06c49f8d05f2365e97 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2479da08e6c0186150b3aeb8588158ccd14cebe..b7b3ff14c4e8876a5d20e0511348e054776d11d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c9a21a7845ee52a551bf4258038aef27764c0af..7696995596941b3712d707a9f18d59e555fe4fb1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80b1bd58eb2eb3e703062996a50c68648e385f4f..e1012d8ec33a3a6fb84341df228dfb3a396536e7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 08ec094e00a91c4c610c6ada4a9c9e94494893a9..c18a003d5634dda34406fe350d03f2a321527d4b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8a731871a2617efd4419b5ee26a96edd759fa1d9..ed23891f0293341320c817ff25032d7bb322fefd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30e6ad152ee0050c80d59c572371738ae2e165a3..3bf165798b2d782934830d2d1356279f9e9c9ae1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 152a249f1efb4239642ab9f9e4ad13e35032e6cb..f00a7b6d5bcdb8dd620957be6c636e48cfecd5f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a85f0fe72fc6f7f90e1b9a3e035b6528e80f3697..b5eb619d1e66b0e8bdec6ab4d603e417e9734d7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bf4a73946676f12de2c655c600d38be4c53d376f..631f3e8fe1bf98a05c8c2c2f461f20e18cb09fdf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 39a93de0c05a9337c8f1d8a9b80eaa7009787b5b..d247a28566f696046abbfde6394345d71f91dc49 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22fdd2faebe31c42f858d6a473da9a18642e1943..92e2c3dbb2c5f574abd85fe8ff2e8852055aea5f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7e06c32d9c3f8314f2fbc3f0e1a5d0f39ceaa2e..d49a661367e250415522ec143c3f46282872d8e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2566daa5596a7df77654dc31493ec8c212be2250..a096ed7d6a3429b213f9d993dde824c265c45c87 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5cf4ceedb54de0319a3d15389df91c7de67d468e..ed700eeb01d2c73defb4c9a7752744df963ac89c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee6763ff285772ab5f111aee4f91f31824575f05..61df4a2dbbb03230d02c7e97b716e540c66713f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index afb84e2630049d91d01e60e1cf80eed831cdb522..d9c21be37357ba4a639c4cc986892e988582d7c5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -54,7 +54,7 @@ class Unreblog extends BaseApi
                        if (empty($item['id'])) {
                                DI::mstdnError()->RecordNotFound();
                        }
-       
+
                        if (!Item::markForDeletionById($item['id'])) {
                                DI::mstdnError()->RecordNotFound();
                        }
index f25b4cacfd3dd1003a16596c941e8c60ece81894..9645d39a2e47dc0c3e07bdef89cb43f5ab3d14dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 606aecaff264fc4a727c9f1202d0621a0741d2be..229fd8e005cd3fb96e656b48b19b1ecdb976cf6c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5879bb0e4bc1e45866d7ec93cff749df99ea723..13137a75a88dd25ff69185b4a4753ba4c03665a2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8530c9d777b8bb4ef7c33e19c69f3450d529ce23..06b08b7c3d1130bb80a048a1977d312bfcae2263 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bdba5ef68cb2611c3c88c0f76741f297734bfd65..a5f1f97f321dcc21c702b303de2ea66f37d9e60b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3cbd8d5b53ddad416e053399d6cac9607d81d29..a9a01a813ccefa04cc340c383d0f442a684d610e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df6fdb39d896a87f4c09e604334a58bcebdec9cd..dbfa277f72d59a9d6287247824408626befd2d09 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 769373ff29c394535e97a2ad85466540a6463d91..9aeb54e0840665ade5b46483d99b4c0fb4e77b12 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2049d92075a815b76ee634cfe0ad710c7d9cf715..dea8aee5af502a6961568de870c78faa22eeeafe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -50,7 +50,7 @@ class Tag extends BaseApi
                /**
                 * @todo Respect missing parameters
                 * @see https://github.com/tootsuite/mastodon/blob/main/app/controllers/api/v1/timelines/tag_controller.rb
-                * 
+                *
                 * There seem to be the parameters "any", "all", and "none".
                 */
 
index b41b1d6eaa8f24f708b59e3d88b2d0aeb06be206..5cf2ed4710782c65cd22afed42b71cb59d16330a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 26eb52d7ae3d829de433711bbd195897c38e1721..f9411465c64dc308aca4329fab84a68c469a7304 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2014b7a384ca72ab8f301d40c3d363a15b771fa5..810ab002d9d1ff37fa5b3c8e5daf6ea99c9e6af8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 60775ea5c41b3aac25f9b717065ac2bd01c6f8b5..81dada2ec97522211a2d98cebcdda1ebc559c571 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 739ed04b5d213d8c624bc5cb6a8279c625e6be81..e46318d6163332b46e54d8aee97757d88e3a2c7f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06ebf3db1ecd60844a2a12263745c9770768f1e8..1bcb67cb9c44eb5880b5aedbcc5f04525f318f7d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5af835289a4df845551dfb0ab287ebf98f2eacfb..f21d7ba852abead8014af44f929f3613dbea7394 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af9c2a6f7092daefef33acf18f7fc00b34508dd2..4c98bcfa6c6a8014d70d3180fe14f5790c3a743b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d687b85a5c281d3cbbedc51298e90f9c3c96deb3..53a9118b5219885dadff62c64d79c3e89b9e0180 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 823336c087b7160e4375bf6d0169aa55a0745266..b3583c853f36fb9da0848c305f80a16315991c63 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea2edb30e9fa99aae9cf8c038bbc821d5dced3c7..d68f1a403707933b53a815aaf88a9b08be9ce0f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f7ea3c0f9bcc8940a43b32c7515851a5b6235737..cfd43ed845d01a8c7baef024d7e9a7682982bae1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 808189c24df8b3b40b7b7df5ab296df1c0d90e9d..91157e970115c87aa5d33ff4acacc9df18a715cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2b95f7a6b68d7bb2590cfa95f789c5dd172723d0..b4b08b05d3c61102974edd9b6aea9ed3bfa75aec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5999022a3416e3133489645b9f39f652518622b8..798cceb4109dc828040c649aabee6ed1b64bf608 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1eaa601953256d753b46be011cf52688b4f194a0..5d7fb3a5645977d14930c8ec4bf9763761a69e2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dacbabadfadd1c735ef84c2f3d61b5ab8cde5ebb..2db0d483468695a58ee88596e34f0ed1a3959ff6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f385e3db74add44c18ad0556f8cda8a3f3f78b1..fd5b1c552efc7473b940938f0913d7f070ff16ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1e5dbed5b02797ec1b14434832c0bcbdb41e1f36..6e63cc63e81a47e148c4f095f8e48faa21784e86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c81b5af87346a78e8fe9d10dcfbbafa509c091e8..96a5f06acbd46a5cd2adc412af4ea24176e204fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c03064e79a11b9bd08241999070615648a4e865e..51ffc7fc73f2d871fc7e3ba71de98d2a97a4f3d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a810849befe7890e781907e79149d1ce15e57ea..9f55eb833a515f7ee772ee2c207d5176dce0cadb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -52,25 +52,25 @@ class Ids extends ContactEndpoint
                        $params = ['order' => ['pid' => true], 'limit' => $count];
 
                        $condition = ['uid' => $uid, 'self' => false, 'pending' => false, 'rel' => [Contact::FOLLOWER, Contact::FRIEND]];
-       
+
                        $total_count = (int)DBA::count('contact', $condition);
 
                        if (!empty($max_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` < ?", $max_id]);
                        }
-       
+
                        if (!empty($since_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $since_id]);
                        }
-       
+
                        if (!empty($min_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $min_id]);
-       
+
                                $params['order'] = ['pid'];
                        }
-       
+
                        $ids = [];
-       
+
                        foreach (Contact::selectAccountToArray(['pid'], $condition, $params) as $follower) {
                                self::setBoundaries($follower['pid']);
                                $ids[] = $follower['pid'];
index 04bddf83cd6c0edc64cdf2408040e370a60131c3..4a141f14010b3f3fd852003e88d3949d7b07b3f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -52,25 +52,25 @@ class Lists extends ContactEndpoint
                        $params = ['order' => ['pid' => true], 'limit' => $count];
 
                        $condition = ['uid' => $uid, 'self' => false, 'pending' => false, 'rel' => [Contact::FOLLOWER, Contact::FRIEND]];
-       
+
                        $total_count = (int)DBA::count('contact', $condition);
 
                        if (!empty($max_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` < ?", $max_id]);
                        }
-       
+
                        if (!empty($since_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $since_id]);
                        }
-       
+
                        if (!empty($min_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $min_id]);
-       
+
                                $params['order'] = ['pid'];
                        }
-       
+
                        $ids = [];
-       
+
                        foreach (Contact::selectAccountToArray(['pid'], $condition, $params) as $follower) {
                                self::setBoundaries($follower['pid']);
                                $ids[] = $follower['pid'];
@@ -112,7 +112,7 @@ class Lists extends ContactEndpoint
 
                $return = self::list($ids, $total_count, $uid, $cursor, $count, $skip_status, $include_user_entities);
 
-               $this->response->setHeader(self::getLinkHeader());      
+               $this->response->setHeader(self::getLinkHeader());
 
                $this->response->exit('lists', ['lists' => $return]);
        }
index d12e082cfa38bc9d2ab3fab758484461014be982..0f0523e120fc994f89783324b8fbfb88a654fd69 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -52,25 +52,25 @@ class Ids extends ContactEndpoint
                        $params = ['order' => ['pid' => true], 'limit' => $count];
 
                        $condition = ['uid' => $uid, 'self' => false, 'pending' => false, 'rel' => [Contact::SHARING, Contact::FRIEND]];
-       
+
                        $total_count = (int)DBA::count('contact', $condition);
 
                        if (!empty($max_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` < ?", $max_id]);
                        }
-       
+
                        if (!empty($since_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $since_id]);
                        }
-       
+
                        if (!empty($min_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $min_id]);
-       
+
                                $params['order'] = ['pid'];
                        }
-       
+
                        $ids = [];
-       
+
                        foreach (Contact::selectAccountToArray(['pid'], $condition, $params) as $follower) {
                                self::setBoundaries($follower['pid']);
                                $ids[] = $follower['pid'];
index 1abce5364690f62d80ecacaca843ad36bdd37aa4..534a30aac17f0ad1060aa6be1405a006d0c72559 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -52,25 +52,25 @@ class Lists extends ContactEndpoint
                        $params = ['order' => ['pid' => true], 'limit' => $count];
 
                        $condition = ['uid' => $uid, 'self' => false, 'pending' => false, 'rel' => [Contact::SHARING, Contact::FRIEND]];
-       
+
                        $total_count = (int)DBA::count('contact', $condition);
 
                        if (!empty($max_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` < ?", $max_id]);
                        }
-       
+
                        if (!empty($since_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $since_id]);
                        }
-       
+
                        if (!empty($min_id)) {
                                $condition = DBA::mergeConditions($condition, ["`pid` > ?", $min_id]);
-       
+
                                $params['order'] = ['pid'];
                        }
-       
+
                        $ids = [];
-       
+
                        foreach (Contact::selectAccountToArray(['pid'], $condition, $params) as $follower) {
                                self::setBoundaries($follower['pid']);
                                $ids[] = $follower['pid'];
@@ -112,7 +112,7 @@ class Lists extends ContactEndpoint
 
                $return = self::list($ids, $total_count, $uid, $cursor, $count, $skip_status, $include_user_entities);
 
-               $this->response->setHeader(self::getLinkHeader());      
+               $this->response->setHeader(self::getLinkHeader());
 
                $this->response->exit('lists', ['lists' => $return]);
        }
index d324fc6be4f648e47ef068ded2387010a5fc9592..bf769bace59168692d57aa0cad2e5c4adc7c4e1e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 89a7b4bcec486475d88aac27a9028cee6711af45..b8573d7ce2a61960329f77e2ea24cc3516c8203a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -80,7 +80,7 @@ class Incoming extends ContactEndpoint
 
                $return = self::ids($ids, $total_count, $cursor, $count, $stringify_ids);
 
-               $this->response->setHeader(self::getLinkHeader());      
+               $this->response->setHeader(self::getLinkHeader());
 
                $this->response->exit('incoming', ['incoming' => $return]);
        }
index c05dc09023172258ce243b925670bd20ed6ce498..5e9656a7194f2ae07bc4b1eead787fac168982d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 26e94eb1ab52e04ebdbdb449402f7c29b8757cbb..f7612d32fce34892beede76a77cf7946a955d2a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8390bab7758d456cfb53551b3c2240af926809bd..6a4e2eab80e4a0ba61ec4864b38b3543cb660af8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 09d740bb68d2f7188919005b7973d58564be8f5b..2953c1c973a770f1f1175d76e11d4d3db4ab22aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c3ff0030b46c54eec272cdfda30991256f0f228d..6ecd586891c885ecf42cb57833fc1aafa0c3f4cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 42fd11c364bf4bc5a10130d98ad544de056e90a0..4f64a54e8dacc4319190801de8a007c50208dfd0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e7929e77d22f3b990bec417aa67c631acef0d839..d6748d72eee3d45bfb634d72bb4c225a87d73a28 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a566732c0fc7951bffad8121b62ee7b3f924fec9..be796363724d75ddb77a2ed7295b0324cb8a4f0b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6f161e40fd0b01716231ff1ff9feb5cc23ab1e4..d10b3281480c76ef54f12ce566ae5cc055c48bfd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de41dd19e0cf521b2030bc087d1005ab8052f5cf..8901524ff2d4f51f11a745653c4d71f70ec0d915 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68876c320798e16da32c0deb5f8111e4f20fafe0..7be76cedcb6b00c86bd24ce6350ef4a758fec7c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e54166b990b3182a7faf501990e5d06422a4ea2a..0b43e4509fc628c6c2f5714cd5bc510a28de73f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30fecd4c716884fcd0abc9567e6a6f3aa5ac4c31..52284e3c1a762d99292e2fe352034cea51b03ed4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 69aeedba67e18964a2209236ba7d01396e0281f5..3c2e2ab804e0cafe939a09a333476fc7e4da2d89 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ab4de33d41b721e21f6d94f6639c3b7638bad175..1c3d52816ef34870bd101ee62ab96f7167b8d9cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e38bfa66af94863a6c4d6d2bb99ab13e54ca651b..a05fb5ace597b7a2798c4b25f302a2a7bf324df5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d89c2300b8ff02118f7ca85c6e1f00ee6435abc8..4a1051f0e35414eef4239d759df3b6eb8bee4c2b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f5340c5bb6e94b4bcf604fa171fa62e69e47a05..a7537c3445bd7b2a5203e3361c8586fe738cc5ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f01de59a5800dd10b8351db4205fdc6fef9a5e8..702cc169e2e73dcc7a23f5cdd9c49df8713b50f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 088f10600e6af7452e95d805f4007cbea17fb346..391ed16ce240b7c21edf0e0b0728b339393afb52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index abd2d5c7e4a4de0966a70d7a0d317dea4131aea5..809845d50199f62c110ce910701183550d3035d4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 645e68999a7ebc8b7e490771d13d51390cd53570..f82c003d84e2fe760187bbe190d7c33228ab8083 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 27510b93877bebc9ce21a9bb1ae69523e6fc150b..cd321a94c4e7d435816822c5587c6088437760ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51450852bc26f52662afb64d5a18c012152ccba8..9f738b2ce05d58f6821195bb0514adad7edbc541 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 17b2d6e9083ffff62b56bb3577db736a10c61bbd..c924934b7bc2cc2adaa9f1485abded8c8b5ae517 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6181202a3e64be86848df1c3023b169be18253c6..f36389293c7113003999fc85a73729f832baa7e9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82dda9de9fc46f8afa887600da8742ea2245bb22..29ca755e05f949522189a5ee91111de259748dcd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -90,12 +90,12 @@ class BaseApi extends BaseModule
                                case Router::POST:
                                case Router::PUT:
                                        self::checkAllowedScope(self::SCOPE_WRITE);
-       
+
                                        if (!self::getCurrentUserID()) {
                                                throw new HTTPException\ForbiddenException($this->t('Permission denied.'));
                                        }
                                        break;
-                       }       
+                       }
                }
 
                return parent::run($httpException, $request);
index 1261eebb1cb1c66d5f13c7ff214505ffe13ea179..3de46b319c6a87261c34e1c2d1c091291dd781e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0c0ae36276857f7087a05e6f15e274216f0636d..45975672b48494410e39514dfdf1bc7bc114db5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3573542c05ef7b79009e2e33f0f35d0499c5ab0b..28b824adb6252beb45a9629b0fe0c100ec2b0427 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2eace38bf1e74ae4d680def75ce1bc4eeed6f2a2..cc8fab8f7e5619511ad55b9f41f39dbade71e9aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a31b9d8a3cb51b9aa666cf598d4f78b2a941860f..a1e88e9a104a3b0a12630d4e97ebd1c160f383f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea07df91abd1c1f3d2bb6907759cf63cebd9ba59..3a6e9439be10ec3b4472566b709296c2fe41fd4e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d64c97e42cb9b1331d2109a33f005d1baa1d0b4..d915fbf69edc758640cec79316c8a852075865f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index afb693bb09dd0736edd25e6e077931dc4ec65a46..acb2dd4ea6bd27e9e7092120c53d9053332db173 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 74877f0afdeb3115aed1c1858ecfd50c35b23166..80037c98182c7727c58a73cb5171251d71f81ba6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ed2045f506118bbca492269218e519a2dabbddd..165c7e79e87638f8f07db1dd7c1c8ca5a3ebc532 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f08b663a23cfcef1624a77757ab9c880a51585c2..b6a0bd56ccd2c872db7fe854c922d0f582670402 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be47ba71801b624adb4ff4b7c71dc14acedb4d55..68c936927983f91b17ac9f6626375bdb3cc1daa2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7834958834d531bcd10a8c9c970e44389294750c..09c319ac9d2329dffb7b20cad1513987534463cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e8c9d2241a43a0577c7da637cbcb7dfa20a2c9a9..b2753414ccc89e186a96d9605a6b6bbc3ea549c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5420390aa606f44b087df25e60ae949a982ad302..bcf48da1ff2ef0742b9c9602d9e8e076a948a816 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ed91c927232afaeaae6544a281a9e4fa0d83249..e82a3312d2b02fa69c54d853a4ae7eefb85ac75d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 838e499ccbaaf7fa94e7b3a08d65e7dc755471a4..877c5405e40f265999fc302ff2415fcc0993baa3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0b4363b4c1a5b846e1de47c32d0b65e6db94f72d..5e648deac672be29593b06ad406ded86d71463e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b880165989ba86fc25c3c341f6a59f2205521b52..4d58d994c283a4a473afea3c3fe5f408e920c4d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9184e818f93b277556d827f88a6018adb7bfa913..16745a959022255f1fbec15bde828bd0b86b4a66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0678cacd3e792b05b6511eceece610e15e73d435..fb0f2e07f449a6df54b28e26d5121ba6aaf6fbaa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5a6da0d17328c86ac813bca17ddfe88d5afb11b..aef979b67703de5b635ffb507f5793936289c99f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eadc67818d506751551aa1fcae08200afd1c7b62..736761f88292b593863612b46515696120027b2a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4b7360e47182ea626ef692b25ae1332d38f42aad..5457b7442734970785055c99a25f20ca8bdc9a47 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 609ec65842e4a9394d78ab46af35264ce2b376af..d437b05f4f8eec36858b1deb2454c7cb30cf5428 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -44,7 +44,7 @@ class Revoke extends BaseModule
         * @var array
         */
        protected $contact;
-       
+
        /** @var Database */
        protected $dba;
 
index 7a4816f498ec67f6e261996f3c749e4f5bbadb8a..e94c0e14bcc69d17c6af9a30bfe5d47faf25f92f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 913638a9e2d8c8bd1171c93bdfcc22f9f31a8d73..36db688181a43cb5d4f97851a8cf7df4c97a714c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7e6730f8334b07620afbecbf97b8ddb36b6d5f83..63cde443aee5e568a454de8c8004a2534640b393 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4da6567d7d2052b407b14b8a75c3f51766cf488c..6670e7bb86aac3549e89c85c7693291b6a42a937 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -413,7 +413,7 @@ class Network extends BaseModule
                if (self::$groupId) {
                        $conditionStrings = DBA::mergeConditions($conditionStrings, ["`contact-id` IN (SELECT `contact-id` FROM `group_member` WHERE `gid` = ?)", self::$groupId]);
                } elseif (self::$forumContactId) {
-                       $conditionStrings = DBA::mergeConditions($conditionStrings, 
+                       $conditionStrings = DBA::mergeConditions($conditionStrings,
                                ["((`contact-id` = ?) OR `uri-id` IN (SELECT `parent-uri-id` FROM `post-user-view` WHERE (`contact-id` = ? AND `gravity` = ? AND `vid` = ? AND `uid` = ?)))",
                                self::$forumContactId, self::$forumContactId, Item::GRAVITY_ACTIVITY, Verb::getID(Activity::ANNOUNCE), DI::userSession()->getLocalUserId()]);
                }
index d0b902a5174bea313f655ce6b6226c28d9dfe9dc..d16879f7d8038862080cb89666cb203cdad4e46a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14b121e81079fce24b9e2c6673aecacb013fa222..6001ae6dc02de2183e8f2c171eed4ae73ede998d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1562ce0de263f7b1a9b7ce94d07c2da2990eeb5a..7b1535c413706a59e715e0d176cba6195e7df3dd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a74ce97182aa634eff94634b516c22771cdb4ea..34628ecf283272a86bc8495de99e44a2f47c42ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 52c0fee9e3f2da04c4a8e4fb949685c880309c29..560d002a1b85c93791b64f0599315a5a6e5a977e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 435245490e837540bb7f19b5d299dee5fdf8bb54..2bb84250a4901e8ca2fc59c12d3f4e9f2dfbfa41 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 13979a12b58ffc3c1dc3baffeb7f7cea8f339121..6bc1419d3463e08e0d550c03b756bbb09d6013f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 95d1d7665d0023b3356e1c7672dcaca3f1b59f78..b07658e5f65bc908d68edcf3273ba55bdbd6859d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d30d428998b69173583b33fec9e1c942ea51883..b67b73dfdaa3ff9b5b60e1476eb0cc8fb623d3ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6fae18c1cf0b905b08379fab9a9ade12e099f04..6c1ca51e5fac9083993bd5837118f2f209268bc9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 772651875e60c6b5fccb3e46ef96e66ae799ad1d..0003ae08be74125bf4ff4f36e8f5e5147c14d624 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb8b7a65ee5818295bd5be818f091ba901066b3c..8f2a98a597582b6e8bd88414387c199db8ce97db 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ce102df06d32cba70f7888dbd3dae168f969e878..d95e252e597d26ee9f264abfc382e24d224d9dd4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 19656bb6ad6b3c4343da58c4ece31355210cb8f3..deb090e4872bbbe551182bf27297aa009b958141 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 59714af387baa60f3e4ec2df537fa162c0a4c1a6..654b8a4e9d4fcb62e99ab04aa68faa05e85a89f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fccc90f9d2f5d03d80b58f9e595015b1d896e1fd..874fa904661b87f54c4f0a02567e1da0a63417ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8963d1cb8ea2a391ce0a478eb70b0db43073892a..326f415cfca8a69cb7dd9e6bb4161da6827a9ef6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dabcd6817d06fb24980b7fd7ecbcaa2a03006915..733ffb33d932c263ae040a37317c47008ff98a2a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 69b72d5e56d16a1465525ed6d63136055b62035d..a4bdb957dc21a82b432fef44edc32cb24ea8485a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f21b85fc45672e1f2b232cedee30fe351967fd8d..72360ddcaf45df6e02c70a26f30c26028d3cdc56 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3f834173a4b145fc5d50994c52df7db9ed1c122c..78b49d993f167f40e3739d4901fda9794eae7ce9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a0a0fef1d7133e61f65c0f7684f1855abfc08d2b..a6edd5100f5df1cd1b27c00a9d5116ef4956e9c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5728e0a3767c172d6953b6aad605cc9487dd143d..4a060c3599e31ddac59249683bab61fda3325621 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2b6e54652799a1450ca1d9ec38a5596c8679d73b..5818f87598fac82582f7d8eb456dd294abacb14d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 471515e6296ea4cccdc63a0833454b035a720eb6..dd0c94d8fa33d1e891fffdace52bc03f38c874a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4703c3216520e64b2605bd9fb8034af4058c3a74..f0bd6aa9f5845dd8ab8cc4f81738a7d6512634c5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06bfa5eba576aca4a22ceb88c348d0e9f1ce6864..ab05497d3f36399e756c9afdc895768b5a034c0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1631cfe7f4b8ef83f459c09b4857b13998f189a8..c1c3cda355a4626c0399f002c50668d3c5ff52f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -171,7 +171,7 @@ class Install extends BaseModule
                                }
 
                                $this->installer->installDatabase();
-                       
+
                                // install allowed themes to register theme hooks
                                // this is same as "Reload active theme" in /admin/themes
                                $allowed_themes = Theme::getAllowedList();
index 19519938d3b5102203a93f65adbc7b6a2e1f06a5..deefc44bbbce0099188db2a50478fe06828b3523 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bcfb83513b4115d00036d6e74fa45411b6abb37c..c9d192d249f07458ca66cfe613c0c5126231d0f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 723c4ca1667ef7d36feb215f7e3af2b8b54b5420..d44fe2cd7d84e0133ebcac06a7b059dd9e9b3487 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 01bf9a5587ec263946e7866b99670254022b168d..ad2ed6850e272e882c7bdcf61c10b618faeb8e41 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 50447afba4a3603c1255cd1cf2926d08029504a5..5cca0dfd63dce4fc4865ebcfa54bc2cabd6faa81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c28e49c8c8f44cb9be02347464d8e5f4975fdbd0..1b64ebcd41443203b04d10313623f9c9bdba42bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 90b2809f230df625266752b76f2cb89811c78636..4950ba069d767728bf25ed429f1163f4bde435c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2d44f363bad4ae13deda75c2c87180f2f346105..f3163a6b52e9983a0632926cfe40998fb902512c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6796d7bfce16d1eb2c59e8e7f79c1f41e0ec6492..931d0cca2177cd4e406b64b80640ca4ea6f3b9bf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -66,7 +66,7 @@ class Star extends BaseModule
                                throw new HTTPException\NotFoundException();
                        }
                }
-       
+
                $starred = !(bool)$item['starred'];
 
                Item::update(['starred' => $starred], ['id' => $itemId]);
index c300e5971e4bddd4f0d550d443d906ec78c47f7d..8fa67ec97987431a2758aa01bdb9a8540b894a92 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4080869158942a006b92404e1bfc834a94837d36..412723db318d89ffdfe1eb5a0e49ead59f372e61 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a19f94675011af692d1823bfbd13432c6129a653..4148b0ddf41ec11381a1c9eb739ce99b8aa14bf0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 86ea00faf86e87200ee5fc8780591131478f91b3..80a87d5bde2bd34cf21896e655dc306486bd05e7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0bc95fe79299c2c526a9d5c4365c56014e9671d4..046d85bc90647940572c93cf9e6ab77fe7a4822f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0df19d0098331826d085dc09f1a7a0c90238d345..bf545d0db693c1b2bbd2d5be9e15dc34d4b4e48b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f6ed34364a5bec12f42dd40fe1f7ead90ea9d91..2b04d3582dfb875fcfc2779b9cf23eeb197a666a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db1588d0bbd8b6351680209af592e1f2b74536eb..cbcb625a863c93ae56153d061d55de5296fcc671 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3583bce302d67bb24e6049262d8fe8b29c5f59e..2303906dad112286f97c89afe4e0568fa8c5148f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 54cae5ccf4605c2d18658562851d0e77cd42cbe6..10d47702d74f9c8718f0a4849ac5d3765b0d2606 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 98e35f70e85716eb84ee68f02a758d246f4c9e4d..d73889b0446c1fae74ab3be56d0a95ee7f8c6084 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e75d50dd71145b8889410320381cf9235b8ea2cd..ae4320fb5f1e131dedec01ee6aa96c98a46995cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 636798801435c724da8fa5af8e0232ceac13d53a..069928a80f69ba270a092359e46a6c128429b3cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 87f06b9f1d3056d1ab6583400118089b795efcea..ebe0aed5d68d06ebf1d95102d542bf8e892b5845 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c8719c14dc27e5e5c2fd2bedb62273dff92d7061..3d7c007a4effd92a01638f5ed90052aa05b1c85d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8463f413789ab764447c1799fb44ab2081b1b32a..4e6b17bfa55eb62f2ee08f6fdf157dc27547b933 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6bb599735fbf813ba8b5204a533d71498c8dc9f..5fac107f09e502aa79f04f2acd3e3d12cad016de 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e4b802baff6b72387089aabb18e6ed9864472441..1c8a5cb05df90ecfb40445633a1f8d8f139ee592 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8778c0a779f41887c7dcb91a15be7cdd084562a9..6989af98b0195e5f7e945af8141f04289cbfd087 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5cc1ae8927a33b463497cc90725c8673a18da13..5457917db39317b6e08160b84143e6b00612d9c7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 465f6fbfa19ea6a74d8825dd77d38a52b504f6a1..f3fc26822c35936065610dceecda0111b8303cbc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 56f31f2dcfeef2d98926d0118710b430aef8d36d..f5c5c725e0344928cca6bbd0f745f94025f0faed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f7042f1058365fca9ce6e0e963941aaf9b32ce6..aee7ade5b331c76d35fb049a59d2d3e53700cd74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34880c4e3885662bd6421b4e34149107905a1ae0..a5547be3fb9f4f44aa547912f9c1478c297aa65c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f12ce52cb712e3a94993ca92829267f8fb5f4759..98f114fb344977f21a51d450508d2b32b4533e87 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f8a63e7208ccef0f1aeb0b912391667b475d367b..246bed54029d54f616e633de48d1ecc721a18aca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -100,7 +100,7 @@ class Introductions extends BaseNotifications
                ];
 
                $owner = User::getOwnerDataById(DI::userSession()->getLocalUserId());
-       
+
                // Loop through all introduction notifications.This creates an array with the output html for each
                // introduction
                /** @var Introduction $Introduction */
@@ -152,7 +152,7 @@ class Introductions extends BaseNotifications
                                        $helptext  = $this->t('Shall your connection be bidirectional or not?');
                                        $helptext2 = $this->t('Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed.', $convertedName, $convertedName);
                                        $helptext3 = $this->t('Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed.', $convertedName);
-               
+
                                        $friend = ['duplex', $this->t('Friend'), '1', $helptext2, true];
                                        $follower = ['duplex', $this->t('Subscriber'), '0', $helptext3, false];
 
index ff33dd41a2deaab50584057fcf64f170e649dd42..70590c01fe1b16afe9a4d803aa25e938cc7ec5c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34d3cc698c1612d2e61e988a7d0228e2e17d993a..7852f81c2430e613ebb9cba837cf1e5ddd04ff59 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c16dec311c51e84ea3bdd3b7f1e7bcc414956763..15c775d201fa3f78a978e337b95cc33f669db641 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e2a65a0e286cfdcded35346bc76f6d459efa449e..861d22f279c46ba104838f496029fab19b92b82f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3cc04fe3d2413542fda1798970d642b1ad9e8bf..efa0666940e77aa3adba5779b849ef67eee68998 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 11d65420c02cdf4ad48795503ddc79c994f00af3..ccadfbeff8c0a1ac50d1eecf5576a0b76458bc89 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14e9be7a69159887081e6e8013b910b864507f81..1fdb57aba92553e5aad1b45d0da425198f32db17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6305ec77a3d0d52ae8854e3befcf2a066c7e649..c83ac4986ba0721be2874f8ee039e4fb11584255 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8fb7d886229a8549a81273c83ea6b2b6a190f621..edc2472f48c674322d15811173c798c2a2da1612 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b7920c2abc12d17072c18c89011ef735330c3b80..c98eb2e34c3dd8399f2d66d5ce066920c00bece7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f928e308d528f90a1ff4df48022aa5814938d054..0fd901eaf470f8d912729949a691fc9a86c72433 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da05cfa632279fe5fffdffd38326e88aa02c7d3f..b5a5a4d27e909862d2091be5d25ba2923cc862cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be8168271b3ece9964a48090d78f9ea8536a41fb..7a28115d449013a790482c7853257591209bc002 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f89660eeda1b9df477681787ee09bfa632c596c..d5426cf3843ba33d163a18e872c489fc98539b80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eaba8abd53025704c82cbe810bb94110e24a1b6a..a3ff8d98380e94c1ef04b71a26ed5c5584bdbb30 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8353cdf6d6713a9cb2bff393b8fcc98f36d7fcf0..e2d75ee8447fd70e2c561a4c5f5a021d26a78541 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1ef4c2b4b794a5286cbd9d22ece63f98314d54e..4265ff40109cea2a380b088202a1a6d6a1d0a381 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 35348be70799789fb444a70d30181b8d01131ee0..8beb0b362b4b11fed22ec9c50bc6b300a68d38d4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 11c50ff130408e5d3a0afa53dae0a0a68d54b21d..55c86988ad9cff9af5c29dea5bd990550316383c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 264c4693d7b96819ea4940e9a62941ff8a6c0ae1..78ea1c63156ac6d239e81ae3bc9b817fc10fa0eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba291a561f70833a9f6b769098563a06fdd4bf3d..aea18aa64ddaacc400ecf996e64437c4a2321564 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 94a1ecfe49b9626073534cc49095e8120d9f1937..f591b3bc5c11d0c801c1227402b43325c747b278 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3eee5da0992970aadd6dde928134e9d55022644d..ad6f4c4db016f283ec89b79e20b1640e40b4a7cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f8cfe37efdd44364b1632348520b5c9b67590fc2..bf5d2f24244a066ad46d5a9ef08e0e7ea3d2fc47 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4bb4c731da00a6892953f882a50fc4ff96837401..149d165129a218d0169079af583e4b5fd960e97d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6c140acce2670184b84316841d75196a5c28e976..e2ee1e3d8ac7256245b0bd4eccb32f2cd35a47af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 77654744035dc2e6287b862f4c16c323e856f56b..3e5b9d604cc303b5fc9deaa632f7072e9e04ce8b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 864b8a76e8756450a87ab5a7aae2ab63e083ac62..92ab321b89f35a4406f8fef86b1739f02471aa3d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7111146a28699a7e563dc74aad6260a861044973..5c7ff5138d30eba60dd7e8e0f04d207093d2e4d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -77,7 +77,7 @@ class RemoteFollow extends BaseModule
                if (!empty($request['cancel']) || empty($request['dfrn_url'])) {
                        $this->baseUrl->redirect('profile/' . $this->parameters['nickname']);
                }
-       
+
                if (empty($this->owner)) {
                        $this->systemMessages->addNotice($this->t('Profile unavailable.'));
                        return;
index 31ce69fbd4d09796304f0557be5836f4d294e7db..c4f972077f6746c55449cb17082d4bc45ca5d046 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 10dd5339f8cd3fb5b48c2a5110a74caf6c3eb6e0..b6d5fa182ffd9dda2cf9c1617edc693dfa2d6b13 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7dcc6dbd88edf93076b78231738876e960dcefdc..38c9a69028600a709d0bd27a7b691f35dc5053ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 32d92bb9e61f0e6731d1e8e5dfa6809bc0755828..8fd64a17a8e5f4a9979c3b25c9243bb1e22473d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e8f8b7911dcb12a2dc45e7dc496d31ae72d9dd55..ab129a82c9243934d1a9b10222ab524d8bdc6a0f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb1eeeb2782deb99bb6cc1cc76a1cbf18e64be30..810a9210cdbe72f9399590c6a851864065d3bc53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 17c8fab7a4909ecfff0c7f86a4e7b8da9d466f0f..1821211203dd53359ff2c0694f5efdb5abc1779c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9b8cb31a5706b8ee2da47f254e6a8027469e3ecc..11ab3596d680d6fcfb04b9f49d1597390a20fae3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cd963c17a59116bf9bdaeb90b0f90be792974f7d..6b21a0c7e784d7d688165abc547ec0ff2047802d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba7d4320271d275ed108a1a7d1167fa85139418a..d38b330bb3bd57fa1a6c337354d05041b50b18bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3651382a00b4f5f7c3aeb397840a97e58b389458..caa1146421e7f6af255788344400f78d2e2a4570 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f072b91c938df938c70ceb6047b1cda5fcea908..119ba9ddc1273ed8671626ae0673100da11f185f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7eb11118c638a4ac598a9a5c4ee5307ed8baa7ca..b3231a90852bacc0e07ae9668a081594b069fae3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 50b69aeaaad121068a83f2bae645e1e4e5ed0178..90a3c53f791eb7c00140f6e077608480c3a2face 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec96b559a703a349992416ce41a15f213eec72cc..cd35d803a60397aef33e46316d5696412aaf75b0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29918f032aa8c0efe446ec0df8cdbc5a91cba614..efc74adf0855b44d64699c29d9f73077d0bd6a6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d409f481f3bcdb6575030e0f5abc115f192c0826..a2f68b734d42b3bfd8f93b7443080f34dc352f5d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e41e6a702f588400f91f4186fa14a1c3d3ca4548..d1da83b2c9fa76f39e71a814c1d4519d678bff8b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 528dd295e7592eaa6834de89149cbd5b0114d103..180dcaad2aac0f09f5901d3a1c7467705cca941d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e33fb42b7a60799075b20c888f5b596ab891b9f7..b3f869e2f1bf7cccbb40d63fbe1b89a3137ddf85 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4331444196afe9103592cdb17e4b9290a1d0597c..1934556b3f39258683c3653be2ec74b6a5ab8c0a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d23b6b9306e72db0b2bfe33b1f04e8f650859f86..3ba8addf5341cfca07e9c1f40ae4f3f009b46dcc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 523d6d5650ebdb8c7189c7db367f5cbd3484cf75..a62c427b039f41b6d3fffd863273faf660cab974 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06ea01ca8393b5c05972f4409f972cffe9786f27..4b519cc97e31cf58fcab1ea6e840989d5e245b4a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9225eba4f9d6e2737b24c63ff818cb1634e17b73..270913a6d8ca21444f51f5da128ed1516975a90a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c143c4b10fd73e8ae25aafb8b1ad6af0ade0e215..df8d41519ca7b961ce96c6ff8b28a33fd7805cfb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 580d37e6112cb4fe2aea9273fe172d5fdc4db8ac..ac2d188c0a5bae2bb0cbebdf10e9455b6ca0cae9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index acd638829aec0f4be9b2e23ff992a0c7246a232f..1070355bf89e59a4fbd5febf944d22cef1c92826 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 846e19769fc42199105eda166707c75362cc6cb5..134b002c1bc79c85df3820b26d1f9d2f45b07f06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 87134103fe79c8589f36534d29d5956524182014..08b219d0da371916bb38f7a4e464c8053f1e7aef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5bee4427b8e5309416651502a906355bb08f8029..c1766f6b9283806744c8ca4fb93a69d5a95427eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d14fb05885159df355a0aa120a491e94826c3475..00f4075b063aaea0d13950eec457e78c09cfa725 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 488e82b48e171442d253c72ae0326c39f63950f0..450be03315ddfdaaa1629adc2afac56f8a182597 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34d65de30ea9b0db247b147c19832b83e1f2b460..b080719151615daa4d825f6b6919454274048096 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 26caae965062ac5181df1e8e259270676850a842..0e0bda2f957a6db2691de2d243218a69de796fab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 32dffd156f413662c1c2a7700156c551f2f1a310..1225cc1e2e10eb9384b1cf7551ce81bca0e810cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7561712cb3df7a3d4bca6ec699a7868f7d72282a..0d76e046602ad3f8fa21bf235ac304fb57e3cfe1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 97b1189141b59358207c7273796c23973188faf5..8e51992d4f5f8c5fdcebe6bcb37a092ce23db67d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82423747c9e2415eb4dd23ec9637c1498fd93e60..cf577a82a00a87d6a28c0b65a111493343678f53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00e8fe7024a132ee324dfa6a3e9c1d519a62fa51..7460785b135280f0a825d395e44969bf49ae1e7c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80005cf221cb264e3633c2c6f1e5ab827b0ff6f4..7f7a7ba7dc81169c5521cdcdf4fb6f03e1454473 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7848965eeef2f572e251b6a5c694f53e3f67501e..1eecea3f99f5b171cdbcef38364604f1ce2f1bce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ea992d68e9e3d79c433604170342c6cc26a0b2b..c496283a8e4372162f79641951bd21dfb9befc42 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6928cf810f543897529e1fd4f1db980c9fd90b77..9c9a29c55fd8c171b71a9eedc6cbaaf858f9d018 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 79ce5d0c2ed9fc75fb8274d5caf34c102e5a9f2c..26a21f0482837748908b63487561a770ee4d61d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e06fc64052115572acb402f0399820f5337a0571..75d3e6432b17f76620607ce0322be17054aa7e06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 50a4f6c55aff82be959f048acb01a00d8492d419..5161725d5e7f64c0639c35384bf1ad0cf062f84b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1b12f3e37a0553465b32ebadee41169965c6f313..1291d3309552b672acd167bd088b619f69e9d85c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6ae882bd946bd355e3399ceaf197e85e18b89493..2408ef7f3d7b2048e69114caa6315061defa2ed3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 348c8c1c5f5151ba03cf55a73fbddf991d957641..af64810086b77cbc4016ba2601f7222b00f73b09 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22d42c28ac4319b63b7bae0af57b517cab8008fc..05d2e94b06b28d1d50cd93ed1a76ee38390475ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f149d7dc861f08caa8f89cbaab30c786263fae1..57f5679790d05d2cb19311aac6a39a0aacdb6602 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6224d7c435e65e196ab53fb2a6eed877df3e1f83..323d22cd5b97f27fc4a44d2e7f8f04b99c310032 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1b7522e5c8d9615f87905c5a6e22b1181a66895..9eb814bd0125b37fc0e8a1e99f09a86086322144 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 406e05026995e3bb36da523383ba34b89264d779..3407fe52ccdea83819cdd3411da98a5a6efa431c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f98ca7ebe0849fb1e97042cb0456a82a42fcf29..f3d02383e16a47b82cf96c6a21ed1181bf362c69 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 02008a4a8673a9ae8319d86792dc5b4b9422f0ca..f93a7bd23fc9a7f97ac0a4f48b82fae18a4a66e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b1ab0e0d3135c04215b2d54c2e10f7e009317035..fdebb05d71fa8b862b3d59482a20d042129355fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -84,7 +84,7 @@ class HostMeta extends BaseModule
                                '5:link' => [
                                        '@attributes' => [
                                                'rel'  => 'http://oexchange.org/spec/0.8/rel/resident-target',
-                                               'type' => 'application/xrd+xml', 
+                                               'type' => 'application/xrd+xml',
                                                'href' => $domain . '/oexchange/xrd'
                                        ]
                                ],
@@ -97,7 +97,7 @@ class HostMeta extends BaseModule
                                ]
                        ],
                ], $xml, false, ['hm' => 'http://host-meta.net/xrd/1.0', 'mk' => 'http://salmon-protocol.org/ns/magic-key']);
-               
+
                System::httpExit($xml->saveXML(), Response::TYPE_XML, 'application/xrd+xml');
        }
 }
index 0feb5e37926e51b197f23da6acf3e3743c4419b4..e1c486c2eb9402043994396bee6b3ff3a7ab822c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 40c24e49c047d11b463199030d828c855fbedd49..0e8e55217843a23e82db4f722c97dc07aeff8653 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d89d08e0838da1331785c74d5d19bd596578b226..4ee495984f03133d713ffb6e91c9445b67b814e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29641482f625b86a41a1a7050a6fcb98e89c9c58..7b008549d6e73d51a26dfe994a0985bc5178989e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0b907caf7d1314c56ca9fe0158cac2a40abeaa81..ffed8c915875eba8b2cd941cbb15b8d3884bc656 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1ad8bbbf7af0dd00a21659f91a8f7690ae63155..e9e568f67f65c63c6c2f98ae994cef29c4235b35 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cfcc38aa0e96f96e150d1eb11e02b64848c23346..8605bd8a49357c0faa60de287dc2fc87d47d6cc8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f12bfe84f8589c30edcb226758dca3072be7686..5fd9499c1205edbab4875238dce82026d9014189 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1070440073c0c0319dc88b1ea95cb695a3afd1f9..8de40910b6ed32f680254074f8f49c40177c8b2c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 710f25fa33ebd69930eff7db959c337f3ada87ca..f1f93162c654a96a90b33f5b531a4890b61c74c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0de8ca25e50c9619d894d31aabc5582e00d27788..629217de6e805f1e0d1698cd1b02faece2aa2b3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ff0ac9ca2dde301d5eca5ff73fdbaf0f6fc71fb2..bf1cb38dc2e7cccf9e253e286fd263456d8defe1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9813fbf859dda00a901f10e816daf401b1d3b0ae..638640321bc234e4aede027af3ba1d865c447df7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3987d048145354b55d688d23727bec265ef5eb7..aa2ff1d91a24403ce95176371086b62dd428fe28 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a182c69394bc1db251279f4ff73cdd661967c406..1b8dda48dd6f9cb58ceb46347773e45a8b41b685 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6368820f6aff104bd1bd37b251c1320d9c51ee36..e4a9eab8e95c0058dab7ef06d485cb82fd3f17a7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -122,7 +122,7 @@ class Notification extends BaseFactory implements ICanCreateFromTableRow
 
                $user = User::getById($Notification->uid, ['language']);
                $l10n = $this->l10n->withLang($user['language']);
-       
+
                $causer = $author = Contact::getById($Notification->actorId, ['id', 'name', 'url', 'contact-type', 'pending']);
                if (empty($causer)) {
                        $this->logger->info('Causer not found', ['contact' => $Notification->actorId]);
index d6c777e6f245e6436910d1fcb836712e7a35f7b7..c180d4121af7bcbc57eb62d0260f810c8a87318c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6a513c5dc2f3d2c59692c1fe264ee6b1f445b793..078346445fd56283c3991cee6554c6475f6b03b1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 60e801d039002627bd2b6922c87ee840e37e4b92..87671f7e6a417469b355f18d979a501b362681d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04c1f6143e51bb77af577fd1655119c2803f4038..493fdb811255fefe36c306355b27a621c5f75cfe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac0db65ad22737d3dbf7b6cc51dadf993ba31b05..389db3cbe21f53ab80384aedf3abb9bb6c21f684 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da664ce8e55ab8dc92c1d5d85c7eef2321a77338..bd753870b2e16cf2e740bc2a7144d99655342fef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0b00a5a496f420af629fddf240386ca0460ff2d0..139990988aef039b31760ea63304684225260b73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6f0c6f3e2b066f5db18f46a81299f3ede2cf3d4..7c4670e8111681de1688a456a04732eba1142310 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c61b06cfad0c6664382138eccc9c828e17d0d01..4009b57436fb73b11987dc999934a41206635979 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 76af184975e90203c32d9577ce15bda6f9d14f6c..2ef704df1fafaeb000959bd39161f17f175276f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7daa4ae13eb03352a1c98022e6b761cfabefc767..c1ff55364cad1c8198565075f1383e3c4823fb81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f5ab4c9fb91fc7f882865fa5ede4a3e11e3bcce4..85f60d9fa4a504b62db0509d306f19e3f39718bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 713933222bfacc5cb699b11a832125165a0d2a77..20b999919fd399eb2931c332c7bf7b8a42372a5f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1b24cebf73f3e08b3a799a32d0f5ee0805f74fbf..044eb185717764767b6b84fd97d0c705bc9cc09f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 667ff09a6ee81fb7d9ed0c858d94ddbb5063a2d0..468ab996f358cb2a18c2f5c1113695e891328304 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ef1ca9828aca0e93147106f2f12d19cc716e68d..c2f5c4867d43567748e7260bce85dd6623bb6ffe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 97fec4726c573341fd3d79a5012f6a8a1ea02061..d53ccdd2ea89faf2954f8dc463bd27b9ccadc31d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00e171babf7da2d3d5a907ae78c8a590dfd8c81f..7ec93614f17afb6f093c05478043150b0984c22b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 958575be394681c5ae7b624176f6b240052c6958..41b7714613514762172525aa45924b46574bc66b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a5263299fbc3b87ce883c6492b711facabeaff89..915f6b1834473ed5c731d38b7dbbc473fd49454c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6cb7d5f0f042f627e9c9c361b3de66a02d27ae6..df3ff97d6d765affb216dc725cd6c2e455fd387b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c09ce6b21da68c0696e561b2d9f6688bf385f9e..5fc584507c724fc89f1183a3254139ae8fd918bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 78a02559cafae0b62584421e6fc68c62d89f863c..53e6ef2db72bb1230cbc657aa3e9bba917ee4b08 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2067ad741bbd7b86a004fec2c2afd44bb7dfbdae..71141f1f868b6e26f2a84dc167c497a441222d93 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eef8cc3222a6dcc53559b053e085f5a91407f747..9cab0f22f755654489c570b2944eb11837763a06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d3efd81ecbb2a46c259732d6c6ab83adad9dfb38..238b8d1e94ad0d1136ebde445433300e4eba5aca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 56211641be8e411399d098e01fda50616000880c..9d671cb2d57ddce1d15dbef9fe7528a5451cbb94 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8a827626e6a2d39bdf5193e3cf41bc6b3da6aaee..93a975953b16761a30e194125d869ded9822b9c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2cb5784228faf692dc09735c3638edf43a25c85e..1c8451cb3af7f1b1b80f57d300d6aa15ad2b142e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2ad2e60b8828649a2590bec72125d880194f9767..7ea089f5d35354d035fe267ad4ea9ab5468284e7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2dab62c9c04968fbd017068622e0703712fe8ac3..e251d6d10859b86e064ca1666d0211c5d8beabb5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3dac835a3f358f63de8702657ae8f82c3a3d733b..65803d19c30c8152eb9474d4a9a1bbc02ded66ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1e7902338afa5d530262d1519ec123236c201fb..6300d7acf303e9e28b18d502514524bec76bf14a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b4b568763e447cea636849ffff8dead1eb49228c..bb6368161647174e6abf80d89c157bd84f4b1e9d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 52b8dd482d8b1dba424010d8380121e0697ea681..a0f46c9833e632e367a3f566eabe6d0503a0819e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6d65532c5272343b7a9583a609b8dd378c935d9..0a557c94ee5efbcdfefa98a94c7c11226ac26f74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b78b5f90faa34b5e80c9edbec45bef79cd7d28fe..1a8f3f71f442fbfb81da713407115e69bc6e2aee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 347fbd3659d1150d15e3caa3799f9de8b41a529b..81cfa3c4e69eaac382dc50ae8048dc6c69a6919e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ff7ba359bf14ac6eda27f4f1a479d617170f6a8..fe75a9db8e8d79397ff62039b5fabb132d6d1876 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4766a9a1c885ff211fa24978157a0c44861ba0ca..0facc627a4c2fb8afe6ecd362da0adbe88126787 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e3cb98bca86c802e953ac82819b7fcfbfaacdbad..dfe8719f9f68d6c80e1f9da8333e0e78c4a19953 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index adfed04bebf838b0ccb96ab916adfa42dfe81520..2df52d4ff4d5d886847563569fdbd93d259989c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7e4aa08e68d29e8d77ffbbf69139ad0da59a17d1..c14044f746f4711ef4135a0f124ef45e0e7da5c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 44348dcd7454d505f0a9e5f3f664317d9c3dd344..d35490d0d366f7e4ab2b91c10b957e56649345b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -2220,7 +2220,7 @@ class Probe
                        $approfile = ActivityPub\Transmitter::getProfile($uid);
 
                        $split_name = Diaspora::splitName($owner['name']);
-       
+
                        if (empty($owner['gsid'])) {
                                $owner['gsid'] = GServer::getID($approfile['generator']['url']);
                        }
@@ -2257,7 +2257,7 @@ class Probe
                                                'batch'        => $approfile['generator']['url'] . '/receive/public',
                                                'notify'       => $owner['notify'],
                                                'poll'         => $owner['poll'],
-                                               'poco'         => $owner['poco'],                                               
+                                               'poco'         => $owner['poco'],
                                                'network'      => Protocol::DIASPORA,
                                                'pubkey'       => $owner['upubkey'],
                                        ]
index 36dd6df6c940df65596ff1446c2d1bc85373fa29..ce75f9eec1db4ecc9258284e43c39c3411229f1e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a8c4da9966eb819ba36e8eee69b98463c8fbd2fd..92e6ff0445dc0fcf978916f1f15ee7127405a162 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index afc739e1c620215f5f1b7ff2a0cc7a154dbb2936..958e95c178ce3d756cf0bf4ae95035435437e067 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 064842557bd7bdc5d7496d1c1502164c9a8df2f1..168a5fb28cd7059cb246b357e939e4e84a21863e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -40,7 +40,7 @@ class Activity extends BaseDataTransferObject
        protected $registrations;
 
        /**
-        * Creates an activity 
+        * Creates an activity
         *
         * @param array   $item
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
index 898c1368909dc73322909080dd82b1cfd2886b05..85451f88f8377885fb188eef9671ca7f6e4a9640 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da467fc641df90b75a879c303c2d1dd20393f08e..aa6c5baacdea23e8123ed569c6ab6e18a29f0861 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa5d8913a439d1e502eb9027d52094898c242a21..d9b73445616cfc9de748a5c51f7f755a3f64c72f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6ed7866fb8b6a2c933fd0e0ef7a2eef332690159..453783235cb06ae541e4dd81f1e8cbb9609c4728 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac633b1feaab3c0fc56422571a855d5a1d491983..2db25727d51e7276774c6c3ec39f32d300e2758d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f07e54b10cf55f3ccb5e240777b549f9f3246664..d348ee6aee1f314b602559942ac706643db7e431 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53553156e2f17329a3e5e188cd321254c90b4ac0..086432b40a8f89eb780561611fe7a08502d6b5af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f8c9b39c0bb3fc5234029d05083ef85df6e23c5..f401cad4888135bd676e000e762b0ac9387903ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 13b777db846d22d6a19959bfef5690840473dbb2..fe1a9b3fef8d1582c98330aaef7bb47a370696df 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f4f4b7b362ae6ca5725cf618052543c34f5278f..ad526e892aa80d8f2218bd4c068600d102981f3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ecf4c1ce95d5fde406f18ecbb310f13d45ba48c0..6ff1c987f42510d6eeabc580b53b9cde5c6d8270 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aeec924130c0822fa0096fb03cfc562ab285cafd..243a0bd82fe0ed2997aa5be80414afa3ed3858ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb52b540a47f3573f691cc97858e2ef6b6a0de76..8cb47e77de8a4467c67ca44283199507e636da23 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4adba064ed1f4291ec69e9d7d0f3a40a0d382de0..99e706d20a937d689fe13fae6edb1e4c91b14f1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6cfb4b99480a03c75472e2e9e8ecd5d0884df33a..42d0e73119bc315f6efccc7f99adec658ec50127 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5b09f66c44fd35feed83575bdfe5446cd09753d3..de28b048a119a92689668ab88b5a60521adb5c32 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 40a55c6d7d380291c3f05f27e3c37f59fa5172b9..1f08ab2ed79dca30a74455c7a62a5737226e4870 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eae53ef4a949529e6abc2fff4f988b7027c0eac7..1e778a7108dea6081d81fc6dfcd73f8d777c17d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 58ee8624272b90eb10a7b7076a543933736467f8..26eb361cf880dffeb4e17af9abaf054d5b66545e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b1f10e9ac9f6924eded5274a8ad79bae400c8ac2..ecc74af44a53a966e65193c9d08c976c2db25c42 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dfe73b760086ce9477c008944bed566289abcb32..478133a616cb480b6293ab074e37a1d5924e6e76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aba83cb77a44314845cad25298acfdd834909949..993c73e61d4b80f2829afdeba705fba074976914 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 488865a510828e04d7677a6119b2f468c351b7cc..331dd177ac0aee361621e500480fb02531ea53b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dca16ef8ba71093d8da67967f29e0082bca2d289..40d5f666cffd746786817dc178cfe1c9cdcfd362 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f05dd0ab38d25dcf4b02996df47116eca1f99d06..54926cd46203e4d09aee117b40894159d393c026 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e67cc914958418a90f23ccd783437833b2cd3a68..9ec7d54394ccc1c7836fb4f71138ed458ba5ff27 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5bcf9de481f349a28aaa2e3dc8c9ee42c1723804..eb5109748cff3f797b1c4f1af8ae2af68b39ac86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 572489f121c11d971707323a6cb688faa81d19b3..9d740ab8dccf4c3d588eb1773b652f70161bbd17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5669f636b78322b8ab4b54d4358a4f198eb3e724..f187bb9122438df4977b265500c3eb29c5f1a83b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ef5ff4218259fcfd40c6ada72fb40dd8d5f6bbc..51a7c028783cff7f53a210acfaab3ff4885cc510 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 66f35825a3884c6edf1fbf9eeb3885069213bf84..f9ce6a209d65ad003c97f1aa6c462ff39ee479bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1be8e9b70a39ce2d19cc56609adea0211074a1a9..c05847e0a809c3cbeddfc79d243ea493d59b8f7c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51721a86d14754707b6d0788e19e3e58fbe9c601..60a7f981828ee4280c805149a75ef7a20aa02507 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9fd1fe3da6309401391a7a74cb81b4c9845c7972..f4ecc714119ee5fbcb8b21e60f3b4428700e2e27 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd4baa0b99736f45de4fca54d32e1b301199449a..8c52ec74ca6a98c7e8a80c923362631254b6553c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fdde4e96ddd751a329f4e16e434acdaddd79607f..f6a72985231af6b58c42518f5664a5069fc1edc4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0371037b23ac7576199e7abdb367e023e5510233..00f8f3c5bbe89553a3c7932168b9de85fcacd1c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b330fdedaf0496414bf3861db71de9b74b596fc..33f9ad6650c648865f823d4a82e7d7c244fda62d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 815376487e78776e74ea15164c00550d28110454..2511a0f7586c1cb0a100a8be3cc472dad06f8c5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c81b49580f5b9d0c42be239d2858aab9e4b5529a..dfe5aba383a3621b45871f8726b88df331d61f36 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8895f0ce0b2aab8a6b3d6ff6484e5cfb49208c8d..c2922ea0eddab491c52069a2b06ae2c819080f21 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 17e3f5cb4996897d40a75bdff62f7d5b0baefbaf..240510a836d7f07ddc065cb123f777ab42732fb1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5aabec3dee768b111d1462c82716689b6f8cb21f..b2186de5992d946f30029e5833d78bd0b13105e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ce9f6b8945fdf9caa16ad3b18c96aa2a47bcec5..84245ab6a7fb283a7ee1fd120a9a8b68ee727cc5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f04aaa65da2a061ac38454dc06d981c8ae4cb52b..c8053cc7d35a1e0b15f610242795ab7bfa3fa342 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 01e24fce3b95efe66a39d8b2e13ac952edfd96c4..a2a7c43ce04fd87a58537874f99ac870b4cd2086 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ab933f123505c33f3b119d00e5bbc81178fa30a..9b168259370c58153b6179d698c740f7a08f9140 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d9932f43f6c64c859b8e3883674212ee2f38bd13..5cb129c2d46f2ed6cfd29e288c31d5ee8f454ef3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 58f6ccd0ed212108f91e65fb2737218c1ad04e04..dbf5412f1c1f6029b8b145ef3591ae57de0d97e3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 36309ce89f2da4a5d1c519dd8f300c5823144565..cad542bc7db7e1d6f269e6d13c3d8b6658dfe6f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00e5a975dad6fcbcf903152a8f4c932106d7edb3..e20ed8a19261eefcec8fc924c6f0626a4fa99db5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7212e919410fb2f236d65e6d1c1375743490436c..c5fca4a5cc63dac44dd80e97dcbd87ff39ea4fc3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -175,7 +175,7 @@ final class Activity
        const O_UNFAVOURITE = ActivityNamespace::OSTATUS . '/unfavorite';
 
        /**
-        * React to a post via an emoji 
+        * React to a post via an emoji
         *
         * @var string
         */
index 72b0fe915886502b79d5b66a04d7796fe3743e6b..daefb46086e249779a2e8f728c90a9f8059b1e41 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee6d80df14a459a6ed4cbcdd844400edd41dcd74..2301d547fa24f8d9ffebf6a6d4087b47140a51aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -158,5 +158,5 @@ final class ActivityNamespace
        /**
         * @var string
         */
-       const PEERTUBE        = 'https://joinpeertube.org';     
+       const PEERTUBE        = 'https://joinpeertube.org';
 }
index 603416a5d2bedb97f9ddb6425a4229589ddcab84..d1177e0b07375962c58665976e2fb6a0a43b2860 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0721bcf12be8d6ac1e8511a3f126557203d2e19..5bb09dfa85c0e73e8a06e04cfa2cca5e7c9de998 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 54666e691ed430321588c90ca759145a30be2d62..48234d509dae2fafca8b5e37b6d0f7e775649916 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f9957da8af3026611c0b135c6b6d2fff5844d4c5..d57842c2b226362eae4c16cccc9fa3e4eaf842c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a95226d10d81783d5d1874d85f7e617eb669ceca..25b431c1b047a8f9be79d3179879e8aa373cf236 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3117a8791040c9650518eaa713d10badc3d0319e..2fad3029834878b80a8000b82ec46870a452d949 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -844,7 +844,7 @@ class Receiver
                                        return false;
                                }
                                break;
-       
+
                        case 'as:Block':
                                if (in_array($object_data['object_type'], self::ACCOUNT_TYPES)) {
                                        ActivityPub\Processor::blockAccount($object_data);
@@ -860,7 +860,7 @@ class Receiver
                                        return false;
                                }
                                break;
-       
+
                        case 'as:Remove':
                                if (in_array($object_data['object_type'], self::CONTENT_TYPES)) {
                                        ActivityPub\Processor::removeFromFeaturedCollection($object_data);
index 9a68bc33512efbd69a485e5e077dc166f9b55bf7..418a727e2a51b190a1d53854996546bfb7e619e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8bf299be680195f8c7e31b66dbb503eae7f66ce1..6e1b0f9265a360334462c9c4dd4fe2e4dabba762 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 338e75a0c17d68e3c607082bde01532663d539fb..e35433b0c9227c899ffa051ad10951940912bdd5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ab91a0cb46fbb4a4df8a7a31125f9b37ed4d24d..19954d9b963bb6f3240bb014ee4a3f687289b0a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a5ad1f08af27393382d5471b7bb12763121c21ef..a8b19d292d336664ff0e4d78b8a48d087dfda9e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0389b81ee69d42e88166c86939283ce01cd69419..80a26b2986a6e2eb6bbdb1957e20a3be0be6e43a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1669707b922e3bc6202ed075bc3dd509f407bfba..142988bfdbffac74d6fb974cdb7460006137e1c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be10ca0815e34bd490706f5b13e48bb3f0e8e8e5..4c6ac9cb4d5023fafe1422db553e02645eb8ea1d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dec463820d89507b33891087f711be5bbbcd7f8f..63a9fbfbdc79ae9c4eb2b17ea4bbc06f2947bc1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81a0c38842edcc77ad8d298486e254da4f091f45..5e34636b215f8900b84f964723e0fa068da84da7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -1551,7 +1551,7 @@ class OStatus
 
                        if ($owner['contact-type'] == Contact::TYPE_COMMUNITY) {
                                $contact = Contact::getByURL($item['author-link']) ?: $owner;
-                               $contact['nickname'] = $contact['nickname'] ?? $contact['nick']; 
+                               $contact['nickname'] = $contact['nickname'] ?? $contact['nick'];
                                $author = self::addAuthor($doc, $contact, false);
                                $entry->appendChild($author);
                        }
index 4b7eb16d469666eb380b5686a363fa25ff0d0e39..028a7885bb98201a64f9754288c082aa9c3e0279 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -333,7 +333,7 @@ class Relay
         *
         * @param array $fields Field list
         * @return array List of relay servers
-        * @throws Exception 
+        * @throws Exception
         */
        public static function getList(array $fields = []): array
        {
@@ -382,6 +382,6 @@ class Relay
                foreach (self::getList() as $server) {
                        $success = ActivityPub\Transmitter::sendRelayFollow($server['url']);
                        Logger::debug('Resubscribed', ['profile' => $server['url'], 'success' => $success]);
-               }       
+               }
        }
 }
index 7e91b0e3e0957d95e99e0970a74b601d4dd50d03..7685c1dd97584177e942d9f55e32a4804a42feb3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a94ae6bd611c1f63abc4a9b068da7f73d6888a7d..9d5ebb4aab4abdf510c0057843e00e3b9de6da49 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b9959f2db6ce28322951a372cb1a8502204ecf7d..6d3db41e14fdf553e39c0bd9ea0fa4f957f0017a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 13ff6234e26dbdd754b99c1482d893228e1f5f86..2ace5688a36fc22e1bf36225ab136da29859bdad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -46,7 +46,7 @@ class FriendicaSmarty extends Smarty
 
                $template_dirs = $template_dirs + ['base' => 'view/' . self::SMARTY3_TEMPLATE_FOLDER . '/'];
                $this->setTemplateDir($template_dirs);
-               
+
                $work_dir = rtrim($work_dir, '/');
 
                $this->setCompileDir($work_dir . '/compiled');
index 201d99f82293f5dc6fa7ccf9a1871a4f746759c3..5d7ed6c0c94dbb353e01f07c8d16925c5543421c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e160192d3633957616d44f643ca69236b1aaf70b..2e8f0021f460ee3c7090f60c8bcebec12e711eea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6a84036728c652384872c69c1d4c61c4592486a..d21e0bcef34d0be247ac72162a6ca1a53322d4d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c3f3cc9c4b5e5fba8c6e4de7459cfaf56603479..0c5e91034b61dda08ece20a33e719c3917d4fddb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b0a5e25b211bdaade56e589ac61ceb0ffc566823..602acb0cb1bf72fd33dfc912d7f8b30dc1108d38 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 27a3dfa11b2328f83c1cc60f6b86dfe98bafd6e0..2fc8724f709adcec9ccb00fdcfffa0c54ecf6704 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -110,7 +110,7 @@ class OAuth
                if (Contact\Relation::areSuggestionsOutdated($token['uid'])) {
                        Worker::add(Worker::PRIORITY_MEDIUM, 'UpdateSuggestions', $token['uid']);
                }
-               
+
                return $token;
        }
 
index 9241313f7ed380aef719b49c14c1aa41a4897c45..a8271803497849fde75e9e3a800196a2052c6ff5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 899db15a5b2c1d5bbeb4e4aaad16aaf867596abd..bed9a20cbf83aa5e78ba306b12c34bb9aaea78ea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dd0212bacf2d995fe58638ad6c6ed79a38c6ab88..f6de7c983ba810b357387a96bde1453ea466b4b1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 18e9e1bc31d7feaece1022ade84c7b5f3fe6229e..b88aa9296c5fb3c5a1cf3aa03c16f5ec5f7928b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2ff049e8b67bb2a31edd86a8db5e0f5fe0bb01d1..45530345e51f35b98f7eb4ec0ac9676a589c8676 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1ddfeace005150cbf8ea805641bc74519ee962c..bb78340ea0545fd39325b9b9388a783192af0e6e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 20a287ea1e69beeabee82d7f5aa5c8c760b2eb36..fabad7051c165755083a6516219e3ac8d7e4761b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30b4801f607a57321a96d68ca8ed20649cde3a60..b6b715de78a5b54ff260bd0be702bee61e570820 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 158a72b15bcbe7718e1200cc4e5631b5635449fa..d74d513283cb288f0e8840b4752267752f7ad6e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 530c285e3bd157ee81ec5be35e5a9cba6431e765..486ae0cdc33008d9089382b9fea9b2ac1a02d851 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 16ef1b7b8580f5b71bfe03a10e9a8b264e0abceb..fc9c7c0454a6a9c98dd0034460a4591ad8d2b627 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2225b609763ffc81d31d0ded008173c0d81e832c..cf60732a0ec0d7dc27bfd82251a2e1f7ea8f9c2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30d19a35d64b250fb82840112a42a35a0f7a9d98..a8daf5ba7572e756d33f0445644b640c40029819 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ae181fe5cd425d0713af3f0f6ad4bbd7a0672d83..40c1fcfcce41aedce0f696851fd9a550bde54fb6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5ea7ef52a5e3699fb1b8ad85b03c66aeccfd03f7..2ef65d8ac8111f5c1916f795a946163ae9f8b1d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 308bbcbe617297569119e50c2b4efc14cb496b3b..76cd446c14e2451fdb7fe57a394ad93e1dff4408 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80d24c9ba1346249611277cbe83fb8ba26c39595..bc1d98ac16471421a7d16fe776e031e7b5175544 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -71,7 +71,7 @@ class Security
                                        $verified = 1;
                                        return false;
                                }
-                               
+
                                if (in_array($contact['rel'], [Contact::SHARING, Contact::FRIEND]) || ($user['page-flags'] == User::PAGE_FLAGS_COMMUNITY)) {
                                        $verified = 2;
                                        return true;
index 162a193688eb0af30e02893a73a9f7d06f306ff3..71bee2c3f4ce00539181002494083e4761d56a1e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9262aff5b65e23b404dbf88395c741718fffe038..c16829a534188d492c893a291eb41cfe821ae49b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d303ea4109e0d0cd03e093bdc71691630cb3b6d..5a96a0c226745c5f39270b53f85b0401bde8bc4d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 13e59250069e7c361e5b803ee6e8615b3623ee36..fa822b965248772ad6c0447dc5a50246dc66b407 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d1ef0bdcc8e5b9a09f3f1551e38812d484828e7..5c9cd5eadf18ee18af9d89ec1a3424f5215b9b35 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 382388ab9507ca25b9aa2b92ab2452abe6ead7cd..2669ae18e4a0b5bf7b44ee24656da186e57685ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7d2bfca30afa9af542426a650515ff5778b01c85..f0781efe3165e5b8da6543655e10851b14e3f975 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 42dd2b18bb2eaa122855f7e784d343c69986141a..a261d92ca0eaff2cef1dce24122f862571db0baa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3989bc6ef9194574caefea340040bb40e8fef780..0351b27a64a9cba0df7403d567481e633bbf0b04 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b515349520bcd52581dca19629b08c520795e5bb..ae1b1b73ef34e971601b9ace2799c0850400518e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d5a23727809a9023d29807c4e9e08a6c46e7392..1df92ea69c67d435a5ada167b83e238ce02b9cce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa9b30142d41da38727b33052ae28b0e0ca61e13..661d274850aca5333436758375710ad4326b50b1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 900013c60c5132a713f365549c8fb71763ceab88..a0c877e738e6b9d814669eed33744702c63f5a53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a5ca5e517bafa6d47d32afb11c7e790fe538f362..1781dfb77988a0389484bed24cea973effe19c05 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6b11a5458031f9729a1631ea728b90c8558c9cb0..bbdf2d2c655f19a9d250c55d487b1c3f3ea3f0e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2aadf955ae5a28a0e1582426bc1861368845225a..1310fee8748cef2005cf877ccaf701dd88d7ac5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6e25dcbb10c3533ff7903b3aefd6a6cae1ed5dea..b7e9c51d42d8a8c1322cf82cdcb45ae3467ff8a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 99fbc646df0a9280090f5f08cb882d2b07ec494e..3c50ba9165d3ef5bd519a548c33088843895ef50 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81a2ac268872a863a717cd51ba9c084d4331b33d..d1973237d12cc2bd5d60777e429b019b0ba62f49 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4de9384bb031991b2ab5437c08e8adb3db5a15fa..e86d6b595ab324b4262dbcdaad96675fa72b68b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e0fc2ab160d6e74703631003a1edc092fa4a3f79..396e781016f77f1ca5b1720f581bbbd5731bc877 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9382e65b3055c225e670a71b433d725d7b0c9b52..c56f6bd130dd68c80fd0414d64affb03f452cb86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 84219b31148c499fdc2f1c52f97f3d3b6445dfdf..104ade55b0391938cea203424f5e37a3b8ef2255 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a6a9f4f7db78f66255bf86f9dbf457521742afa6..6874d36e9bc3e7d93fd8e719fbd37b7b9744c929 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4409b25dc59d22806b79be24a2aeb037d4147c0c..8d609625e04281826f16ffec98d18f787dbce180 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed6030145d8a411294b46f9ff070b48d4c6cc188..359fbdf17d888259b52589e90952c97eb7b95830 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4fa1d1ca3e08fc0f41c0ec4143718dc03323504d..fdc480b5e39e33afeff148aefda73e2950c411cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df6cf33f7b9944e90bbd2fc6e4266702695f0286..1a046e76f6d7c57ac4b062123cc0eed0c8df5474 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -33,7 +33,7 @@ class Mimetype
        public static function getContentType(string $filename)
        {
                $mime_types = [
-       
+
                        /*'txt' => 'text/plain',
                        'htm' => 'text/html',
                        'html' => 'text/html',
@@ -44,7 +44,7 @@ class Mimetype
                        'xml' => 'application/xml',
                        'swf' => 'application/x-shockwave-flash',
                        'flv' => 'video/x-flv',
-       
+
                        // images
                        'png' => 'image/png',
                        'jpe' => 'image/jpeg',
@@ -57,14 +57,14 @@ class Mimetype
                        'tif' => 'image/tiff',
                        'svg' => 'image/svg+xml',
                        'svgz' => 'image/svg+xml',
-       
+
                        // archives
                        'zip' => 'application/zip',
                        'rar' => 'application/x-rar-compressed',
                        'exe' => 'application/x-msdownload',
                        'msi' => 'application/x-msdownload',
                        'cab' => 'application/vnd.ms-cab-compressed',
-       
+
                        // audio/video
                        'mp3' => 'audio/mpeg',
                        'wav' => 'audio/wav',
@@ -75,14 +75,14 @@ class Mimetype
                        'avi' => 'video/x-msvideo',
                        'wmv' => 'video/x-ms-wmv',
                        'wma' => 'audio/x-ms-wma',
-       
+
                        // adobe
                        'pdf' => 'application/pdf',
                        'psd' => 'image/vnd.adobe.photoshop',
                        'ai' => 'application/postscript',
                        'eps' => 'application/postscript',
                        'ps' => 'application/postscript',
-       
+
                        // ms office
                        'doc' => 'application/msword',
                        'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
@@ -91,12 +91,12 @@ class Mimetype
                        'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
                        'ppt' => 'application/vnd.ms-powerpoint',
                        'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
-       
-       
+
+
                        // open office
                        'odt' => 'application/vnd.oasis.opendocument.text',
                        'ods' => 'application/vnd.oasis.opendocument.spreadsheet',*/
-       
+
                        // Assembled from the original Friendica list and
                        // lists from http://www.freeformatter.com/mime-types-list.html
                        // and http://www.webmaster-toolkit.com/mime-types.shtml
@@ -1088,7 +1088,7 @@ class Mimetype
                        'zoo' => 'application/octet-stream',
                        'zsh' => 'text/x-script.zsh'
                ];
-       
+
                $dot = strrpos($filename, '.');
                if ($dot !== false) {
                        $ext = strtolower(substr($filename, $dot + 1));
index 5a06a0056e5065bd890e10c1cc5e9a59af97141c..b7954d8e4de8d75b174276eb906d42b15d29f4ac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -79,12 +79,12 @@ class Network
                if (in_array(parse_url($url, PHP_URL_SCHEME), ['https', 'http'])) {
                        $options = [HttpClientOptions::VERIFY => true, HttpClientOptions::TIMEOUT => $xrd_timeout];
                        $curlResult = DI::httpClient()->head($url, $options);
-       
+
                        // Workaround for systems that can't handle a HEAD request. Don't retry on timeouts.
                        if (!$curlResult->isSuccess() && ($curlResult->getReturnCode() >= 400) && !in_array($curlResult->getReturnCode(), [408, 504])) {
                                $curlResult = DI::httpClient()->get($url, HttpClientAccept::DEFAULT, $options);
                        }
-       
+
                        if (!$curlResult->isSuccess()) {
                                Logger::notice('Url not reachable', ['host' => $host, 'url' => $url]);
                                return false;
@@ -481,7 +481,7 @@ class Network
                $scheme    = $get('scheme');
                $query     = $get('query');
                $fragment  = $get('fragment');
-               $authority = ($userinfo !== null ? $userinfo . '@' : '') . 
+               $authority = ($userinfo !== null ? $userinfo . '@' : '') .
                                                $get('host') .
                                                ($port ? ":$port" : '');
 
index 5b0bf6a5ca785849183ebf17c96b97f695837484..f21528353d3fee175d1259b0c3b86ca501777031 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2706ce925d66485f087a7819f7b80692fb8252d8..649a156793c5ba70a7f0f36b8d4dc3adc70f35d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a98e728928765fe6a61fd30d493ec5abecf20293..0f68f9bf7fc0d98e963d87b60f082d70c69dc2e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aad09d118b1c81f431ff076f3badb028c23588e7..67a0becb04e842103c7304accb1bb2b36600152b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2ef062152c9e590203c23ad499b009f60c82335d..fbd32d51fd4886f25cc165dc65c6ee1d539c55d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 46e718eff401d5130c1483ee68d07ad479f5ec5c..09960818de8cad63df78d95bbae1e072a4924171 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5d5c760a382872631bd84ece791da33a223bed7..5df3c01b1e8d7f9fbc62d9670949c2597c2db18c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6a0cd659974c0c4df7d3df461c4a5b6370f79eed..acafb66ab60538949a9b0cacd2540b19b2bc7382 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f6d4701b68a076a21cb48b8ae521feca0a76fc9..95ab586b1841da8837e3c17c9b6403507e872a24 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a63f6a6493917996f051cd9d24a9c5b80e85df1f..4d3442a090962c67f09a2c8e527b6c716b74b6d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 429a7dc5cbc4ca3c00ef93535fdc4fee947db4f6..68fc70988b22544b6a30baa635800ae05966462a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7933f4415b6f9a21677cffe7e090e24c7dd278f2..50ecc6d2cbe4bb1dffca672cfee9c3096d5669ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 16c8290382c4ab12d6db04724e1c499ff2f6133d..b16ad7705f8a00af02f2b403392ebb2bbd187ae1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ac2b171e5d06145f933cff711ed5fda40617bfa..b27c54ed76f885d889f61cc5d3687aecc1ad210a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0799b9ba73c0bc555f35cd4b8d471ecffff68d28..5e335f720572b541aa4906fcde34dfe790a1a1ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f612cd2ee96efe88c3e5cb89c2df38a86f6d3154..b6f80f4339518fa4a149771e0aba25ad583cfe11 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ebd0254889654f4feb2910d427b9b507f8a4d64d..334bea27e58bb61c639c5a68699a42a8b3ef8977 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f2de4674e7d64d13af7ae18582b83b14cf5eebc1..6676e51127245c2e478d9f0588efcf7cfad45e9d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 026e7f4d80034aafd1f3c14bf05a8b3b9d71a60f..593395ad092b8f448c7877135e592943981ef8d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3d26aa69ecf9bccf666aafc784f4c7175de8696..52004f620eea968d316e2fe11c2d967cd547b99c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 239192102fc3c95ec87db7e957a65c632dfc1ada..c537900e4c573e328eba7a0d9d32150f4bd4a5bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f44ac59dfb2a3d45ff0a4da139618cf7779d35e0..4296926c659399e1023b2892f4650238ebe3df9b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a6d8c594453758b30db7d5f5fd681a9ea0c257e5..20170be563be653f0982348216745ab3b1e00466 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ef10a25194f8a80f5dd120fddc2979faa820d1c..64ed07fd01564e0334d19938146f23117d85ded3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d02f430e245646f70de46c0b787245b3c9ec5432..1df144a5c1f64bcde98dfbd1b838c0030f22b827 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 055a9b4354ed66556ac450bee8e19c4b391e58c4..1fb9a30dd18ada96b30e16fd504018bd1bd0cea8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -141,7 +141,7 @@ class Cron
                                Worker::add(Worker::PRIORITY_LOW, 'CheckRelMeProfileLink', $user['uid']);
                        }
                        DBA::close($users);
-       
+
                        // Resubscribe to relay servers
                        Relay::reSubscribe();
 
@@ -161,7 +161,7 @@ class Cron
        private static function deleteSleepingProcesses()
        {
                Logger::info('Looking for sleeping processes');
-               
+
                $processes = DBA::p("SHOW FULL PROCESSLIST");
                while ($process = DBA::fetch($processes)) {
                        if (($process['Command'] != 'Sleep') || ($process['Time'] < 300) || ($process['db'] != DBA::databaseName())) {
index c1f3b12ef05f40a221abeaae2e1a12eb03fa7707..e11f7bf40decc3d658578dce7022ce871410d4ed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 08bca828510fc8034f44c55a011a5b48999a2eb4..18ab74395e62df812cd560c7a7f8ced9c3be7039 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9e09cf078dab32e768b883d96afc908dcd30d682..a4410063068a644143e1ffdfb82c7e0401a60258 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f0ee2ab5d10c97df54492aef2cdc96af6944fe06..b66b662d4c8c4432d937d534d42c9098caf343ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 875e60e25d5425ce1b36fb11ecc50386dbc88fb0..9e907dcfc2afc658503eda7d317f489246911542 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 60bdf3f8a7b42f4c9ce8231c44de553bdbc6287c..cd8e67f84fd83d3e499d9d5c31f6b280ab188e45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 491ac5d64b77f6b7fdce56e29be91f09bfaaae71..a0c29fa68ccb5a19ce1832affae3342fb7f05316 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2ef33f330e74a4397e1e16f027878074545a233..87669a2d125b38b8ed7b0c282c6afe5c5f717e83 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 757cc9c46015e47969982e75df08fbeece56e91e..bb5d3bc20a0d4222ab6b3ccd17e9527fdb30ad77 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bc7d80f7c538b119e54aa46864a87b0911d981f7..d48d834c672e1a4b8871420465d6744fc07ba539 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6e5ac9c93a9164edec9b5820ec8ae30db4963e1b..da9fe990ad8b20b97a8390dbe4462cf271af8a97 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15fedd4b86edcea5ee9a059d3314ca66408b966e..0fcab79ca6ddbb30f9b7fd47cce36f280370b7c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30f42e40cd7ba8884494b3b38fc36b30fe6a47d1..b66cdc017c4cdde1da13dd2a2255bcfb31027680 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 90747b84726600b87d20802e8b0b3e11e62db347..f42a832b37a56179888a540cd3514114773efdbc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6a6ae4f176930b9bfcdf2aac8eacdcca54f8c12..ee181ff0ad7b57a30189f00cb07170ac40660b87 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 462c90e2f716b9647f9559d152dfa9f7ae37b82d..cb892d332628685dc39f273e75fc733e3aca69cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cfbdca7fe5f6390074273be833ff62ab1c692ebf..c1d7b8f6f189902a0cc51a68df94c848b3e6e952 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb092fe2cd5e42adea071d72c0f1351fcc637d24..9ae320f956a16b8690793c3993c35cb5fc7a22d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb43e4c552f8253c96bc7dd2f2d35599cc3c38bd..8d941f90329a123f6a08a2943e0bacdeaab0b395 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dee24ee4c089442190b79a4aeeaa7bcd64042ee3..abafaee19a055bd610be29c3ecde8047b89e2481 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 000327b11131bb938c04d85ea2a42d0532b1b1de..9f2c109309e674ef3ce7859e5c20770400899766 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e368650b4fe3e84f428402ab1df3d2c34b6cc928..23fb6d27c16b6f02c32e68a586d1a20591296328 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1bfc3657ae159906600a3dbe80a8468dde44e50f..bb10361c5800b94b53cb0744edc4a1abd138f806 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d174d11f3e5d36a67b898f5d2883667b3f9dff73..ac8f66535a5a8a350368a56fd141bde6dfdb9af4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6876ad3eb21bd0ca2e9c90ff2404a80deb0bc08..895a0d0d2d3f45c23dd7aa075e7a468b1b401fdb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 27a6ac676f39e0d9dec53e3c8a444354c5f64785..3d5c796269b265e97fa7a4d5fbfccd743a8288bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -95,7 +95,7 @@ class RemoveUnusedAvatars
                                                $updated = true;
                                                $updated2++;
                                        }
-                               }               
+                               }
                                DBA::close($contacts);
                                if (!$updated) {
                                        Logger::notice('Photo deleted', ['id' => $photo['id']]);
index 1cbb3775cd89e197b52f8ca3f6667f6643331ac9..4187ed00577b40b0c003705599832424bce55768 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -73,7 +73,7 @@ class RemoveUnusedContacts
                        DBA::delete('post', ['owner-id' => $contact['id']]);
                        DBA::delete('post', ['author-id' => $contact['id']]);
                        DBA::delete('post', ['causer-id' => $contact['id']]);
-                       
+
                        DBA::delete('post-thread', ['owner-id' => $contact['id']]);
                        DBA::delete('post-thread', ['author-id' => $contact['id']]);
                        DBA::delete('post-thread', ['causer-id' => $contact['id']]);
index ecb724c38183a5531e6e32d7160cb7eea6a4ec63..2090effdd36e548e9ecedb9d398b1eb97d12e5c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 72ead5264292c7c543df91aee66ef69af83e9df8..ac67d69f965496d5bb126c94fb1227060726ab40 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b1f8e7f9d222cd31203dae123861a16e9c06aa0e..0bd17e0f821b58ee0cfcba77459b1e21bf891d02 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee5412d7f34375a94ab0ed7a167febd444a90154..c2712519ca8e214ef811bb8ddeab874ecffd3f63 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 478ba89a96a118e77e51a05a8b65c5e9beca3701..69c48aacbf11b1785b94338094a7f52e0a23e6f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8de3629cafdca24ce8b0d04c60024dd46ff0b09b..55c2daf911689fa7441eb1f9ecc00efc1bc79bf4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00c077168a93a611d7a4188195a14707b4de5f5c..485ecd7a36641b875638e767bb41d715607463d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 881418dc11f6f3cfed82add4c1188d199ab0cf8d..f0c487a3c3f9b0784e8827bec32853381d364534 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4142a08b784728bb784fc2b43d2dc6bd92e38dea..9b111fceda5f5c61be0acf24a5204159638e9732 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25a2db16e0f8ac22b5bc95f98f698a4558c7c6b9..ef76ca9bf5b9de604b3a9ccc82617572cfd5f3c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 751916eb32701de12892d216bb437076b4d89d51..234ee63135ef30e73f71d97f93695b1bdf3e5227 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e70d3caadc23e405f958938de66062682efc90f2..a12c0b77b39bd13ada411b5175c4787a85f088f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5a1a078b82453dbb9056b92dbb8cacbc6fa9aa2..c7a3b8b2b3ad37ff67b84b3b7fdba75d9515376f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -31,7 +31,7 @@ class UpdateServerDirectory
 {
        /**
         * Query the given server for their users
-        * 
+        *
         * @param array $gserver Server record
         */
        public static function execute(array $gserver)
@@ -77,7 +77,7 @@ class UpdateServerDirectory
        }
 
        private static function discoverMastodonDirectory(array $gserver)
-       {               
+       {
                $result = DI::httpClient()->fetch($gserver['url'] . '/api/v1/directory?order=new&local=true&limit=200&offset=0', HttpClientAccept::JSON);
                if (empty($result)) {
                        Logger::info('Empty result', ['url' => $gserver['url']]);
index 9ddbdcd56cd52a3d9ba63be16f592eddaa8f6a41..681c1a2314eb7de3be8cee6b636961f8dca680f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 509fee05a923c7328353b30da31674fa7aa94a75..f7b4b9a0ac1339fd9522f79e1955983b4a562424 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cf6131c2e1667b74221cf6166836156e21dabdfd..e59da9dcb7820fa6fc7807dbb08c56e42c5e8ead 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c82e7dc77f68f5a85f3f4a491c438e01c3455e4f..0f2201953bfc6be7b6f939757c645bd3d5795d6c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a8fe5f8686436a599abaad4e2f645c6a95996d4f..967ca54eb336989c9b7cfcc6fb816380de281ff5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 116874445bf4e502bc4f441abae79a8f4ba358c8..c59d0478a195d1a4e482359e48001468c4d7bfa6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 207016d07c553206afd03c5aefd861c6da3e3d01..81c399060be56a91e9469448d91dcb0ccb729695 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d1397f3cb45efb561db8385a0decb2411594cb2b..81a04460d6781dd374022a98992cfbd03f73473a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 276bbc7c874a946f8fab3daee321b92a4daf2ffd..ad8cff51915ccc10b824be9a7555c4176e8a7b0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4cebd0955b0b147daa0a2ad9f82b4f38327c3ecf..c7d4b6a9c21ac39e53d48924ec3e63139e0b24f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 97f73a7291828d05ccd880d34260baa8abbc684c..03bebb7b54b4f69c09c45f74867cc5e9213359f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6348d774754d3dc88324dee692bb774c333a1fa..cf03da29fbbab53ee60defc6f74b22259e21f3df 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 50d717c23a7641d9f6af4fcba910eaad03a466b3..581687a024739a261c7788aa7e2b34824e3dd87b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db23aae61b18ab09f82f0f0b45632b7a79837a6b..a57d3aa766fe2753e228efffab11e68909362fe3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ef027c3d3b685c288ecad85460f7ef52863be54c..18aee466e27b7f079f51941ae8516aff19f9bf99 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 28689425a2f5c639b7c46788ada2e263a7bdd54e..59ad25c1c79add9f1d2796f81479f9adce074766 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fa29191d9040d9ec5c9ee83b849c2d821ed0575e..249eda795e6ad22b7fdad2fdad702cdcaf2ce5e3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1003c6eb2a2b08cfcb7ed096afb021bf85d28e72..396b09bd8e35b8a6ea998f700d4943ae11fa21a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d29f088d275bd611aef22957b3d86db662584733..f2678a61454c4fd2e925f3d468fd6ae21677dcca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b36c126d5b90d8d1b58faa1674006588c75f139e..153babf2836a401864fadc650881efe03a74fc45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e981b8d53d2ca17bf5a6d5363fc7f17920e5d4e..0f180e52ab2d5618bbb582ee34634e7bf52ce566 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b0dbbd8634cc51c329a51e8b2fed18e67b4b614c..9a490d2ef354aaec549d9ddcffd1c21c2f89c19a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 603462387a33a4ce4d1500d7a09bcef0caba50a1..37a987c57c05369ee836ee62e41eb2e3f961cc6e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a3a4e4b468cfecdc3ae9339218f2183bcbaac28..fb1691f945b33ebeb6a3a745c92edcdd32ae5bde 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bcaa9f1063786d43fe2754003ed89280e0943321..822bfe473eb361816748abf5e4b470d252aeb4c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2d07e3cfd559021c7a6758b67da58184511d8159..9a037cfd7bd899e0fbb8254dc58a99a5e77d4bc0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 49c669a2b21932ae8a6fc76888c76e757c180396..b41473ba49d992936c38f15c752f43897a87236d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc055647ba79ab6f2436cdec3f14b79135d77979..eb03cbc36b01fe0174bf9a9d64f60454c3985dfb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 755a0ff1dac804e68fdd2caa930dbd3f9c242797..ac9a21b66295fafcb8c3b3c173787709ceafc579 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2623467dee52b5c894ff544839d68804ec53004c..196ef4c6199a75429b9196bbe9efcc5a28503ca0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bce9813d9d087f05ce817721f005322ab3652eaa..6660863733426b89a5c6c2d64ad687fe108c04eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f2ac81bfbfa75f0c4141c43a81617828bce4ea27..30c27451ebc1f3547e6c053505aa10aca4e480bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 75c01f06f4c85503e8e1f593d28f7b57fca63135..7dc3c9868e2f6852f29545b97d3ce35e2150010c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bafbefd6dc2865c328b1058f616d68ea7bbbe007..a8119106ee2bffcf5c1eddae6a6013a943f920d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc47a7c0fd88c37438c9d5b74b29fcb9b8a2a670..9fbd7f983f621da869f6f35392c0ef2f9075b80a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51229d7c9aa9cc38019617e399a1594098c8606d..3b21f7584504cf4227f165fbaeb750f6b4d637c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51931fe812c67b7c9b0ff6f1267b22fc4e2e5706..a066c04e2d73434bf8598cd4eafb6c375b2c4ae6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8955a50e7c4dd2d622080f2ed6a94c9590c1cf45..86a6c7763d04cdc3cf786398751c426be4ccc988 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4ab557358a334e0bdffef01b7b74cdccd0bab30c..43e06a74fedd4c3b6501b313891f84f0847eab97 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 523d997fd8c78a885c62146d905d24380290b91f..e0416dbb327a025931876fe3e20dc2bf18f780b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a02916ef40ebea9237ee6e4feb6528932f1873d7..f4fd6ab248ddced286187522ae27485fe2e67b2c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a76ae1c06313e1d62f4b9da6b262deac157f0713..cde18e72c4942daeb21bbec17a24fd26e13882c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eae6227251626edeafe69466e02656fffbdc9e1c..b26b6baf3f853f0112441bd7715162b1793a2fd1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b19b26fa028a5527e9e7a751b53d6208f69e351..8721abb20a7eef7390593a5b47e7b04722903bcb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 345c2cab70c329394f851d6c9b287c265457d2b2..29e2a90cb852238a8452d5936c1788e3ecae7ad2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9837fbb8eed4a265564ca1a47573695f675f04ab..2ea1a66696b2762f9ba3d1cf49da88c2f29ccd0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a764b53410c578a2f723604fedce34687a50211c..25ed5555515dd97b0dddb45a589e0e71a5c4f796 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6ed11c99c925331df627b565d9fdc53f0f995b23..c9c3f6acb39834d9cf78989350e07802dc93b849 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6e862605585f544d84e420ed6bf06c036223e03a..66f6e40dacd39199d8056436a7739bd95c7760d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8660b75b2505017070e25044abd4c6b57ec4180e..5a35e6b178faed1043b1fdcaa17959726aae2ac0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96353ce49131c3a4f8b8f2f7c3f39c6e4c4a1cbf..98ceeecbed7d92e59e581c1af3ce2f7a6c75bdd9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 690c701fec0a8afd9fbfee6210e575cc0f573d10..a886f1ac0137e320a73f7c4c2f879e05005b4c1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4da21bc102234c37c27e4bed91a7ede432e45e57..6591504fa136eac0cb3af2f21d2020d7cf35309f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee3d96b1f1f932d163096ddc09e34e87b8679b9b..2cdbb7239eba00e8dd2ade630dd896054d11f370 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e4a8603595f6311fd3da55b06e2d5d16b6367064..e480624b6083a126fcbb5c25a50e07e44fb61a6b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 57d45b743a90873813b4c9887d51c65044c54cd6..296c7da2593a6027b497a85a566dda76dbc7077e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d8a9cab25434faaaa18b97defde10d582e6414df..14c7a20c3c72bb979470770db21502f7f118819f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37f664755f5695bef967679f548c2dbf6ea89087..03a3fa10a44e53073db25612ef16d84c0968a010 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d4d81bbfd44c8b4dc929c307d5165164cb62cf3..e1f491d3bd01f74842d8818e93b9bb1509397a8b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c249aefbfa11fd2710e334a8299dfd91d3b38185..615a1095d542fb83080870cda8de1f72f7533416 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e0d47c264630070a4f2eca2a3fd3902a6218935e..634e2dcf7fa8eb685ee814e740f6f2dc9953a516 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a08c2293ecdf25a9db17fa0b839cc31c014e3f2d..b924b1045501968091b904fbe6ce28750edc4c30 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 83f81daa53e75b15e22b90f5e07dfb7f6bd505fb..80aca63d91e65b109e539bb2884600f5dca42bfc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ef9088d080d0d0a7cc4ace12a1854d6fa490a2d..6704bcb11bd2ba6a13505c089d7741b6193963c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 36902a7b4c0494a2feabbe2b7a329b86a57f0c3a..427fbf69f9675f150943ad49bc4dc5dcf2501fd4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5687784df006f05d22c01918c64aa9224563cc1..6de87be5d48a716becbb872b9a918252742c8e51 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 892450b0f12c92235872ad83d30a2066ad714496..be1c7def68ce6115049af5933e2ce6a7e9a206d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 359d388bd5f22a07cfe078c7e30baed775c56cb9..bdcba724e6df3974545c0b1a6795c0968ecd5ec7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 253ede4bb8c994d01997e2f800f8e71496c16c5c..a468ae7276ea6af9ab2d4fbec93a6b13a5f3bb05 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 280788fac9c09c2b01960819d40018922bbe4cbb..1f514276131046ec8f70b1de1d5f7a5703074709 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 20838b5292d3b4be05216e90871ac426b93d0a52..415b1d3e8b5c3c04497f5ce6c16c11e8fb310fed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1492c3de51354a17f3043799c9709b4a015114c3..f9c88400a06f1b3424e2b17246193b88982cd077 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b3aee20f594ea5e53b00d04d4bcb7dacaece9c65..6ccc0f5f4d9000c2d7f6f534f883c7b447e72129 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 672699ecebf23a2d136cc2c4adc2b12c528a47ab..9ae0c26e5ca567adc1187fc3a48089583626cd82 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22b9a81097d125e2ce13a098132f257a5eabe497..b5a2704303218fe44bc9fb36560bfa2975a8f357 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d47342db44e907bb69a032e8c8a1ae7778d5b0a4..5a92de870b1bbb4628d0d7102f1cfb7134e4ad50 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 70c5f37643fd1b81d2282d19bfd010179468ae54..b18d06ae921629af2985176afd66c9e5f47e255c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4c8989eeb8b960808d8788551d29ecaf31c04f53..9480188842440b6345a95e9bb6c90806f9c14544 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4e485ddabddee8dcf1f382ae5ab3ee2be265eee..fee3195536361c685124121790c7d642c2458191 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5373a95d01a476350af5d8b14e2347caad6fb820..b2ce4ceeb44923375aa9189339a95119c95094e6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc0184bb83b5b1136d709206546923f9266b18b6..adda4526c023cf4bea7d0e4d3654892db582c781 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 647fd3009c1eee6d478597c6ec281136e979cc95..a8f95f6fc61943c0f9df798db417d1ebc067d31d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9cc39963b81db1b21e5b4f4826791e71b95f2d1d..3a5e0ecd1174b7c81864019e05c91dace951ecbc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a74145a4eeab5e53ab85b618044fe68356cfbaca..f3f1770afd9efb83ddb49073677250b51679c55c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0e5802e5cf7acdd5ad6cfb43f16a983df31b740c..3784c1189f2adb1b4f9e48d3ac7669a1a843cf71 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1022153aae1ebddfd30b40fb1a56ddc78ba7e7ba..a83a5c2e4e5bac9beff12f37fdfaecac9967a9e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index abbcd66046d193763d28ec4751a45123beed9d49..89f9d82e6c605395214a3384586ec3e099b9041f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec283534d6f7d84252d4d3ae7f37b8f1e99cdc4c..634edc1195e4afe3671ea089ad7136462534faa2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d36a4c9cba44a2ad3060b419b75380ccafff069a..5ac2dc6a2f0f1b300e533bde9b98e15bb5449814 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 01eeb137c6e87fff6eb5b11d93204645fb16827a..752c0de363f4b23a10635afe443544f2d9c1161b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 92f92f13bc8b57c81b85730e2b4aada0cce42ee8..2d4411e519a25202962acb6eb5e6010658070832 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 97b6e5b23cc17ed0955da8b3ef506b3fe60c9d5c..2aade836da1e5609f26603fef1608eac839530e9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04f9cd8e856da1fcb78d1c9fa4747d84d61ee0ce..01fcf43f647d6a82643bde249500049bdd915879 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41c5033527dd10b9d644fa8885a2dabb1e9f4651..8d46098089ccfbe1f7a8a4a119347a26741e38b7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2933fab52db1c4bcf26dcabd4b9f2eea86c81824..30626a78a5473829f4a8b5e44123b328bbed2a7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2c64481c7a0a0abf955a72c0b67e3a237469ed0a..b7fbc63f9139eb57798d54d46ed8413836373464 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 395d6fd290011747d76f1a735e6e08bee3b5ba08..c3a66eb0f408ed2bb18c98010ac56662954a9fc2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 27af7f8374ff8a0049716f56ec2ffca10bb8077f..af198706f65631565290cc484bac90a85bfdd6d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b8f26a65c122c185f6280d9a724f36691e60b809..7da0b09e83319f9b3a8dc8df912f3a8e94a466e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 76c7b2233fcc19b6cc6768bbeff9671d0d84e092..d22133d0407d2c3770c3ac6ca9d1fa33aedee08c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c25fc6a23a84f7c883b2a2d2bc939b8cd3cc3dd..eaa704d9d9ee269c391677ea8233da47294b2087 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db6763c5a232c2db337c0f50eec3009007f8cb00..f39851f64aadbfc643fe77e400489ed7d00ba306 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index febe9c8c622847737f2e3b150d026dd335a0729f..44a6e01d3b0e441c28cd0320a802b2a395c13fac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 613e2f7832010948386d5b12b3e8f2230d9cfc14..67455f8512fc50d333b15801fd4b7faaf27b6259 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7acdc09556f95dc4bd56957f3d1aa2224404e0ea..f76ced98fd6baf3f3e98a4fea1c3f09a3e6e29c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec8a0aa662e759458aebf9a66a8b702db7dd0a15..216c4051fafff6dd1d4fe2ab6e1d57fede819aba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6c2e856cc86205e962647faf1a6eb902ee33167e..88389458997d20c84de8bfa65347637708515e17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4425f83adc384d3498fca61c3789a06ca80ff4be..efc87b49120979a05b053060d468b425d02b5e7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bfc7c3e0a27ff695708b6b3fc1b7f9df87b3245d..47eb15e3cea686d392174911e4bf2e123118751c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a9e43967f1d3c370ac0bef1d2aee020768ea9353..d709cf916f08c452843766b634ffab87dadd3b89 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b8aabec376f0223eb1b7467c278af0d364c99721..ee6d89ad3c4216acadc9b36eec3ceddae2b6f15c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7858cec9546fc6ac3e6682d00b3d97adcf0ca70d..62003734b1d2464e420ac5cb9e1dbc8eac58a8b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fa99a0b75bf081b41c7fc864eef5a6f58b5239a3..64d5455ef3dc9067f37b947f0cfb4b26c08ed9e7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 84934c6af5043514d20353a32704275496e5467f..b2b9bba92733e4464a836d515a8908f00d0fc4c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 286b52992583a9085df6d602ca01255f7851ed85..ab94643f4b3a66a27509ced0a4a7dbd15cae7d51 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00ec15a9b6aa4541d255769718e2ce279a68bcd7..81636fe10570a40d0efe5c78dda73ddbc1dc698f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c01f39f4c90f35abfe2475cdfb23dc5644d5d19a..90dfa30b0a5151bf447b09989ada523b3c965dbe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ec0f6f0dc2c435262433bf666669c18694d994b..c9979844124b9269f2c75e8257ff697c946b37a0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1599b8abc14480d2fec442559bc311b58b5e08d8..aaf7022024899a75bb2cb1cd58cdfdef96b711f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b946affe2b6ea6474de5544814843f62840eda81..637ff95812b59f1057cfb819160f3a192fc69e7e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db16adfb90213a937acb2459a433f5aa78e8005c..1cc255c365f3d068696600b63072cb2995654126 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a2b053ddedf403d02ece47085135b1e9d04b50e..3812c7ffb7fd744e63d337ac0c1ca52d7b38632c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 52beb98019cb93a131564871f14fbb922d837490..034e1fc99308974bcd415b232a4cc8f829c3c3ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b0ec8f832e7b71eb9e3cdeb9766aaff31cc642f2..2b636565aefaccc7ee80ad812010aa4d04f09ae9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 47f6492b1e0cbbb88210b2effdc2d7411a0258ec..1b7934a1969d7c0781944940eda9069f3fa6e9ec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f905f488afa63ea83d3622f260f0d54f9af9bcf0..0523d04c9eefb0ba94f8b0f34bc1840220081053 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index daea2ca53eedbf62588adc2d302d51b4f89d231a..6afa44b8355b70d438251e974a028e0d751ff031 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a36a8429370180a7e16851227799c73171396c18..7b85ebb6d9b8bed904267a55dc0f38c810a22c49 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ae453e4586819bbc078b8bbaa79fcc4bffa5e24a..c50763bd651fee54b7de0d327e9b896e1e2f4146 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c25b83fbf7ffbc8a0351ae664958435be2324357..1a625d9a15d710ec8237e814581f942f68f82286 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4518215ada01164efd78d15dd6805538b35f23d6..b58bf380db0cffd71f818dbae7482821c77a482c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a96ea49473d7780d9153280e1e1532439b50fe19..1652982ef1e9181939becc148dd8c081cada7e35 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ef566de2dd582f9420208d897ab6c79cbd454da3..960599e07a1c9ad9c27cfa876ad30b6d7257dbbf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index abdde24861f460e3aa99fcbf0835226000661050..2e452e3d52c80ad4f9b9152aa5a42d2b10cb6590 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30d42414d4f05c2f69211bee44084a5cfab3a494..8a61ad88fd73cc89d072045487e86348c605208b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 63d83c6cffdebccfb9eafbc123e4f4fdee9543ee..cf3e0fef1c720e981b430084f15136a55b9f6de1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00c36073379589fc10dd953ecaf4d4205cca21b7..15f56e97ceba603f9daf81f607135d5fc90c85ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d74b87128cee27fca62c24df50fff4d294536f1..6ed3e15dc3cb9e8f482e1062a91ffab153c204a0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 834a5150e0a000bbdc39a3537d2c4687b38102ca..f194d2a36478d4c303435422d9bad102322e059e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 21459053790cffbf29e84c792926478fbb9a8fae..509a65a7ebf95dce8f997d0e04d7324dc6f41461 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f239755b3efe26e14cf384c5094307e6a2df0daa..c73592261d902426bbf508da1e98214a97d1d68a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2b473fb48b6003b5813f5e513ff075ee35bc9f79..d5df5e4adcf744e4d02319bce7f44a8e37b28894 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f63a24f80693434a7e8b1515547608d0a696df08..7886c8cffd3d958a2c9efbb6cf20b349b28038a4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd0f86b6aae57b2fd5fc584c0a26ce0a947563d7..9ddffeef6fac41dd5bc766a7869da9ce2658b82d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e65c1201429fe8340d87e3a7845a6e10d073019f..8dd4435bcd73bff54abf224b2e45379e4a3b0611 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c95aff6917bd56851024b3d7b028ee224fd6dd14..c25cb86094e06f23d4df87838825589d1413c3dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f48916ce80a50388e41d7e37e83aba88a8ae4da2..fdbfb55f259d45d06576bc09118680f33d6ceb26 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53d8d8d8662d93b9cc64da6b2d0b488241d4d5cc..70b28557d334fe1942d0ed3bfe0fdb47551784be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f93375b14ea907b5e7f9937615555f8678215911..076edd4f6776b5279fe130908fc5b380481f7a0f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6421815333dd61bcb188dd92b6fc39c3acfab64..b393c3b7b909d4af38f6012bf36ee38c7de3f006 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f1930e244483a44c2516486875644d26144519ab..c830260d1c798fe7e2a04eb4477b61b8eceab24c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ab03919c99d117db6ef88751788eb028085576ea..2e9ba9990e788ac9a27b5495cdd180df4cb1ff8e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a295255784357808b8d3f1127b2bce1279cd0de..b93cb327caa417bb7854db5cf24241d94ffb3639 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 59daef80c77c7e99537b7eb4edc6ff15ac5b117a..2e2f3cc0ebef30b44977d3120c3cb3bb22035a29 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 542cb28bac6430ff81c0c1a8cc1e8e9e0e04eff8..8ae89455204971b986eca47ab54d407de3dc2425 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f498b6920826e5f8c69ab403606da61bf6470de..ead1e607dbaf4a0d44c45dbfac905f67a668841b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df284df2aebf889627a85c4984e5f0ebc889e868..628859df24f26d1328a5a11faa7f2c67ca4195bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4754a34d7e9ae93611f8f93aef16a160f0041807..206e610487e046fc69b69adb18aeae8009083c45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 240ebc8e8e498738adbac5b0bc083ba53fa752ee..e9f40d030defe518a39a2a80d50629f812c4a7a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 677e53df55d218f5ecb9731456f4b76c14bc5b47..89f6ee612081ca921c63d500cd2f8922507fbc81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c816b5ab965d830e60d94958365edada007ecce..b9cf3ab4c7ff682f70fd217164d4ef93aaf6bf2c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3cec455352bdf8239718ab920c6c9fc6568a6730..3fec80181a2c46145317e9b567c0590ef964d095 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f0b2b4f66953c33a6a5a597d314d8c2e62fca9cd..08a0794c8362113e8e98eb242d682aaa6e8272d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 101ee021c72bce5c7357f2290b843e5f2d350215..96790b5a91ccf1b7774ea680f941366104497875 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cd16720505b8eca89b42cd7d6e3dc78c032dd87d..dad0f1e5bc4f7540e5df412cc0ea69b2d6249178 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cbe2a843667964ea136df635896972e231ca9d05..cd3d3328d5045f810401981cdb6bfd706a267687 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a8b1fe91b0ac5ea166fbf78948ba621a3a9856b..4cd89906209efd9ad378df2dca7710e4698b8725 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba177ef8439dd64b1cd0b4c8ea1a13894de57881..013126b4d3ce1396748ea30478e7ccca632fd58c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed50b8a70cd0c11a7c47b0454730731db5b53cdd..d4a903ce83a4c97f9703def294f9cf919602a786 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 665baf295d63aeb1433ba3ad3e80d6a0a7d1dbb5..1abcecb79bc67d3e4d14a9fad70f20c143d493a8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 553b94723931ef08c7102bf1d95ff73643f86243..145e54319558cd196f21e98ae6c807936a5156c3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4f8875cc6edf29fe44273192711b25c99259b602..07dd99ef0276976aad1860d2f813b0814e98bc1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a6fa02be9b1e3adabebcf2bd79353d32e4881fde..ee0c71e5e745891c664eafec4e5abcdbf0af9728 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 767cd70dc9885812ab2413c64ce85cf9e3141033..b93a0352ee2a789d3bde83afe1a4da2a2c35953c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f0c16ca8c301310b4b99571a1cac9d8d961918c3..3583a6e85d7109cdf10274145e3889c80c7b309f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7378040d25c5b36ed224b1258434b941f01a50ab..9217ea16a612fe43cfbd06abe114aa3ebbb8ca4d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 45d4d7c954ec81ee3b8e767c5dd179221560c757..be3dacd9b995954bd9d1d9b24549ab53bf6c39aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b73bc5c8c2895ce9f543deffdc09008b0330525c..2db2f29f4b4ae3681e51f9889c8b38b620d60618 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a21e3ef8f412e9bf8dac6d9f2e58895a8db6b061..41d07fe93d81aaed931be4fb11443dd6884a4fd0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb6098be80186570d184ef7a370754497545b9e6..4a742fc3036e49283da4563f3b81ff76100e2695 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7bb07a13351cb561066461b56c01c05e7bf3e520..cc392ef54e3ada94a7562027693322db50b977d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cf5db0ffd8a6183c77d498ee2aa8de89b0d77dea..3ab24b1dfa8eb29256f67c64ba0b6c4e4bceeb9b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ddc50a534ad5cfd90270cbcaabf488c3a51fa064..12f81cb7899c8036eb6626f216106a22c3fcc7d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2dabfd89c75f225b70f3aa6b19736b90f0320655..0c992ef254b8f58c4aef07f1bda592f8d8f6e1cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d233896a79c0fbf51bc791829acbc157996b18a..844911d32f40854848ac965e693053e3bf648d9e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -89,7 +89,7 @@ class BasePathTest extends MockedTest
        {
                $this->expectException(\Exception::class);
                $this->expectExceptionMessageMatches("/(.*) is not a valid basepath/");
-               
+
                $basepath = new BasePath('/now23452sgfgas', []);
                $basepath->getPath();
        }
index 0702f88b49cd78d88001fe86498979a825079d9d..0be83be0a7f2faf457e4455c10143bc208c3e5f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 142a1af6e33b02559c72fa522779f79b466a2a2a..82afc24832264f94a1f4c8e13cf3600749efc9a2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41f646bada637629362fc35f8fec98d7c887211f..82a294dd6e6ada4363e5c6d1eabe322674f1c505 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ede0fc7770961503900dd8ecb9dbbfd39accd0a..b43482b304fd51a5f8b0ccbc82179eef29a9171c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0fcffb3f8d77f312ae9197dc4f6f24beb7e522b9..76d2ef1918034c0c33c6f568dbd3f2acf4d4687c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88cd9c58424fd41cc6ee40b26d0c5373d9021e28..13262d20723f5da08be0304835d396e0437811ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 72cf430703651719fdb8de1455075af77a49462f..9a302d64b5820eac734ede2c6bd43500e222c39c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ff98f7e56e0264fceb1a6a92727ee298e45f769d..03b0033fa91bf3eae45a3ab9b06b6245029f3e6f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8e2881aa6639d5e1d524febe07c4096249c9af17..36a1afde01fef9adefebd536c7a64b7f8c3aee61 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6cb051f08c4d103c2159a7c4435969c90ae63736..39171249bda2065c9b2b9873d57f353387f59024 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -28,7 +28,7 @@ use PHPUnit\Framework\TestCase;
  * JsonLD utility test class
  */
 class JsonLDTest extends TestCase
-{      
+{
        public function testFetchElementArrayNotFound()
        {
                $object = [];
index 18aadd91a701dcbdc194c01d63e4de78d768f61a..25d044354c6534a59367a7ae8a50f55432066cc3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 114082e71e8a905c200a94d1bd579c5d48b4bf5b..2a2649a9ec0e80337a0b50486c34209c7b264765 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 830f97b2f2e21d47da0aa9d51318ebee06b3f685..ae17920e0408be9452240fc6de01bea85c4e59c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4181a51fa30ca3d0f48c57901867668caf98a238..10e3646ae472a45251168dc633246806eca0f557 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a4716c8fcbe86019ae27a0bb95894272d064874..2323c4008a18fdc1e504b4fb41435166336de800 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f8697554f56dcb8196233893d7c385996674aa09..356877ff9b0d2c94a0cbd3e425c508cdccd92de5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 336cf060ea849828f9cb1efbfdac69b0ef60a870..a72311bd19654e43cf58f42482f5589551d1d9c7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -18,7 +18,7 @@
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  *
  * The site template for pure content (e.g. (modals)
- * 
+ *
  * This themplate is used e.g for bs modals. So outputs
  * only the pure content
  */
index a64f6f5fedaf0d7fd32ca24f6cf7782e8730999a..5f86976b98402249c842e89e820a316817c01097 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 575f0dff584f606c7f4894a4abf7483c33b622d2..1ef97db751e77b80eef48b44488725aa3bbb5837 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 729c5bb0852a2314c0e77157daa16404c5686a28..985e062ac513f03e8ec86c4949f239a1503b07c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04d418861579f82ad823fca82a5eea288b03e9a6..2cea82937d71690c5148cd28967162facafaabc9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e3bae20048072389e4b7df8a793dc472b0b1396b..79dc97f2b68fcb191dac4e41da54fe8158ccd51f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0580373e0b16ff211030d1983796bcfc2c6bec5..336b52993546461697d1deb4515725370966ed2a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2bc6dbe87c6289492651cc25ec7a91ecbcfac134..eb1853a0cea04b26507a77f500dc4413bd924711 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f99b1bff0006efdb8262ec692b58931eb984d9e8..5140f33b2c71085b191c12b13f90d01681d9325b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d269fd9535e85d70f176bf7b5e6c2b9a09ebdd9..b6f8c07e9a8a346ed7d6479389f14db8b197021e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 58bee7eaee1efa3ac02643b110f0e9296c3cdfb5..6e05c6b328e5b590aa4283856473ed27d99fd93a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2422adf9375d897c4defa51fac4b58d47a9b6bff..253a55ec477f3c88d8dbde3cdc1df73394298cb4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 608d8de2da2a0dea0b87127b981d9e1b03026d73..1b010a355909c92e0a9a3ebc5e0388a82b6e6b66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6c35d35157254f505d4b6709c07565e88c7c0e1..4f73001ab354fade4aab8d75da10ea46cc2c5530 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5fe4ff1095dfebe80c4d3b8408d6c9d5508bf80..0a559c45c45317f644fec898a9e32ee713e2528b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 74975893ce8ac6d17a288a2562d94ee58f6cfdad..e9743eb339f7e238223c9b3da5f17338ff5d91c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 65612623d2d9200e7693e0d9f130db9641e45dbe..9ddf7a4de069fc1ba93835dd6ccfed31cffee6bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *