]> git.mxchange.org Git - friendica.git/commitdiff
Friendica copyright changed from 2023 to 2034
authorMichael <heluecht@pirati.ca>
Tue, 2 Jan 2024 20:57:26 +0000 (20:57 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 2 Jan 2024 20:57:26 +0000 (20:57 +0000)
1258 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/photos.php
mod/update_contact.php
mod/update_notes.php
mods/fpostit/fpostit.php
mods/local.config.ci.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/Header.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/Conversation/Collection/Timelines.php
src/Content/Conversation/Collection/UserDefinedChannels.php
src/Content/Conversation/Entity/Channel.php
src/Content/Conversation/Entity/Community.php
src/Content/Conversation/Entity/Network.php
src/Content/Conversation/Entity/Timeline.php
src/Content/Conversation/Entity/UserDefinedChannel.php
src/Content/Conversation/Factory/Channel.php
src/Content/Conversation/Factory/Community.php
src/Content/Conversation/Factory/Network.php
src/Content/Conversation/Factory/Timeline.php
src/Content/Conversation/Factory/UserDefinedChannel.php
src/Content/Conversation/Repository/UserDefinedChannel.php
src/Content/Feature.php
src/Content/GroupManager.php
src/Content/Image.php
src/Content/Image/Collection/MasonryImageRow.php
src/Content/Image/Entity/MasonryImage.php
src/Content/Item.php
src/Content/Nav.php
src/Content/OEmbed.php
src/Content/PageInfo.php
src/Content/Pager.php
src/Content/Post/Collection/PostMedias.php
src/Content/Post/Entity/PostMedia.php
src/Content/Post/Factory/PostMedia.php
src/Content/Post/Repository/PostMedia.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/NPF.php
src/Content/Text/Plaintext.php
src/Content/Widget.php
src/Content/Widget/CalendarExport.php
src/Content/Widget/ContactBlock.php
src/Content/Widget/Hovercard.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/Addon/Capability/ICanLoadAddons.php
src/Core/Addon/Exception/AddonInvalidConfigFileException.php
src/Core/Addon/Model/AddonLoader.php
src/Core/Cache/Capability/ICanCache.php
src/Core/Cache/Capability/ICanCacheInMemory.php
src/Core/Cache/Enum/Duration.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/Capability/ISetConfigValuesTransactionally.php
src/Core/Config/Exception/ConfigFileException.php
src/Core/Config/Exception/ConfigPersistenceException.php
src/Core/Config/Factory/Config.php
src/Core/Config/Model/ConfigTransaction.php
src/Core/Config/Model/DatabaseConfig.php
src/Core/Config/Model/ReadOnlyFileConfig.php
src/Core/Config/Util/ConfigFileManager.php
src/Core/Config/Util/SerializeUtil.php
src/Core/Config/ValueObject/Cache.php
src/Core/Console.php
src/Core/Hook.php
src/Core/Hooks/Capability/BehavioralHookType.php
src/Core/Hooks/Capability/ICanCreateInstances.php
src/Core/Hooks/Capability/ICanRegisterStrategies.php
src/Core/Hooks/Exceptions/HookConfigException.php
src/Core/Hooks/Exceptions/HookInstanceException.php
src/Core/Hooks/Exceptions/HookRegisterArgumentException.php
src/Core/Hooks/Model/DiceInstanceManager.php
src/Core/Hooks/Util/StrategiesFileManager.php
src/Core/Installer.php
src/Core/KeyValueStorage/Capability/IManageKeyValuePairs.php
src/Core/KeyValueStorage/Exceptions/KeyValueStoragePersistenceException.php
src/Core/KeyValueStorage/Factory/KeyValueStorage.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/Capability/ICheckLoggerSettings.php
src/Core/Logger/Capability/IHaveCallIntrospections.php
src/Core/Logger/Capability/LogChannel.php
src/Core/Logger/Exception/LogLevelException.php
src/Core/Logger/Exception/LoggerArgumentException.php
src/Core/Logger/Exception/LoggerException.php
src/Core/Logger/Exception/LoggerUnusableException.php
src/Core/Logger/Factory/AbstractLoggerTypeFactory.php
src/Core/Logger/Factory/Logger.php
src/Core/Logger/Factory/StreamLogger.php
src/Core/Logger/Factory/SyslogLogger.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/FileSystem.php
src/Core/Logger/Util/Introspection.php
src/Core/Logger/Util/LoggerSettingsCheck.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/Util/ValueConversion.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/Circle.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/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/Federation/Collection/DeliveryQueueAggregates.php
src/Federation/Collection/DeliveryQueueItems.php
src/Federation/Entity/DeliveryQueueAggregate.php
src/Federation/Entity/DeliveryQueueItem.php
src/Federation/Entity/GServer.php
src/Federation/Factory/DeliveryQueueItem.php
src/Federation/Factory/GServer.php
src/Federation/Repository/DeliveryQueueItem.php
src/Federation/Repository/GServer.php
src/LegacyModule.php
src/Model/APContact.php
src/Model/APContact/Endpoint.php
src/Model/Attach.php
src/Model/Circle.php
src/Model/Contact.php
src/Model/Contact/Circle.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/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/Counts.php
src/Model/Post/Delayed.php
src/Model/Post/Delivery.php
src/Model/Post/DeliveryData.php
src/Model/Post/Engagement.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/Collection/Report/Posts.php
src/Moderation/Collection/Report/Rules.php
src/Moderation/DomainPatternBlocklist.php
src/Moderation/Entity/Report.php
src/Moderation/Entity/Report/Post.php
src/Moderation/Entity/Report/Rule.php
src/Moderation/Factory/Report.php
src/Moderation/Factory/Report/Post.php
src/Moderation/Factory/Report/Rule.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/ActivityPub/Whoami.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/Circle/Create.php
src/Module/Api/Friendica/Circle/Delete.php
src/Module/Api/Friendica/Circle/Show.php
src/Module/Api/Friendica/Circle/Update.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/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/Friendica/Statuses/Dislike.php
src/Module/Api/Friendica/Statuses/DislikedBy.php
src/Module/Api/Friendica/Statuses/Undislike.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/InstanceV2.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/Circle.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/Channel.php
src/Module/Conversation/Community.php
src/Module/Conversation/Network.php
src/Module/Conversation/Timeline.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/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/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/Report/Create.php
src/Module/Moderation/Reports.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/Conversations.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/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/Channels.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/Server/Action.php
src/Module/Settings/Server/Index.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/DisplayNotFound.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/Channel.php
src/Module/Update/Community.php
src/Module/Update/Display.php
src/Module/Update/Network.php
src/Module/Update/Profile.php
src/Module/User/Delegation.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/Entity/MimeType.php
src/Network/Factory/MimeType.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/LengthRequiredException.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/Circle.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/Instance.php
src/Object/Api/Mastodon/InstanceV2.php
src/Object/Api/Mastodon/InstanceV2/Accounts.php
src/Object/Api/Mastodon/InstanceV2/Configuration.php
src/Object/Api/Mastodon/InstanceV2/Contact.php
src/Object/Api/Mastodon/InstanceV2/FriendicaExtensions.php
src/Object/Api/Mastodon/InstanceV2/MediaAttachmentsConfig.php
src/Object/Api/Mastodon/InstanceV2/Polls.php
src/Object/Api/Mastodon/InstanceV2/Registrations.php
src/Object/Api/Mastodon/InstanceV2/StatusesConfig.php
src/Object/Api/Mastodon/InstanceV2/Thumbnail.php
src/Object/Api/Mastodon/InstanceV2/Usage.php
src/Object/Api/Mastodon/InstanceV2/UserStats.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/FriendicaDeliveryData.php
src/Object/Api/Mastodon/Status/FriendicaExtension.php
src/Object/Api/Mastodon/Status/FriendicaVisibility.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/TimelineOrderByTypes.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/ClientToServer.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/HTTP/MediaType.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/User/Settings/Collection/UserGServers.php
src/User/Settings/Entity/UserGServer.php
src/User/Settings/Factory/UserGServer.php
src/User/Settings/Repository/UserGServer.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/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/UpdateBlockedServers.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/UpdateScores.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
static/strategies.config.php
tests/DatabaseTest.php
tests/DatabaseTestTrait.php
tests/DiceHttpMockHandlerTrait.php
tests/FixtureTest.php
tests/FixtureTestTrait.php
tests/MockedTest.php
tests/Util/AppDouble.php
tests/Util/AuthTestConfig.php
tests/Util/AuthenticationDouble.php
tests/Util/CollectionDouble.php
tests/Util/CreateDatabaseTrait.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/Hooks/InstanceMocks/FakeInstance.php
tests/Util/Hooks/InstanceMocks/FakeInstanceDecorator.php
tests/Util/Hooks/InstanceMocks/IAmADecoratedInterface.php
tests/Util/Intercept.php
tests/Util/RendererMockTrait.php
tests/Util/SampleMailBuilder.php
tests/Util/SampleStorageBackend.php
tests/Util/SampleStorageBackendInstance.php
tests/Util/SerializableObjectDouble.php
tests/Util/SmileyWhitespaceAddon.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/BaseURLTest.php
tests/src/App/ModeTest.php
tests/src/App/RequestTest.php
tests/src/App/RouterTest.php
tests/src/BaseCollectionTest.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/Addon/Model/AddonLoaderTest.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/ConfigFileManagerTest.php
tests/src/Core/Config/ConfigTest.php
tests/src/Core/Config/ConfigTransactionTest.php
tests/src/Core/Hooks/Model/InstanceManagerTest.php
tests/src/Core/Hooks/Util/StrategiesFileManagerTest.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/SyslogLoggerFactoryWrapper.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/Database/DatabaseTest.php
tests/src/Factory/Api/Mastodon/EmojiTest.php
tests/src/Factory/Api/Mastodon/StatusTest.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/GServerTest.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/Navigation/Notifications/Entity/NotifyTest.php
tests/src/Network/HTTPClient/Client/HTTPClientTest.php
tests/src/Network/HTTPClient/Response/CurlResultTest.php
tests/src/Network/MimeTypeTest.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/ActivityPub/TransmitterTest.php
tests/src/Protocol/ActivityTest.php
tests/src/Protocol/HTTP/MediaTypeTest.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/ACLFormatterTest.php
tests/src/Util/ArraysTest.php
tests/src/Util/BasePathTest.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/NetworkTest.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/smoothly/theme.php
view/theme/vier/config.php
view/theme/vier/style.php
view/theme/vier/theme.php

index 3a95532464a7f2e70a60b09c8b35fc5274d4bfc6..ca2a2ad3d87c705842c8b625469f750b93614075 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b797e6ba99a5d7800c5782eef97b8e18cc28d804..1c620eeb6f382aa1f335359ec1fd57e44c08bae7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53a564b8bc15ff77099206ad0f56d166b934a610..aa983cb25895ddac2724a5408218b87fdeb80920 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0d736bcc26edc107cb7e5171bf6f39d6f1145ca0..3bcb07e1141de05634e3aced9620c9cbd657f276 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6b3dbc674bc8752f863140049d569ea50d61ee81..27f60f81b2b541839e4ad04de182683bb7001532 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/php
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c855f9bc559d28aef36440fad5f9bead55cca7bf..7c1c5917fa60fde9a515979a85479910f4574bbc 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 87778308a5713a0b7846f511c73b2d346b613e2c..1b62b71c1cf62d9845ac3c09d2edf96a03f05430 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e85c08e023c87a4a28c3771280c825cfa73067bf..2d88a941db75e010667597f1758128315c278f2b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5eb53ae2f393d0022c365d398f2aa3523dd59dee..51e0ba8db6a8d95236b6c5e77ed800f2758541e7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d75fb240f01025ba23a40547c2e837b222d0bd76..369d3545ba6e4791e1ab8498e46f86fd3621fa99 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 554429d0ec56655b2e59dfda2912455f18c4ac80..c756a5f900b187d223b3969b904ba4d58010e75c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53388512fa9768c96ea594d259780c9a0f7e12b6..a4434f49363a6937a9bfba9e7d6ece06cc0e7005 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b97e9ec7be9df49a2cfa1b65d45f5f496f842f47..474b54504013129b72056102c4ac23ef35f818d4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f650fbb1d969b4e14a60a0b60a104889eff12c20..6bbd3898f93b6e0a20d441617a44cb87fa820a29 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5024d733025fdd1d5cb489db8ca1963d4d1c8c53..962b9d8d4bce2324056e821eefc8477283a8c90d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2da6b2a1ab75c2a8375f31257ce792c45d1201e4..98e6799972305450d63919d1eb36f741f832fb0a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1938db07605f8a771674ac86601618fc0bb5a63a..4c5f6bfa9d2132148e4e40aeff3164494826576e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6f527d2f4def937fa4a7619690455422f98253cb..06c7eaabdf21be00fccd983afdbc586ffb769d6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc20343d1c4f8a5659e8224ef07616c5f372ac74..aac7642114f8ea6a067c8f28cf876aab5250cd55 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7cd16b4bb905e8866af2e28675edd3c77bfaf309..8a94e6d2602bad541a7c99e7e4a9095c435bfb4a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71f75df15763666b8f98fabe7cba0ac22e805eac..de170f0411806c9221e5cff05cbd06e5e7dcd184 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d61303d5d729f410c8776aec4d534f04e53629b1..993762ab76f605d696092369c83b8d53c5116035 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d90fb0138b30ad7c20d0f656aa8410e702be0e9..56dc49633e5153e0b2602aa49af2302e8e3b988e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f2a64151d8bd5b2583a774d97a6bb5512155200d..977292e5159a24eafb851bd610dd913bdd81d766 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6fae3596dd1f666ecbdd66184e1890ba4a918d76..d6fa4f46e62de15b0e6e94dfce6548eb03da266f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dca1af4f627b2e29a5494af84bd2666496ce63de..b7a8700e56830ee7f7c17722215de2e864de4bad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e40da58773118facdbedf4b6983cb210db14c4c3..3f2249a7d8588dca2e8eca44fc75b22bdbeaedfd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1189f7f33b1187ef75e34a2e6c4d4ba890022535..abe33146aab88e3077c2d93c66c4c2fbe24090a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c04b835c52ff4bb324c388dae1ebc940ffbc5a88..c069d7571a4d823d959ee8aa9eb4876c4265e969 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ffe82b0b59371b794a43ea491a38f910d4ec3f0..36492511a584620140bb966c9f227eea7c784333 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c18bb981d9bfe141249b0e3dbbf96ee03f231a69..210e352c8e12f76297ea6f2f848357ffe63aeaf2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 837e0cd8862baea8235803146faf1ef2e98f2306..62f3591e74bdaa2962de37e42c036d2946715f1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ae29aee9b3f5db0e2530270162d685592465c693..4157b6bfff028799f7f7abe8bec2db47436c59be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c92e0d431d358d055112e63a64e8323d60e24472..32736eb7aa8fd2f9687f7982edd547ca51599bfe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b98438ce26d53d69c45d5768a331ac282c34b69b..95945eb9093f10e993de4303198724b538ac0782 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2155ffbe42175f36254e2f68af6f98b78200194a..fd94e6154cb10316d4a8791f88bd79ea19a803d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4bb1eaa5669562f98ad1d4039cf413f9e3de02bb..dfc39bcbe23375c13ca53a6dcb40248f9cd9de45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa47d41a2411ba30c8e245a5886445e2b80c82a5..963e7683f6fb80b89d2bc79d2e85e0668690e502 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7e1b07af2479973ecd56e4470da8ce540eee8a35..bab17602ae819401847a7646a65f831d5048a3cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33b6f8303fa05498e2f114e2665079c0b7ee2d9b..487af9df4dc5d6897a262297cd8037f855b0c38b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5537169938c6042a16c91a64546d1ced3327d7c..928b5e3e2ea6214bc4feb0fdcef1849a100abb26 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index efb795360cac7c9ba5c882c7ec3480c256b936aa..1851a4f2f950517905ac80a2798adce42b7d2a9a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a80b88349a157bc99bfca55bbc720be1fbb74061..7ac43a1918b26f3aecf11cb0ed766cdfa1947358 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ceb34106e288883b2da123910de68d3e6247549..c45ea743dffeab121d9b6b1468efd19128e1a9b2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d4125e88a7d6cf2f9de7f919221caa7feb64fc0..d4dde308d17a2a3526a66c5eda96efee0b5cc3e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7028de8a1355103f34cc77e6d68b588bec7ea93c..8d9b4075d3f079a0a2c240db76285c87f6a162ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1f84d442b5031d69f929c9d00a428eadb157f9d6..f48ac04832bb04e07db8eab623da74bc954fece7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d2357c318d0d47c4f15de1aaecee165bbbce2e92..917a86b988dc9a7d8eb3f56ae4de739c42646d7f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6eb17034897097f33dd375179737c82e3175362d..36836333af79ae0c0d982039aa4e6fcc26abd36b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d1f692634246e01ac2b8d007f20a166e5493f38..6206763f61a952cdcba842e7db75005a81876f1c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0acede5df890b63b52472d1cb5603746587588aa..91c8e8f0b112b243a50c2d9fdd545ebeb9cfa8f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 076b89db828279fc8bc7d0b7c97370b5af777747..ac43edd56c3984c0aa1fa4b6305764d35476848a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f04b64a23dc4b1507bd0570995ac5e1ed8a02214..b889b0c06bcc1841a097f32f5aa1f5cbc1c1176e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 055b0c2c0d52c95ce31506d7768d3857e1ec63ff..f5b067ffc68583a757b0a09027f966cc529370ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a400fea23cb50efda05a18ad2961c637179620c6..2fbfaefaa988ab58b88ffba5d5a600acd59e87bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e178e80e72807758c22184dbbc473f954ca1a5c8..572c3efc31b13731154212a58c11f70dd8d1e5af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 42cc63e109db64c99164bb179f32ef5b041c976b..fb19f85f6280523fd54a21f75d2a4f8e3c1a2cf4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 11d1dbf8215a9871dbc4ffae535d8904a3f1ff94..2ed95a1e7e72204389bb267fd8e98591148c5a02 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22de2903c5b8fe03d7a36b6aee218f2694b4400a..26229581089496aba2a0e76b18ff44ddc37e3796 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d04dcff81e0d23847af76a05fe399728f1ea8b6..6ee297c63f9de696d197093d7741b9352e40b2e7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea9f5ae20d2e7f2928a8606a75774b7452cda32b..76c939d05dc263e3de5dec058365820126de359d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bb81ef97bec47cd48c384278ceaec8870bdab52c..20b486ff1f40c519db78df4c4134fe6f6b7541dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3e9b770505b6873540c0d9ba10aae6bdcacd227..9a07b8ffd945fb638f062f1a33c03ef58c2664bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb061ede31b10af8e751f40e80678cb9bd7bf24c..0c2f17eb3c1fc9cd17be1eb8a2d9e550ae5fb55c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc4b7e38cba62279c37d05ca04877e5fa71f5163..28d277a1a21c8782a63c7a98cb8cb4a6607462d4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8777087bc92fe8b6ae0733f7a32e00368eb15436..a59a8f1e26e4d9ca02ed6e1ad3c24a6db3746395 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ff72e393f788d89386afca2f23f050ac65e5c1f..e90dc076478d57f67cdecc55acc9e4fa8f392467 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 799e069df3d25fb55dde22fa202ac950a0b16b08..ccee32535677a275bca7e37e3fccdd858ef26b38 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96787d35aaae9a4eaa41f18446e8d3492303da30..a5d7bb945cc875111277606b8512346c2062a82d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d6fdc9db0f242745608be5b8f5f411a595610f6..815644709d40ce700a5f5968431142fdc982a8ea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 59c387f8f36e81c6da43676d058848ac636c52e6..46a778e77aa3e41b0c913935fffe65c526ed8796 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d5116d2907454c23c4e2811db54a9af6ccb2dfe7..ee2cea5b3d44e6b84fa1cbfd80af3055e5458896 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 884f5ab23a8ea8c37600d6c48be6441ae5323f22..4b3da5a39d2211b527d86365b003a9f8203f988f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5bc000f0541d2dcd7c9fb95fd63c456c38d6dc73..f077ad861d0295a55562b1dbfdee42c6d6fcc5b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 124b92d957c7181b4d9e2468c10162670dc717a5..ba41bad0e08c3771aa8880cfb6a8ff3f6ea717f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03c4374fae78fe4d95ef7b7af94eb2b1e9e49c0f..1bda23aea0e8e138237bd20e147f5bae53270640 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee3bd5c3719b3b8558c3a8e6c4e352b88fbd82bd..f43a373697872fd1f10871b1454951f33bb9b7a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f61de3055a6f7bf27ce1c2d3566332e12e65e8b6..53e51636e5b4267083d661df74064385495fe6c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4fc7ae36604572314af7ce55710097878be214ae..66281fbaebab72073b41645171331aa677eb4a0a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d23688d7fe5874b66f0766dd55acc083c38c86cb..27ef70b31c9c73bbffd358fac3092bbfa8fc91f8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 54fc86215c05f6fd72fda8fd023e3ac01e8011ff..e923dfd39aff766635e5affa7e3ffc43efe1769c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 490a84e44d334d04b5d0ceb0edfe978dc766b57c..4f71888e0d8fe961a8f98bb5781dc96826357499 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6ab64fdef8997c89ce255de258a100565c57e65c..51838f053618bb66b8a7e7ca79ee4edc0a7a2403 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af41935a0e2d0fc821d2225932bf23f98c4db4bc..1568e3a2fd3917c21974ed283ff2106a44d115b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 453fe7a6636a0fd9db45e163e1d28251b90faa16..6edef06fc65c56b0b4b7d49a00c753b21b351277 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da9c7c9e619fb3b13142f398b94a1ced852a3f0a..41607ee01e52888c7430776574366033a8b7994f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5dc7326da69de168e6af69770a59e1363caa73fe..ea5a68f48a82f00997e11088740dbdd0511a27c7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8166b7906b833c0631f8f1c05ec1b4b35520015f..fc839b495e42ae541121f8d46313ba3176f7d7ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 35c7add33e8915324954cb14245d1c82949b72d9..d0bc4e1baa5848120a8ad2c2107316c57e0da55d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 75775b7b3cee6a5149ce0ba86fcfe81d91a07419..47ba633de9b581fc93304e4ed6d373b06f72614e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 20223d51821f77daec2a62b88e539816c7159935..8b8a2bc064c1b9b929e5f38264f431787a7c2bf7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d88c6666bf181dde9d51196c4abba548faff86e..574d677e082e084d5e26332252a9b6cda39eb7f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0e44c7e590911da9ed5189599847e45fd822a53a..f5dc943578eb8e7981d1f0c931160b7db98f75d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bd86ce3a9ff606489b3faaeccbd83fa743409730..5472bd273949475273d9131a8fc2694382690ab3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7457a84606371499a0e2446460be023bf1f254e..4b997fbacf5a3436b48ceba30027112fe277f6fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 233488c2818451af3d79234d41bd6d14e7c180ea..e37447df5f7c20d21fd8eba59a28ec7efb2bd474 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 12816126dbe12b24ffd23902d51cfa957753737c..43622641d31475541ee727ba5dd711d2ad40533f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04cd155ed1f46e4bc504372d4ec23d93d0f62987..e9fa365e51a088c6d933fd30d335824a508cf7db 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b9b9d2e0e62647e67ca0ae92c42bdf8d4a846c52..a95d3779d3c94b067282747f7d29803ab6d88831 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc43080d90b5c52c809a339c0eddb906c4089f36..90e65adff5a1c4e0c51fe02c3b2d3e7b78c9ee5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc2fd5122c3f5353a8fe5b8021c4c143d228dcea..a3a2e1abcc018501c320df0c8da871c5c1e53575 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ff507786f5833d65f722073b7f1189fe72171e45..14355007f414c7e7fa39b2113f2b5600c5daa3b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e85688ea2533f7537335c7a37aa9a4fec887990d..54d8070add763e623f21cd841866081c3cb20f42 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f74a9589626e082d6d002de3727ca826ec16dd9d..9c5c3e74808281fbf7ffb41933b4728276e5efec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cab5f7a4250ac3a77a96afd5e2e6d530eed02cb4..a8f568630fcfdd093df66d89b34953a19961c583 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df2cafea45059b878fa05cd41e7fc84fc2697c82..8a4634539a12a9f0011134d86c81e84f78b709fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be8d055c96ef8b25fbed99b13635e295a3a9b932..b80a551cb99d421bbac7f243a8d8c6682cc32abb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 74600a71ce95e677ac60871ee50ac08024d04901..ff2fd4c05e3cdc0ee17060a51a4d78254e7069cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f7d10d0cee8d1a5317ca4958882d56cecec8e43..d0fb188c36a5856342817ab8aa42fa278df4c133 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8220624198cfb7208799f03a75c10035e6f762eb..f7e1f39d92cbaa9e564f410fd6387b0985ac5126 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dfebfd487467f7157eb7d3a4923cff779153e282..9f6bae407030677bdad7cf42ae3f260bc62953eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4f050a378f9ca5d942a311edf255b6207df980fb..8126e8d1d80b6f110ed265dc47e45288204906c7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29752701f0fe2491bf27f1f10b0776d10bd7e4b8..c0fc195f98368a2fa656855f4de70c5666c7a475 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3bb9fda125b1e22b62ba0c75f3285c0ca37e8d86..efaa9f7c79648356679b100772dbf1e08ec5f4be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 728c6092bd689850ae88806c9b4fe179e8cac195..d01fe433c4a9ca5631a20d0d84bf719f41437130 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d30e7ead038cf2edae4f516af511d298ba7002d2..5ad66e85ea2c941a6a857236d8594bc94c4616d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba89615f9c4cbfbad655c68d1dfd42ae36fc5128..96f2a24a0fab36ff1a2ebc2147541efa1477d8ed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 597a28221f37a75b10d64cec91ad0c04225c0a39..9afbc91e1504063897fb57d8454a1ca147a74cd2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1edf26a8b685e2d033eff391e084f252b25d9b8..7f07cf972bb380e154f81d866e55631bd3dab97a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f5a6e2dc188baf09a24f95accfdb71895a918b1a..f18e1de8f955aeb32eed24338309ad6134ea1d21 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3b531f01bc20bafda6432de86cbe3e0f8b28d5e7..874e8275739f46e85fccb1e45d881b1db9c6549c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3147e99a5674ddcd52ac9de41451d5ccd8b2513d..b9a75e4d2d8c5c1546f246175d55ff3b59171cb5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 520c32063e4c5a20261c34d865ebbcb857e78ff8..4059146010bc5d5b59aab1f5fff35af1abb4a139 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fbc492eaadefea65f75980cab9dcc1a8e6c7694e..4b7d8d8ae887280b8c1f4067148fcda49f515b52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aef819565697b7c4228679baa574c708291a738a..91107b0fc324e385e18e18ea205692c9412a5292 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 79d66936d04c8a5cef940896f6c5ac4885ea2273..d0917e7cb64a29300b257c9e21d309265de01321 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6cee7e719050ab04b1d11277287195131ea88d95..546e8bb7ba4c7a6bd3a0f7475eddd15155bc044a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6b38006bf5bc3b80f205dcae9cf72e220ab884c..b20f807936e1c3f24c7b7d3a242cb8420ce29fd9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b568447e61b0a72fc621f7a084b1d6ff69075ec3..9963629f17d44f0e07f6dca6b4aaba5d4d023039 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1bf8ef03eee9fdc8f8b1a4f2aa1f2fffd9582b27..73ae53fea9bdea4ee0893dce1ee3f0b4595a9bdf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06f6a129675985e1d2feb433fa8292ac041f0e31..1fa14d09190a956fe9c237ac78efff4b2a813c21 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 42af1a7b3792504ba93b9a4bc713525f5654e39e..730058af8d8fa7be2b4096bc3c655a42c1e39395 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bf173d0a4b17cb7fe8b0a511ddc149288bb28543..3e4535bd34cf1394cb03c2ac5d206cb5f2b2b61b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e808f21777c57474a38725c2d9c043396628998a..d694530d94053424f938005f177aa32ff24a88bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5263a70f8be016131cdb7500f921acf5785f0f16..18f6d7e231b484cc414725444e78d88b88338cac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4961c77d5757a19369a8b86f4e8001992c4cb9ec..94e4d9d59c7991b00547929e1f589fe8d43cd82e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ae92764d706c2be09f3ac351c85b0ce44f5032f5..fab4bbd949aef617d3b2cb96618ac1038a419ca9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a91d71c45c9f3774bfc900e460b87de4ba62f88..66d22638dff81cfd6bef58efad6fc7b5a974216f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c155f0f11318dd76c4a5036a713ee7ea3f24829..70182e835e1b9739fb58a351540046b22efd8d99 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c54bfe630c6f93603c10a4130d07f915b41ed2d..2823e46a8868087043c39bed3bb4c2f0eaa0edf5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f35815c15a92abf5e9297f5d6f943f29b6fc12df..4132cf036a4d5916e57351cbbe821772db08c0fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 211f28b9a6cf22736efce8371a4b4fcefcb7a745..6f61ddbed53399249589694803d0201cfa3bcbce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34246afffad6ba8cb75bf7dbd146956ea02e0f45..b907a8718fd12f939a4db5b19bb17672b2ed4674 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a028707bc1ec4fe2ace310b4f06f52bf5adc45cc..cb85e8450a095eb81f16eaeff2bb814cd122731b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e890cafa997d8af3f844decdf7f06077907fbba2..7748801fe60870ae68089264369025ed12e16858 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4959d6a751d4f3140443ba13412ab3b90f85d18e..4889d31de49b34de0ec5707ff6e665cb43060a95 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e8d3b07c8e0889e243d45862fae60effdfa226af..8666ba52e9776ad1fecbd0ad0ec2a3b1000c9d4a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 76644590a95d6e27ef8845be386585207d10b6df..1f4e18a7ea62095f8fac2fe1103ce15a891fcca7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 160c5a16f436cb3120b87026ee1fe26e3883bee1..c2823ed7b54b3862edcd4f843ff4163cbe2c2d78 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 369b828713ec1792fa7dd19f792ade1b81fa8dfd..f7de0ea3fa3e95d521d12a67991f4e7a43776a17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a6ce7c44b211134e2eba7d963fee4e1c900455fc..8a8ae1a45650170c8d5a9005ca507af29aa8f919 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 18abdb65770edd51d7a6c4084f99fbe3afba01ef..c8999965d64f2f250b9f0c842acd6af4444b4589 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a9fe36b022578b20f32aa9d10a617b5c2852e01d..d904faa8df8dfe0859901fbd0162bf341e3d2b81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 058211e3af4b068a08a56d6a1091d45f0f3c4793..792b526abb574c7f853828a00595430a87ed3cc7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a853a31e5f6d9cd361e99eaf1c0a31135f7b5aaf..c2027d4f812323cc4ec19146366a2544f639c4ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 75c91540ca0b847abc12966a5f4ce0f6fc8e3501..37b56982026ac25a970dad0e10e6bc51bb9bf840 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da5f5f6f3ece807c84a18496e18e71aa6f507382..fd00fc3d5398834eca0e25e656be0f4c5c8a8ed8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b34eda975753e70e363149ec25fb4355a47a169..906f12e6776f9b985ca5f58e3322dc50b26d8b76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc84a6c0d35c884469800e908125e72808ec2fca..c0507bfdd8bef87f4aa47450c9335dfbaf48814f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5241474ec7f43a69c73b51dbfa8a17fcfe4225c7..343a06df57451125eefe124c265583f05b8c3a22 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 821633ac4908ea717d8aa5375faaa076795835ca..504bcc7a6e9cfcf89839d9475f0f39e60b3d5f12 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f80be180494f2d5bac74592f6970baefb40b189e..cd1173664f2c999eaf0c2bc2369c18d24c9429d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fefe02999459c91684e9ea45243934f792160b3e..ee10558091c103b80ca7639aca1b2a7214b92176 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3167464a790da9f46d5261e2bbf5ffcbabdd3678..80dfb8d03a99ae4783be93c8f9fe7b144f9f9af2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6de875e557cf6ad5673bee516fb9962671cd0ba3..a4bd6265bc2f2b684ddbb343670b170549da99e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 55740d276753dc2cc8acdb7573a0b1366c43626f..285ef4b2932a1df795c2299957b4f7222af07099 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 875665764fbffe8ea39f2432903aae9f41863a48..0d784a520f17a6f6242e5bfbc1e4565e0b224549 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6588787eba9d459892a81881f811bcd624a00aa2..1f3fb2b6217da423c1baf33ae8483ba3fcbf454c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bda8e7c8fb40d0a27babb85dc3e51b4f892bed82..9d6a49299e5a2ea120308de12a1c1410f145a63a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 799c4294beee5b5e11e88af813b2a30883a1562f..ae0c1983db70c6e1ca4dca16e53ad5c84d2b48d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 07ea729794d53be002d2117d44903811a6acf97a..921328c6019a3bf3fed518ce0701a184b5707228 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 860166fb645119c121aaafc9581f2e8fe930167f..1fdee1ac6a7374337d303b9e62749294aff0a95e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68f40c01a1694cfca3c3ea99b5d9a9bde1d66d4c..efbcad5ee166a7d35b4394da59faed85cb55a9dd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d9c8455ee90cc7becef9eecda712ae2b03e9104..778dcba8ae6677f1bcfefd8cb8358ec739399e0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a137765823d7fb305259774f3729e5b75d3b9f21..ef7c088414c3d3507c15e58debfa384375a5fbec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 467006614ae82766cd1a04fee20d0cb6f3388289..2d624ada7427f8b9dc34f95022b08003740ccead 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d1b1f9d457a8044a28c8a4ab164a3dda363d1be..2672514b391df110c99f80adc9b734f000692566 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc152f0c9961c999c2712db7819e3702952eeb28..83f08cdcf66d3025c6cc4e8837f67a57c2691bdf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec1cf411128276621ba109e2c2de4842bbe71526..3fa48bed99943aabce04b4cd7b19990c591e1fde 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7671de82cdbbdd61252aac28dcbf11f0caa678c4..21c1db22477265a051df1cd40a24e45b26010cfa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3a623b6372a0e7b4de33f2f85496ed5f28d4af44..4052b648eece8a62e6aa0fe1d822ba9e16ac0c61 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8a96493e493262791717d9b2e66122f4e662f939..4064b9a72f3fe8538b4a67b970ad0bb1310f5fc2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5730347734c2463c164af94413adf3319e7a6411..8ecfbe1526b0792921093980adf511caecc1941b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a60bc5a96c32748974354c6dc7f37fa76b34c1fb..19545ffdb6957b6387c2cf48d071c62af827e7cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25eb47fe91c1e4cb80a3ff96dc4d47b75c2795bd..3760786e5c6cfd11a803575046c91e81da5b9ccb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c71ea94d38048844f00bee6e21f2ad01d9591f42..d440d1990ee6f3dc52b8c4d00eba2ee17cf04963 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b87582554ad1c5d64fe70604083f9dd73c5e4601..c71709cbb257be49cf01b6c8178bd465032a638a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bb86f10de7dfe8968acf5b2c102348a76b7e2912..28dba665e7ad499943666e2ecb5e4cab22a96b73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db809904bcb0dc7e9e0caacd02847c360ae4c6a9..f3cd100a84d57860ac3c4b276cad4b515d779855 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index abdbc3b50a7004cd5fde5656900d9c9fd35429ef..1a1880e8f9fa26f174d982bb889455db0509a7d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 918232af396dd3753920fde8b107d91399cbe9d3..ff5188c55b42811f0873b6f4f61625003a4f8da1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c3b6316440276ed2b7066e4b0263ead4140ffe40..22642cc6df1589a33e7335b0952526a3b9edf2e9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9cf649a863c11be57cd6b0f64dae40a62650be14..26e94cd6ac688a765030679ace9e020fb3f0d700 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6925be4c7d42a6498929d6f01e0ed70743d9964d..0ead17c3ca0c32b4e1ed498f93266a96b4043958 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7529f6e78bf35d5c11c007f872a9892147de115f..d55422778d1357e07a735480bc05e581da54c763 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 401a634825562f7f5f93acb463e9744379f74661..61a74c8bbb5e85798499672d3efa0fdee1917f0b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 86dfeae63bc8960d61ee758b104885cc177e21f1..f8bedee5e1dd5d0ccaa3d989b2b5bb869d837e51 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f1086f5853c4cea47f23b244106ffb0e2a604337..d62ea5126895cd0a4fd8731fe824316c57292a58 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f32d66b1dadb4bf7c0969a05362afeabb24df04..fe0aaef151ee01a85a83cb170702fb27e3afe87e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b1712344b7746561eb7e8e098009c28b053d3d6..c751711d2ac89d315611d9fb610efe5d99506f9f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ed01faf1be53d78a4351f3e0539f502dffa1b65..f08344b4eedc46cb2469737bcf94307bb6bcfb5c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7de0e416057284894fd16587e0738a67e69b01aa..5e0c6cbc9d2b9dd557b13d9157766ac7bcc7aff1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5fcadaef94931ef9820a6cf3041199b0680ca52d..9d7d21d4095206d5410f757038f3e38212f630ac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8cadd8cc72a78d11277c389ef9f4ceefd3dc8bf1..49c2de575dc81b0802fb3421caf25bcd9914e4ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 556351a7e4e6445c19ec98bd6eae23b667ae4913..0d8d89895026762825a33288ecdd195c9ada3efe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3c3111a7b9cb05f5a3cd6650d8f48937355c24de..5fb006fdbfd839ebd258737ead40b0463e379e05 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41bb423b4d0d9d4dcab1dcd3d5e7895901cf9ac4..0fc2bd1effb0dea05deeeb981dffa05314c79385 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0698536e152ba8b11aacb612c39ebdc7de4c6b23..509abfe254cf7990e432ea26ccac2efd32159565 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cb598d5f2d4de0e31f9212db443eb15b2c8ebbe6..429c39a2fe59341f18903cd41439a3bbd72b3f45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 84cd294bf20c48619bb398a78fa869aa5f0227a4..ce958a7d224c656f14e6ba3b3f820bdd970d09dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81480440035be45ebc34c65f5e93895971b6c5f1..a2597ca64b292289ab4ae7bd724efd787980b971 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 05967528992f7548c4de4ff504beb1257f4b0062..37149745302ec099384e1d596874878cf3357a2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 506aaeb5a76588d513705149f4c64989516fb3ef..d15c7e99dcaae7a68950754e2e4992be9a098e84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e567cbaed96eb6d4125e4bfec4466ba44b9d4ea5..6b8dbfb0516d5ea0f09470548807710642ce5b0d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b851015e7915a4e7d06707fc484fbb9cda289a11..2a14d6bab233db5d7ab260948cc2c1343428f99c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6ae028c5ec21c891966a9097ddc93ec655bd74cc..65f526b70ae1638f178fec9a6aabcbd44ca5570b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 64a4bfc51f1798f53b8f74b1734f5035d1994318..4a5c4d1425c994cde525a0cdcdda107770023677 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e7ccd379ebcc88deb20723c24ec28b07a85950e0..57500858ac492c7792dd1b6551f2e209a7f9e5aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4effa8d74b94eff2aa3f41649bb3d983fa9a70cc..111a86530683106e3cf65af44ee11900b1732079 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f11f3f8e2a5ccd945692975675995711a04552e..7f15d60df0f0f6d11b44c4155037cbcca4cdc6b4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 98517361ea34c48a373fcc50380719800a88d9c6..d59febc8a8330accef4118d7647d3e2d46ed102a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 86f57d5b57981fd599316a69c350aaf8f07ee0f3..43ac6d7cba8a3da90cd50e752de911cc31a62f17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3b135b52122e47438ab3a331d34578e17770177a..fc7e06b783df82241c381b3dbad1c06d0dcf8801 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e12dbd9af6072b12851685017663e45e389fbd77..d10aec010cee35b5c2abfbd8d48c482cf86a7baa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 419ecf075b4eace8a18e72eee13d3f81c30fb2b9..b70ed985f47570a694ff52c928a2b2c0ab288759 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 01c4394bbf77464baf27adf785878710eb614f9a..1f7c334d8b4215ec918fca51620ad8c8e0f32bdb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0b1dfaef706a370f7baa87f510a450bc0f382667..94e954d78c212af1337b481f15ecb9f85b9fd08d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1a38dffaecc7a760e974bbec252b0929f5c35d6..0b1a197e70129356ce629e10f28bf1abbfd6c83a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1993156f7f14bfd4e356c1172458d7c66755946a..d4f43570bf937e1b160570f3986229c017512358 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index edf378302afd5d8b3af8f634925656f71087cb91..965946aecf9b18b3e010e6cf320dd3b94cd09f87 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8aaa57698c67d007d22b8db26832854fbd41649d..74150b7f8ca034238694d95b22f2051deff3df54 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2804a7346ff8f0e8f03dd31367ddcaa413d21f34..54c0a0188b07c8a6a21966d2b00c5287ff12f54f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 13783d20687e555b8c3f79ab50329d1a939f7b60..bfa78707fd8d18a85734eca795302c328e92d7a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04f350c3cdb959187d41ea3847e58abd59de18ce..e3528c236d6d207ddf93392e426a3be38d76f071 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30842180a65f2a1828db6e3286045280a8aae199..9f592d126130c0915f24cd2fe4390a3e88aa569b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e05147da1c3ad9e0a6a425f8bfb149b4fb2a4792..0a5a4bec8bf58912d5b08a84d5784f3b59b6ad59 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b922234b3c8a7f41ff99960f218acc7f4f506af5..03e002b18abbe9292522d8d999083fffc247050d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 02a58158116b9df18c74a61f86a0ca39a91763d6..6a517f3f32f8846f311e04bb52f477284a2ccfba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 252454665de5dfb58d6b0da7c7826a1d1ca8a7c0..28eff792e4056c707e89965ddcbe489ed65c008b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4baf678afba712dc4095e8df3de376d7defabf31..0ee4d494c52b8ad0a3e2e5bc52835b1bb6b3fb52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 181312a5bf62a0dc61c61e655249b15a7a05a749..6e04edde172945b1de92ab7972728d9a79377757 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c5f05db7faf4fd91b249bb55f91466f28824559..790242dd7b213041b1bde7cbd5a5856e47b6bc29 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cfcf046ee4287bda81fd3ff0de369e09795768f6..9f11af9778459ebc8b59a7b30977244f1d5d5764 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1df686fa6d084e44a779a7c06ff43140a766648b..5aee9b78a3f6a5c1f55c813f8b44521e57226734 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8869cebbef735b7a9aeea0ea851d71763cc30c9a..04790535301cefa5b0bafdd15dc9292dba8c5983 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f78dad4b5ec1b47f02ad26193a424dec042f78c..eb8d5f8db0eaeeb49060aa8c42c3645c6af233ac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2718d03d0c3318d69e33e0fd84b28e2ac325cf09..51662efd85c68f9b4f5ecfbaa16f8d51f960ae3b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7eaeb15ebcada0c2c8cd31bc2328661be03e609..7f06c122af15de0e5df9757ef9150b7d8607ddf6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dcb9fd3ab443493db37942809adce0d211be43fd..2229de7668c5c9fa4157d172404d47c739053003 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 92fc28c011b6011aa7ed53b0dd78b0f3d967b5ce..33de3957c9ff6575a5c43a334ab1336821478c7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 530ff3837c7706a2c7ac864197320bc827b377b9..1ba9b68d44f9dde3f4331217a019e2728251c746 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 672a4f5e80309f3891272ffe9998e504b494189e..c486dbd566b63c55ca185fc9fe0709b009e8a107 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6e8472dd90e18b4ad93d57a83080f86c8f67c63..528694223f5718ca801d3cc1092c0f4410c34f45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d333bc052e2806a6ac58deb5a0fb3c4d817d5529..760532dce5fff5930fc8e28b96cd81cb963b7100 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b18a5b443db108e81af305c2ca2b7b3c21357293..057c2137269ae4b76333d8e81399fe4fe20f009a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4205640cc1efb2541919cd5a2ec7b307b444d55d..a984bc934f6200fc50b373bd131ea0084a12b3f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c0fd0f80d30839cf94261d08dfee5a0f9a63334..d3ccca101fad0202e9e3f88f339b23bfaa083c79 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6291d0ffc4b643a2f32bfbad6f2edb2ca10ff92a..eafe421c822d6abb4c95c06c4f9d66bc49c468e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 946c82f5c5776c48ebd63e5160f683564a712cc2..d7b9a17e9bc3d4d2e8388f4eb8af6d1ac004643a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c99b9a7ef4a59a26d8af46c4df2ecc6ef29e146..70db77738865735e80700006f24fc3cf0f05b926 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d3a2fa928648060b1be9cfd7e02328debeb7cd1..4993a6b9d5e9bf26c7c284bb241be0cb169f30f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5ea63647cf5130645719f26453ea668db314b678..72600b74c1501ede732c1aa002384dc7c428efdb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1434031eaf607f8b3f5ed03fefba409bba2cfd8b..1cf8bc1ddb89a6316dece7a7ce2f155e11dee773 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9fe44bd759226369259d6d14dc47110c08c667ac..738c57b889a6f172aaae96a12041d2fbf04b548f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 77a25048c3619e47118693cd3e85d4c00646747f..1034488c5ed712be5c6050d20b3c9d8b7e22846b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bf20ceb6d9c3d3d02312f752278d22a0e6bd3c54..52ac4e51be594a5b25a9ea19fc97f5f8727a43d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 63592614e0ac818d4cf20cfc9c1c669a953f66b3..57a002ad9179e898516802b020589f36ca2ac322 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5bafa460939f001c5b5229e327508e1985ea4f6d..f7b48599b5e90a858259cc5a9e20bca266a77885 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 35dddd06092f81bd66f0cadf08a54792bf5bc914..da605ea6b6551d1d9e37e48afe4ae63988a7369b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6f881808ecec64497d53a7947f36ea8f6c9889b4..eb93a3d6207d5c227a521dd6018e081d29485a82 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c0bad9beb6ee9cea2b69dd418a3048dc467281bf..d2972adfc85dcf74e0faf2a5903c0199a09dc766 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f84cd9754766dc802abec8bc292db38ad0481198..9bc7cf6908bc89b70f0c7be47f221a96f01e5bc0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a2440426c615fe8fa130206c54d4f5f25b01348..e028cc30b95d0d47b8e5709becb7f5898e96f676 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4cf8159fd2fd3c13ccd95ba8fc52320d62030cd9..aaf71c27f35651530c30575e01ab0671cbbb942f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e4fe203057605a36b8945b9107f3397ef54e06d8..59bd8aeafef5430d1fa6969220d91fadcb0099a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index effdd45a1469b8fe6631604374f8f79c0320226b..260ad8c69a7ef9bd377982a8fd5551350e6b3587 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b07efe454a631e25ca70f84097303188d5aa4d81..c453dc0772d034747455bd8eed4f879139be169b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6e9f4d0941b6af6086eda3d6bd6f1bb8bbf6542..8000dc220009a4c20dc48f92a7906679ce972686 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b4d438d052aad89da17159b7727ca0c015720da5..17c8054145ee966cdb375ccc7432ec48a24e9b29 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ae72ae9b2cd651df5d699e80eef9b56bac8f151..f1c6674a53c68326d474a20befd59181930fe742 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 21078d6fb0ecb437e7fe671ee9d8d35cfca0df52..6dacdae0339f21c72f0890b0f6114da568b4da94 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5cd90ecb5f94d2dc2024e5f2bed982b7b68fe4a5..e20b457c88bb2d02dc3bf5e65375c3e456650f3b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 170b66e1b017859e7060f56bb01403ec0a635046..9ef6b6bf0ae02a97e7c3eb5f3478775f374b67ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0219361480c3af79f3f68ccb43ddda8494d2114f..25a6cbe4244e6674034f6fd970cb9c438d267c1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f5f4cbeade2217ce99b0280b4c7ba58e11d5194..c97484143216ac0cb080938d0d239737fe094023 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d5ba1ed3779901120a48d974657cea8c0e6f76af..df89486798fa1fd629dbd593ab07026b045e01dd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 10c70bd4e413fadd816879272b3ae9a0e59d7068..65ff626429b4fd7faf08165f3f7e340b636d0939 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e37f04b1abdbb0aa40e79c9ca1be933b6fb99acb..95b15c77eb05de5fb48a97944cd46730582984b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4be15b1153b3f3c63867537070b40069db6990e5..9918b05e6a149179fe2358356e78a8c920f5a0da 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 759eb1ad34d292b5420ca24c41d7f15be2cc5092..33e2b1e70988f5d48a84661b8ea04539b739254d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b4b4039f6a62e34e6012548f25c25d3a80345c54..40b532f45ddd4c4a3137c0edc8c20d84746f0e4a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 438cdae5119a9c6d5b4d571a7320dc2f6f56c6d6..692c86193fba7d4d11b1e9edaf244ccc68f794ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fcb9c9859b93eab3aed0fefbd1aec659dea25340..8fb31936065f17e3b25094a6bac0109f92ba78c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 60f07675afa2009cae5f032646f908f89d47f875..c141ce8426abe4170f643c9a4370ccfcd28f65d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a41f7b07ccc978a79dc6cbedd3d46e607ddaff55..2f5bc6c9f0debe5ae98c9e4635a04d03a137ffa7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9be4b0e7397d58acf200c97a32e4211ba2c284f4..fb4c05dc1b489fe1441e64c332dca5f0e1958ac2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa9cd5b831705575675fe09a9de35ad19468a02e..8eb0dc7e235c4104180ca1019074caf77455ca58 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0e331f48031790c5a45470141b1dc6709ff338a8..853578b0a81a76165e725144fd31f4aaa6b5e388 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2559e81650878680b5de7bdf8a156e7ddcc8c4b9..7cdd52ac808248f1d7d6aa249f748689762edfb6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 681cad7af45204e59172aef2746e4121a302e6aa..cf853012c4b43ed8e036222069f68d2c10800cae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37d4ad84ca05fd17b273655660cf1807a3d9265c..7bb3cd4b408e075fce4b01da0644f28297a64b93 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 47a9244f6aef3553e8be479aa2169ab92b5b0e2c..84442550a17ff935c2c43924b8da90cd1e8bdeed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88aa418201cb81c4250b1c2c4f7b1e8c44f9043e..21294e4a686f756ca45fb73f6d1ce39aa5125f30 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53b70398e5e8d2b4527a7148903b95698fcdbb76..6f1f7d383423e603ea3b45458033a75b67581239 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea20c9e0f94d4365ae96856de29b728213372ce3..7133a8e7d552c22729132b87a2dc3b5135509cc4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a008b3a4d36eb9c9474d973d10388f0bfbe34aaf..cf0913c5e3ce9abb83b3cbf139a1b802ea49e216 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bfa02efd82f9b12b8933ed054a76d53bc5336b89..d5fa70fda99c62367190269b46d9e43a367f9a0f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9fdcef29f3ac2b71965d6ef4963bb860dd56afb1..8b9ed8c1ea632284f6c29f3ffb405bd7cadde2d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7cd18acbb1b06ac5b54a441c601c1e0628d4f45e..4b32ce8a51234f76fc56741112069f1bbf8e4b13 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d78673665037ea51c9226e01f9fc2080c057b263..13771fd1bfb00530cc142137045fc8b326de31a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f350814cb6ccc0a24ec4f86f27093da307baf3cc..217b5a896ed12e81674721613400e340e4bb95be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c86b1c6bea8d1aba1037a96ed35528a04cfbe4c8..7b808ac4a13e4cb47db96ee959af59f1d3385ccf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1c2a75b58856672fb9adfd04f81c97192b0dd5e5..c07d3eee914702eda5fd29e719a4124bffe211eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b0a62b39be463a61a14a6f4a198fd51217282ce7..3709af06c19e6ff320412fe70d93cf3f7fd0d572 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eded02a0a63f0ff3ebfc23107e6e3a4213c6665d..8b6af6596fb43f0cc797b665f6fab405a380d426 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b8c76ca1baf12d3be44b8b50c829fb961c5cb9f6..e7f9530498e6b77f7d1a96f8ebb0541eb88a5767 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3a613d618034398a92d6a7248f7c32470ee365cc..3fea148b88a747fbe033fb6a9303b540eac7c1c3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1755552299741b6884060ea8e4452c75b4aac13d..bca5a2862e6220fabe649e000ff7c1bbaf33fcae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d238920e4d8679378cc017b860db914d286f6ca5..6497ff8f74fcd6cf62d088bdadbcb6969ce84193 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 78dd6329ce4e4526ccf8ab1ccb17a76a7110fdec..372ec8a4521e2832e1ea0cb4000265638af7fd84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 825afb4a9a9f14fa0118cfca340471ee733f676d..f705e0be146cd277ab406a4e26a7c0410fefa6ed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4cba6685e878e70f22bdebb4a9ebfb166e70f03a..50f2c34efb09c3a16442a862c5db20ed6078eab6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3476a2ca9bfa149f377ae3a43077ce5c5a2e9daf..6f2951548e0e0d5a70f438ebd5133b63451d2c67 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4186467c15ef299a3647d3dd7eda32e029ac9bf5..45d6abbbd82c041d24834bcedf3ceeff94452ea1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 92b65957a6d20a9fc2e5287ccec0a05510353179..10545eee880922847a25de9d056439de59275e12 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03df5f90307e75e58c0b4b0487f2a92f58ed262e..6118dede912dd8b1bdb35753e7daf9fa25ad9951 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 21a04620937aabbf3d160467ce9237f2689f5112..2618210459c6af51f4f05199635b07e726466f5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c242e8ffd878dd97ee046331d79a688667504aa9..3f5f915dbe4bc50092ec73537397ea636dcda207 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af336e92a73932299d337739982cac4593ab1b6c..9d4d443a44ac0d88e1244d52dec2fd3bc76e85e5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0694b3a377b7fb8cb262c43a093f15ddfed2e23c..7253f9a34270f7c238d255d240fa61684b02bdeb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 865b3bdb4c78212f187a0563ffdaee207e5c93e5..4a14f25eb786883ca1141e8b0935772d6d3e2d14 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e840a02384f9f51ca89428c1321c18ecaf2c5f41..c18d771ccc7ae01d6604a1cb65747a2c26cf6911 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c53014fa516ff8ee6fbcfaeacedf428c72db4fed..d9b75f791c25e1bb663baf93cf5f8061c8e9b7a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1aad730c70be0749cf6db94af92763268d167ab..7cee24f675d811c51352bece6c71d2e802092ffe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2873d80a8885ee81cfe9dd637d21ae7d30b9ead..f2e890db49ae49e35bc9f51912bc8f7654068ba7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8a373b3cd3ed86a77e944f0bed2ba1dfc4df54b0..996993ad46b4eed68eae76386b9a8f6ef79a484d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 87bc457524ede28dcb820b086dfbad969be5c74e..76b548baa99a07705a3f751ee150fd5e7c56e6fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 671c19f454cf66b01ae9503cf25ccd396ed2ab07..df05db98d567e3ab4a886286a524218c12e36f4b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6c585629783965db55a9636652fb4690d89dd007..4c20959d1a51bef559168aa092821779617c7a3d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4d354e137becbd9f6a00d3ae91192ea9ef7ebd6..ba567dde29951c4018b87e1751472c146ee68904 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d9290bf7eddea112516dbd3ba4e68b2c1252b31..ae4db93e6637489d1e7156643c1293ae423bee92 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aab2314c7537526a700d3877ede3f05fe15ce1b0..086fee5b798ad3b54b944dd1b1949cc2f7e41834 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1a9e40b18cd9a7745c67a50d641140305f65309..b92a5509aaa0bfacf518f1dab57a49030f912d1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4de95b59f89eb4e7e9f612d2c5bbac6a1676811e..37eef811de7ef66de4b5df479110c13a868e247b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 825a2299eaacb554d3af4e6ccf0c511ff6cbe2b4..cd25ba4eec81b54aee22092c1266900255e3cb55 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a2ce57ef3da3e35699b25df800508f53c30e741..e910f2f1e11075604ebe22314a635a5009c2229d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e78fa99fe591391b91a811f9af801a6580ca6c30..497d357b6d8b77c3441e6b4428d50aeb8821d18a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 316e41c250564f632e5d2eb85e940c3a9bd44ee7..9ed098c1a0d72304eac969fa09e42dd436ec9906 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 10a2d9b4d10d1af6b9b0e051b2c5a4db7c6b4e06..c5ddc24cf07c1d91c89af95030c33e27fc470ae6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cb891c706dd6bed31ece4995c3c4f693dd8c544c..398079e3c6ba1daa7aef35c70fae54a403dcf5be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4782e1bf0ae89148a96bb87ce99fbac51d1791b3..2a8ce5330d43b2e3ca6ea3153d634d608eb38c79 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa89ae227508d8fe214bb1b3dd445548cf297cb8..c14600b4417a7b74433cfc68302f9dcdadd35e3b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 72759834ec0d8cfcb9a5c43c2ed604dfa2959fc1..d659384255fb13ebbbc48c19fcce82afa0781383 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 374654dc3750844c58ac4b919936fcc24ccf899a..48475bd97a4e5cf4248646f160c13a2318bac88e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4803c6bda60adab6988f1db4541fa5c35d7e148a..639ead051d19c903fef2f25c632709128f3e922e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 259225c491e5812aff30fc0d069ddb6c965cc265..5a10f23d3c4b74a58049d627b488ebc766c31d68 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ffc60047a0fea1b416669a9804827d59168c0387..176fe5d04ef7199182f82a6ff19343b6248678b4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 956052a30e9b63417cf73d2da2070b3be315c7e0..316767fefc8659ca5744d48f7e02ed422d1c2b33 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d1d1f8d1efd74cc56e642336e3919d8dc777f0e..6d1dfeec6c36e7a82d4a598d687be5a9585c93a4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d2e0bb75b90c4606c0540cae06094e4d20c518f..30f2e596ffc7dbb761b3f077de270c866cf171e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f70460a28b7600c6ce657bb8f1a0b08356e0e444..78e57d0d05d706db6fca7cfb324274a281087a46 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 334570630fe77037b31e307c3a06a1c0e528d151..049f6067105ace9cae07690a7842295030a72c4d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29f03435173997b3c6a1711605e2cd66398ac978..6290f9014d38048d23447d292a4095c3f81618eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4bfa8a98f376d0831cfeb253eec1f57180585c98..0cb1521735670efe9d3e79777c410310d244dc6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 19cb4582265e4e7d3d5c28445317dbc9c01b3eab..527fef063fba9633ab290ee12d49f2484e0d1304 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index edff8b833c568b32932476f2122ef5259a664ce4..df3bee1423c242a0ac6a9cd4e7ec0b23c4298b9e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 57934cf3302068b7cb3cbdbf99aed25626c7cf6e..566141f2cda93b2c8c5d9d5913cd8c4ef28e426a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8bcb2a8996b2153cd5f8fd68f2ceb44bdcc8ee34..a5c44ab77deb4191bb73842e0a749f457723c6b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1fc5eefd7b3c3066d5485cf156bab28c65488dcf..ae7b8ecb2881e253dd0357e70f7c7816beddb801 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee9d098da4620f44088513022357dbd139299c2c..656db0c76f0e11aac32b2279fd6304940de166a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bbb008690989283816f8b425eff4c9f78e14152f..fc193df1282d52e9c5dd1dc37c419c238b83f1ac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a0050b1ce4f1d6bbfa15c37e94a92a1c5a0b39bb..165d918c66a5ef94d89b35f352dfad1855c1828a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d78f6e83f73958f4591ae82b5c1068f459044e90..19e74e2e962f7010f3641756835ffefee8ea8fab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1667f7d5c7f388f933976d863b2b6ec1cf5fe3d5..eb30c97d7c3d76ded46bae66cc7c12b881aa2395 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca8e075012e805cc66c75dfbbfb42a1c54f1f509..0adf2b5108202d2780028e6e3e5383f9d3a3d4d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 942791887c180503db6806252c85156209a71fce..40df60c04006d5439be88e5e046b7b9affd0599b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3e55a7e9c56faaaec4ee22c0f48a77af3d1a5b9..1c7d669962223233e7fea05afc18c3e299a6948f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8f05ec41eed9bf0766d5de7d8f7b43a24ce2113d..58b4878fc66b3c31e055fadc38ea4f6bd61c82a7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 54f929f090f0efef6edadc5a4b41714031c30f41..1839986c551d553e5060a8902ed66938d285c31f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bab804f4e064a46d164a66863177698cab56f1fd..378e2d41b73a9852970febbe5104fb34122d9218 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7333fd51118f47a90a608b5a4e60f5fa694854d8..ed760d226c75e3db1d4939bf17a0ea5a137bf72c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aacd06d7f3468560fc01844f3b236c87a937168f..54d70b27d90ac9a46287f11ce0ff2ac6c108c05d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 993da0dcce5b09583d60807433fa7944c7519b35..acae44ddce465c034745e19691c0da25f5cda477 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 434b43b32ed6e7095ed75b5b1f2fdfbc3e65fedd..877d20721d696d9c306350e1cc71480530cab038 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 99d0e3325bd467869d9dea79e32063395d976198..4939bc39cc8b39fd46b424afc24289947ce17387 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7648b6b97e00e41bcb198e5b2812e5ab40a851e0..af8043e86fc55b6420c90fece25ad04111f73898 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 389f8294123ab4dad3e82b311b87592730be53a0..816be6cafbe4860f6967f3fb8b638f9907bc7d5f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c74297744b3ae94ccc43062f4fdf3ed7ecc86a12..bebcdd1d417715138d81ef0416dc790efa6e3241 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82377ed66616fb3b3bad33c5669ab08ce4f81960..5ae2777a9e0399e856905b903064dad0530104d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 40e1122d4a6b085ce93044e225c4798f94d033f3..8c653ea0cfdb91d795ad134129410a57419657f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e0935c8ef2ee260a07dd536ec7a29d68a29f7a2b..2cc6e3778eee72ce2be84913d6c8620a64f7dd80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ab38950aeeaa1fb0ab49940b4b59484b2fb3ebdc..fa0b2a8fbf6a7be8266118dc833db2b173e09d77 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e40ecf6db7534dc855b626336ae65e968a5a04e..a46243b017822ecb82b244a4daea0d31630af2ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c9e6f981d5e119c5bdc0ea181b25ba4386aadeb8..1ca4b89805e3f7f928054a33cd07bb8151b5a53a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b44d14290c843646d6faf4d1566cbc68ecb46774..2473b0b0eec3bc49199d164ecb24f5b032453bad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dd83e6185adc6aa0dc5ce5a57c532df0a7c8a9e5..88a25799fe6a9864575340f7ee08091fa240672c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eff80968586e1024122a652a021e6db6acd6d3ad..15a46a84330b49d9e2fcb9f7a0e9e7f07a134c0d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 57bfe15b86b954c4b6812a8a6aa581abe06281d3..86c123f06b7f45794f8d1478caedd2af067e73dd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 94d040aa17b74a4e9f4b32a3bcba43fbd39f8d15..d6968a0675a8d69085ad87f7f41b7eec67d17674 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dd349205a4879ebd9e3c907dfd23ae3498a264fb..8f4c599fac5918680c011eafee4d9bc6431d2cc9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 896b719d73438c25907d95403cb78c0a4676d62a..25d8b0af736f06b382063f91880198a795aa1924 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5699b15888771c7773c30a92f3561e8647cf4e22..a8662f4c0d0fecf558fcefd4742e79528dde3eba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d9031a755d259994ed59b6d79cbe29275cf88df2..9c5d7e080edb0454d2fc05a18a54eefbea51f3b1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 771a35c2c0bf569a6d5d200bea145e2e60e5f8aa..eff1e0acd2227fe577b41afce994a47fae274254 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6237f485195a687873821246617db63e380caff5..36b0beb010159b911e6a4f89ca13c37c6625b0b2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b8ba725141649cd6fd40f0e75242b1b955866c6e..1584de349fbf7478e3008ff01f5db07eb3610d14 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d9441bd195707939fdab5b968dcb74807cbf5fcf..a0280da16ad046f0091f37934966cfebc7a3673d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2058edff56ebd2584d7e898acd6a830d98acd5e3..1e599bffd681a63b73e77d112511653c4c9d6887 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 12de0df41bdbab985f5f83e446428c17a4b9b1ee..4b02a79ec91287df665e53437d3ca259cff3b83e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 66cd56cf0836944a0dd5deeb560279a8f8e937a6..89ef8f34a60f942c09da6654b92804855c9b25da 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2ea498c39444af913c62fc0bc81e11e096945712..ca44cf90749dc265865214e7bb8dabc36cf2a513 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8e68421f4267f6d609ebd4459a747ea9e43438ba..5f855546683891d1b6ebc5ac5219752567e7b8fc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c436c8546918d96501666ab6109796fc2fc13ac0..4f730f8d38511f0f1a00f87c56321daba74fc858 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6470330d54a47838df4220040a0f90ee222067f..9e8be7bc96ef1a921c2ab289f9642f5947f400d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba53f902b2eacb7accfd809f5f5a658526aed6f2..b8b0e52617284f90c64db0047194a5c0cb4842e2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 041f521132c0cf064fa53bd523bb4dddffc4c7d3..4ea5119e17800e4fa3bd6e662025ed51c998ebf3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 708910941c249978fdf43139135f5802683128a0..6c02884be0e8d8d8716e0e73156d13590c699600 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac47ea5a70500507d66d4e5b02459ea617bffa98..7daa9a95fbcf569750ccc0af23b05bde58be3a69 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b7dff6f8c7fa518c61c89996951ae08795165b5e..8b5e1e98794c399167cc623c5f8a9800397fd931 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fcf443056deb4e0a9701b55ae38210ad5c541b10..48202bea95d995dbd2810ba6f56fea94dae5c2f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6970336d5133e82b631b53fc6b9628f624cee4f..4c5abc247519261ce07870145593026d0f3701df 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c57b63cf66109a3eca3e1f6ad7aa3989ee3a5eb6..4c5afee9787a8577ab14b739a32293b53e1c53f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f565d580cfadf780096e398f84fbab760cd1feb..ccc08f41cea958a8d56a496020425aeafaf0936a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ad6f9667cf2060dfd7fd34b42f528aac3b367f6..748d7725e8721c41bdf2dd51630a8be7e831ebd4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bd88328603bf5221699d32bd6b6c1e5d0b63e747..a32e30d47028927cb391c6fb6b2ba5eb2b36de5d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 97ec4ecbd1eb5cb522f099ab352c2170800e963a..9517d5b304c8d35cd8dd9471689e01066c1adf4b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 750ebd6810c2642d096f89735d304e43cf30cd47..6a1538630789ee165885dafef3458d4f1a2b4408 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4602b18caa60e4be4b6772a40b9b8f530f734e37..147a62b25af931442502a95102f59169a1cf82ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f360093199aa7b7d12873edf9c39afde9a2a4a7..a101c1519e1fc0c188f7392905828ad761b5d34e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c630d72390ced50a8ae0602488f376bc0cdaf01..e78f559c070241d22f4a239b694e9bcdbcf9596c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 70b42494f4e3b53a811dd4cc0790051e871add01..2ae24b51fe880c2f651b275012e815e1f551bae1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9093b5eab8ebdd36f31727a79f92d8f2544ce175..a0604869f65898ffa769a4e62821f5cbb9a415de 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0d44c52d1d31f72038292734a41b9657c49933fa..c0e712229e0a1f2fce1e33f3ed0a804196715ee1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6a19267b3fe1ff9f4af3c3c6e0c9d12a19bed50d..b898f85f18d1dbb89e4eb21598e75d41793e88ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 689398d10f9ad16ef749698ae6ac9b1702a5ed13..1b45a70ea7777b4d8e8188f44c4f3e1a28de65fe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 69c992c48de6095495258eacb8e19504d4f0f6fa..1b63de10ef1334d2573e97375b55a370b400c6bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2e6d64ff6e8717b2d62bd9096be9ee2dd6939b74..30a0f6350087048f2e7773147722579b127f2a8c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 10f6037e7766f40d3d889b27c13a84cd33e8fc62..9fa0da80bf9994f5698855e76d4092a08e3451e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 012a2b1c27004e0ea8fd56eb278fae98ea3bcecb..4ebdfd764f9c4c4687b19aefbbfe17cc63b3b9a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 42e8111e77cd86557ff94f56d23be9feae686189..6b5f49c580412826020560baa11bb0468dfe6a5d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4256f165d7057a75ec4641329ba40b2895d4dc6..c37dbfd9428f69127c47068be7f32a5310574f22 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb4694055b4bbdb01dc879b5508faed7606895eb..185c2be3034ca0306f4ed083b639ddb6d5e42c8d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1814922c79840a6dff56e56df8af82135696c192..879c649d341f4f23150fd173294e5a825671ce75 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b78fdf8eda07fd78653a261691f9efb12bf54f88..e80541c66614e8618fd7b9f6a11db6f824b396bf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96565587a3b400aa6c0d179ce4159189871476f0..a0f271cee83cd5b0d810c4fd6e10a313c0a1f2f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4270350bd85263e3845082b9f0f4044c2f161187..819e27a19e143cf64e0d2c239c473bddbeba5ebb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b09fbfae3ab8510269d776b23fe9cbf469e6514b..ff351d1ac81c3060d9f3bffcf6c04cb266e2da73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 141099edd07474d07e3ba86889ce13b82d5ce4b9..42902cb20a404c32efb9706944182b54c629744a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a40574a477676a757c43987fdf700729d0e95fb..01f002a39d59d296c3cfff24d5a1e8982dd07a39 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9947e8d4826d7a0715e3b7c9d86397f12969467a..1a6c247a6ddc38a7c8fda11270a931a38cd18823 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a327db727ea04a79024844e5c400129bb1e68bda..81bc3dc40297f214f744c74140bee9f53f69be5c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3784030c89cfc30065e46d73ed7a94bb93df8a9b..882f873408a0349b1684f05ad4cb24a68792f2ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fba59e00950948560ea42ff63cae7ab548cfee00..12cb1d942ed6a8aaaa93b20819d8007355dea70e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a48009f6a152b0e09e9362e34f47f10fd66b7c16..6bb154d2e071d582569067cf5e462a7b318ccd8d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5136d740676613dda14f5021d5d06317013a6209..638f329867c7654a9af35793f181273d0d86adf6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b9e52f159ddb14ef8146150d5fbbe70c8981fec9..fac4ed41b1e4f583f000d5b7e2f049f072dbda1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4db6846a27943fd379afe4f5dfdfa7a35e06fa7f..eb6cf2e90f3daef2b2c8c9d9ee8e30939d54f2a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6a4422bffa223c4f9a033d0339f214f91052fd3c..7319c2c475f79632bbaeca3dbe7423a688c259d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1da6b3006b7095fd6acfdc8a8858fca29c1ac359..529b5c83fbc486d768087f79dfc75f7cf527b4c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b87da7f7b1036f564e8608579370f643ab7bc196..2ea8b3b77f4cfa9d2a2d72c63a5f71d33094058e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b359113dc4eafcab441ad96de2f00a00fe2db5a2..dd8de17ab5859e6ad1efc85616f14eb6e7f1a9f8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1f843f0487e61057b4a366b2a8b6bd994fff1792..eb7d002bcf444fc0e791e33590b2ad919ca7704c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9771f1df6fd0aefbffee77f79eeecad8f2a9b7e6..fbb0d99bdec6007ca9b9c0cf3aff786f7e5b17b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51d46c45ba1d9b2c4eb3ea79b65f9b0064558bc6..ed5ae99352d13aa6e7c30113506a9519d9c5e954 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a8eb117591923648e9c66e9680d0473f1a7b735..98e9efa2fbaab73a362c02b26eb214e4c529ffc0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df878e5bb26f19c2705f2b871e748a420beb0dcf..2c9c7ae3b290a3e6b5a35c728350fa425ca11578 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5624a1de49c3bcc3c37b56c90ff40598f867b84e..8e997e0758c4fec3ed629c0d0c046b40c16b2f82 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 324fe49d89155c16bc4792ef6f3a56e66e9bbd7b..4a10b8cca1bbf35b533ec8656e6339bf7aa8357b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 18b5c31c41aa84fe1d1d95ea4c4fa0e2387f3ead..68531756223fd27da581b0a989b1c6657592e03e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 07a0d6074dcbda9e274816572c8cb8d50b3c0592..facaa06eb11e12667a1973881d5e8e4525fbf5a0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ebd616089b925dc6583f941f12dbfaa6e7054f9..d194e97e31f4d9e454cea74cab88522265dadcf6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 35ebf28d73b9ac198d19a5ee293ce75dfbf59d49..30007bec6962fe43f1297dc73ddbdc402b60723d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ef38f66a8273825bba4e8b46579fb708ef16eff2..cb88fe8e92a999fc875d7ce24a6f3fdcb7a27a0b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6e35d717bf741d09bec7f51937beea1b1ff8edaa..58a3f085b13aacb4bcd0f83005a164a8067654b7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04e4c6256c4d679147019e143d1fbcf1e1e6b09c..5735570e9e6182b7b64bddd38f036cc3b3516494 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96c86dfb1a3dbaab8cc8b0b47ac5a67f1caf758f..5cc7723d8057d3b404d684f25c7a090a9ad85a6c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc6b642b4856321bdf578761bb9dd2668329f454..8b4789c7ee676358e48823bf4bc36cd74e3d1654 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5c8f5c6e00f36165540c18db8d01fcdb562ac7f..fbd7cdf1bd3ba86d02be3974a5a1fdc9be9dddcc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cf35286b2cfae5fdd5113aa9ac146dec3986ef95..10ca2b95b0c6126a712e53910030c4fdc04568ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c8376fd079efafa26f9aba82b14339ba5e7cadf..7a00eb1ed0e5f1df9ff34eda823290266de79ca8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8810058d62ed6f8095793cd2ca77a1229901e089..50878546854f9fc652867ef55296e17c99a9eac2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 594cde4223f90411fb07f17cfef4a35d8eddd2b2..18a708c9897ab976d278a449587621ef6d3fc5d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 631e18dda7c33152579d127bc3e36b1a33ffbf0c..81ef6b92d98c1d47b2b266df0eb2c5fffeaf529e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9fb05e8f6928a5292d1f8dc57bc10111fc636b97..2d6091d52d8e0870a409ce80e7a02f7e9b53e09d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 626e18d75c459167dee73aa9b2d0a8168a6a3640..c2b127f226673ef78363c4d1e33c967c9c77dcf6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2036bb1fb11a00480a1fd6cf573ba0f5ad59361d..f857a935d22d7f9d4682f44f5263640763c84d01 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c5d5344961a9961e9b987ef7c28a328040b61be..cd3cc095ced213bddc8fcd1762e8b3a2aa4c2b93 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00cbac0d918ce3547844f0db5aaf33143754cb47..baf1587d5f5aee27015201bf67a92cd3ef935ccd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0fe6307ebcb1bf79bb796120cf6e277777d6b303..0ff474238d082c8b69f257d04208a7054fce061c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 31e2ade4ea74a57b6cd70ae015bfac779dc2afb1..821226bfbcf19f614fcda6b266113840b5acd6f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 356a4fa94928a0965be023e294fb35449a34c61c..dd16acfef10c7de2353ef853dca131c65378c08d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80d4826291e5eb9a5a442a7ddd39f247d8b76b31..bd1724eaabcfc733e9416f335e6499949910f9fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 147693f89139931b6dbbb327d7ddacae35c7e94b..552c760015f4304749c838bb3d913ef00d8482c5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2692ca84b444105c39974108cdd6f4a3d24a9ade..29a1d1b323e8233227f3774f295f6f30678d7430 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e08453327c6039f8d8f88d9df58150e1759c0db4..cc5272622eb744ce04b8ac00a72a8ba9c00208f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a14ebf1d6a5bf466c002820772b62a7451fcc1e..ce6d7ebad2da2532f8ca75179ae8d5539791f26f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0feb47cb7ff73a760c581af5cd6fa3992d260930..4cd6a8fd27140fe0a57720ee87f5c887c9f08776 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b3a0667037a92671b447a4664c028bbd2c2ba705..d981e4bab655b1a66ebe647ed70ad5cfc55780af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81dada2ec97522211a2d98cebcdda1ebc559c571..00f005b08ba26ae77f62a7398335fa7cc8a38bf3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a9954c60a0509296ff6900b3e13854093f695962..f4bd30d614569ad60798c2800b7d24c5c58716c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2dfd2fb24da44082b0d4b993a851119b86ebf488..11b9e1cfffc135b69994f6391f125e9308e6098e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 421963a48ef3863d6313369d83a157162f69eb87..0f79bd858e1138d7ba37661d1022515177e205d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6f608a83acc09b96ab46a40aa7120bb4219905d..79365f07db702158515f2b9023b173b8b5a586dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d4798b2f3e7a35bc594559cc5a14a5d95b886c25..5146dd96f39268281fcbdf231d521ee912057166 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51d682ec1b37ce1b06c73c5f6298062fcba99803..f5b7c7252a2e22ce232f4c8908c39a8ed73e39c7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 948e4980e3dd51bca14cd7943f2e6185094c76e1..b0842ed3ef80bc7f7976cbcbce949856a3c25481 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8df7516770095b3000345e51363537f977429d40..bdc740cfe44d5c541e7175ca09029bceef1b3614 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6b3e0a1d384ecc41b384b32ec0eab9314c032a90..887cb55267e7c42e063c4821cfde5a58f0d2b3da 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06879a65906abdce27a3026204214327a6144db1..b76b32cffb0e48b9a95eb4fef4dad6f244df8b7a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b163ca29b6c8fa3d5118fc1273a736d06f3facd7..a3cb11addd00c4fe010b04c1d911ae00c4c1f17b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f452560b67358cf3a9994129b503f3334bcac4c0..18ac219f89286022c826fc13428bf7ae5d23f221 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03f62406ba62cb0faa466d655f8cfcb3a98837e0..5c30d01466af846ad253eda129fb6bce408b6b12 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d1c713289d5b3da4b66c01b5c1ce49d20b89e129..ec4ef65411f0892760576bf808904dd0aeaffce6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fbb0a9641ea0c2ab97e9632bcaaf1dc8586da50d..3a892ec1971bb3de7a55716fecfeb8711630d43c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 28c4adcedc9ae07225631322d0a23f859285f600..714038beecc5484072124ac144f18aa928f3c232 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c7f9acae0c04a0767e2089ca3bebe3c90db0f23..608d9c5e69e604c7f1fb63176df50bdbf210bd1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b7104c7008906c49ee37bdba4a948362bc9e00a..1d6f03d749792bde95e9d06d40cf37e2c860a3d4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 48201134f345b2170fde14d9e0408665c0e632e4..54382f31af66fdec906df757f87672957383026d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4b4a0e12873e20d1168a882f6072b824aeeaa773..13597336b4b388fe42e7bab36c3e77d9a1253a9a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 216e299f35956f6ab47e453d73aabefd030b57bc..c4e392970afd83bb35922091b8f5570dd764ba3c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2323c5003aef5459df3d46a6a990552e85ff9a7d..619fbf33862dbb80d0c4913e03326228b99497aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 47980608c1b810bd1154ec552f464eca84327161..34d17e328cd69a4c1e70508959e1c09c71e9c971 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 950cac488bca38b12191d55c5c7ec932c72cbc36..23af79d2ae0b66db2c2a433be39ae890af14cf92 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa5f385e150c07c2591252c8d9effe52f4e28bfe..983c399fe7e4941b7d738d9fa6b2c67163ce88ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0277bcb767a6bd177556bca27193552d3339ce7..0e897f1198f7453461073a7326b6a9489c6ce28a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dbb7e820b93759dd58e269c010ffdf63b8de73cf..53fdecd909108b4126d848270d7db65778599678 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4cb7ba26affde3037416458f62e05a56f1c61ade..95d78824bff50cd466f9248b93aac57676856485 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a7ada4b383182b7fb2cc46f0fc809fde580c6fe..954f090164fc3d40f3bb380a0facd7f4b0c4a923 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 59292fa16272c99517a4eacf7c24043c3bbd0686..3dcbcd5693e262d78d222642049a137c3f4ec0c4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68ac12f0c6b3708ad3dc6fd50f370b311f64d61b..f439e447056408bcbcc908d86b1d8277414dc795 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7400e68bdfd16de559d48a9fa39c804ec203502..c1a630dc11139b370ae7fb00cf460e38b27390c5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a0d6fdb1f231674964a19f36649ba2c4d10a80d..daa07e668fdc069f64d5144ef6f67a5e2cfc0bb8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9bf8ac28247a961cb1f607e13edf562903b45aab..9a3693244464b62026f01079de4a4ff238fabc8c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d86e061496d96d52f497708f91861257ed462bd..ae6821ac5a9aed89975101c8229a5c496304e855 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22715a37178b9bce597f153eb7c3fd09f084aab0..be97d80e4b22bfdb053eb3a38951d5f6941b2d51 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aaacb9f065aface3da5f66def0a55e2e902f97cf..d383b336adab3f69ea2c67d11eccfb7d056e3043 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6069bc96e4038704fe7988a4c9f9d4c0c2a164c4..7ec583ba9c748e2317ec5428ef13d89601923856 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 511e4465b71c866e4036084834f86302276d8f5e..6d95e3a8f44b4e06ed7430bc13998d654d2dc34d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e94632b6552ff10d9301ef663f4159294db450ea..9614cc9fe2e1b61f80faa324139230c0b621c064 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d37420a37ec091c22e65057524f9202cb345840..a83ecf1fbfcdc4944e8c0e840c25ccbdc354647b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 064eac08a518bb4366220eb99938bf7432273c29..da9d30422ca03b4acbce567ee628a92638cc490a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 361c8dba2f9f66be3f7d73670c4b03dd34902818..c4e0730ff7830b86978c1b368fcd694a4148e5de 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4c39ae92b86ad7217d706bea04161fd9f446b043..87775a7a5f087424e7485202373e3c96273f2b55 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6f26488e65b114c563b2a1f0cb173e77a2b2d8e6..5c2810d2e7578d47af428ad11a9c882691b2f435 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25e6012bffce12f7bfa4fbcf01833a8fe798ecc9..bb32439dde7a2157f09875b93a1eb4d33adf11d9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 07863e44c5aeb9f9c8ef715f9039bbf4e6670e52..ecc7b3ac62aa526a526ed4d76f9a4e2b4046fe1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b70e4342976e52259f2de84dd510eb04df581212..7d877c12655b0a11efa78413a0debaadc1e8d93c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f36389293c7113003999fc85a73729f832baa7e9..0a5f5fa4c8f3ef6c74e8ad4ff701bd390193fe17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7d21d7a8d48c927a1b725e9d61a067cedcf7c198..dc75b0dd262fc0da5a3ad206fc80e563a45323f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8fa9733eb6165bdae085e8b137f6f98852df7667..a735e916870fbe366629fbc2893ddb3046bffb42 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 390294483692e2d650fde889ffae7c7c55511684..a6a2ea8d1e8eeecc69128a7933b4d0aa4c23579d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b7584d9db6098c7fde3caa3600bb3ef085ed46dc..b196d91c391bae0e72bdcc8cfc6ceb8cc88c72a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a25b71a561d56fc641205121b63d5193b420e69..42686e62ff11f425653f0d65258011ad92d95b73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1033e730cc6a73a40eea91b87636bd6e1e66a10..9af95bfb2f20a74aee12605c730c6122df563172 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f367a0aac644278bf0740c7c679c6cf7d46bc44..9fd63882237d15a706731a840f5699a01a1b1bb7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 959ed71a8debf2c4cc6b20f0e55069a9043a3381..ebcd150be1db1fc025522cd0f36c1d518c098184 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af0c9fb8a65bdb41462ee9a6215978e199b38021..9deb14a647dd1fee055a087a943e5a8c0140468b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80037c98182c7727c58a73cb5171251d71f81ba6..14bd6d88161e781edb3815a566ebb9e17c1df8db 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25129be780930c805d258d4029b5f4c4b9fc1145..6b8f620663eb522b6524dd545d50e46ba5e2de1c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22c00d855fda64011e78efe45e433c38a84bd5d3..86fa9b434c056e9b568c6565dde03034ef803e04 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d45c7f9282b0cb07d1ffceff5fc4c6a1aa6c3d4..1e1729ffd2382f431ee03b93e1786b5b050c293c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5e7c2444fa431364497f5314d2d112212b5cfff..11b402760d9450f2d530950a62f4cf9cda1089d4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6fd80a27beda33d0a79569f0c2e0ab9847964cde..98a29411d3cc91d06410454781c42d2ff4b728f8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8480a7416ba4696410d2db2b2fed44e3be2944e3..d58fde062378c812960ba2be613ff72b34711dc0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bcf48da1ff2ef0742b9c9602d9e8e076a948a816..af5cd4224cecc8ba899fe43fad90ae46e7a24281 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e82a3312d2b02fa69c54d853a4ae7eefb85ac75d..11721c3753dee6203b09f01c27c75792839f50ac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 660bbc8218231e636918471ff3008759c9b61ab0..544e9e733067165c7acc7a86946d7566a9e855cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f54baadac6312cc1bc17945b5003622d2a74fa39..28a13da033bdc0e9c6a158234fdcff1c1522106f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cea5c4b968701bb64f9f4b13e408ed3fd89c379b..85c841655f94d501927ec1267eb622d48a3711e6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 16745a959022255f1fbec15bde828bd0b86b4a66..604a917cbf02524dc8bf5cca7b5e1b06a78e80e2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2472cd3e207befd287c3482adf0645e806eb8699..b8a8afa8e787cb1942c2824b7eb321432adac310 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9285683333a1515364989fa784ef74ce53a85485..2470e18272cd26bfbac2ab832af9f5e76e294729 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04def1a4f96974651de2cf012126b4c80919f67a..38260e9da7643687f31e72f9b55dc310a9c6b8b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1a7b2144842d6b69e47b255c58668f795510b2f..b77ab961725b5544369dc3a817bfe71ca2b96111 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d437b05f4f8eec36858b1deb2454c7cb30cf5428..1f3a85a476483bfac8fa1cdba37527e639bd92cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e94c0e14bcc69d17c6af9a30bfe5d47faf25f92f..12cf27e6f12491903170b7dac7b617b7a1663efa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ffdd0fdeb684dba1c7923ec918401762a7347380..b9cdfc80d310e9555435f456772b11928c2aa9fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d2453b410abfc22e652e378f9286d75c7e12d388..0baa40f7f1cfc2403e3e14218efe83cc703dd819 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6fec4cc94d78292a864deb9ec130f6de7e79976c..f00f63314975fea2e61eeeeefa5af0535c67e91a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 89c9ccb1973ddb626eb813a38221822d44c50dac..dc6fad5475819fbfc06e1d6c6d2189a8be96bbe2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9001a43871d7c1576bb73adbcd0d21cfaa6233f9..bc4c87ce55a002b945abc2903d012a69bd873db8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d16879f7d8038862080cb89666cb203cdad4e46a..27ea3c5865677d3c4fac165c8553aec005449f36 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3fca5b7b80217e33557b241a2dbc217aa1cd76a3..2e6b3f0f98ba09f23cf07f97ef44b9514d3e7898 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3a8d370e9e6e56b2f86c7e8c9cbc2c63cacde5c5..d05298a79d97f556f0d4ca93c133a0fec3091294 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34628ecf283272a86bc8495de99e44a2f47c42ab..c6162eb2e7684335c75408725d52f7c19b408b4f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a914f4fe908705e5abe7dec8c1aeafb84bee6550..0b7b1d779e7f9e12d963aa51845b274c3b95cf87 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2bb84250a4901e8ca2fc59c12d3f4e9f2dfbfa41..954a86aba489b8569c84d460f3f645ec46e6dd9b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6bc1419d3463e08e0d550c03b756bbb09d6013f9..ea51cd48e379ea9a729a41b6e69926211d662104 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d5d966ad5ceb7069c20cae7ea3fb293dc8c239c..e5209b9750d949e75c1f3e4d54a975f77c3615ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b67b73dfdaa3ff9b5b60e1476eb0cc8fb623d3ad..06846ebece78faa9df3af36dbe749bd84e9774bf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6c1ca51e5fac9083993bd5837118f2f209268bc9..9ed3005d36ed68c76c599ffbb4c4127badec086d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 28b3d87ee307766b411f37cbad2cfc3ae4aadd03..649c640cab95a3d24cc8ded423135b5145db0f7f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4df2192d394c06dfe34cbf698342f89a2df476df..57835a37b7b714c1c00fbb809b90fe96df09154c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index deb090e4872bbbe551182bf27297aa009b958141..9d7370df51dd4718805931e2008214028cfa98c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b9d573979a721430eec0467b725635c5b0efb8b7..266b38c9f91afa6403d687cb04a73561d9a812cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 23486fcf098dd30c66d13f69437bdc9479945050..f7ace3c23c708bc9a6677fb28f7e64e8f068d4ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 326f415cfca8a69cb7dd9e6bb4161da6827a9ef6..6ea49a29c7c09aa9f74cc8c18da6c3edf216b109 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 733ffb33d932c263ae040a37317c47008ff98a2a..15e76e341c0878f97bcadecdce412e8f5133b5da 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a4bdb957dc21a82b432fef44edc32cb24ea8485a..8567d9ef353e5bebb841959447eb8828c51e8d37 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e2a9d5ee65d3e777f9ae5d1e15f72cab150f550b..79906f937a4bee2897391ce10a8eeab4fc0a97d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ce63d77c356a8239132a5aefcf65c2ea99718e80..f245d71354089fd5c661f760a5879538f63f2545 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a060c3599e31ddac59249683bab61fda3325621..b4e9aa1c0bcc518090d278939e01491c1ceeb618 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4956bfcdc19c9d92e9b7a9994b32011200c2e4c1..ba18d23e6b6cee45126eba241bac4e56ad37d49f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ba7b378e8fc3bd59ad674af72f632513d70aac6..9c90b97b27cce16bc4e54c0100dbb031fe023a74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3212d2fe48c6ac339e9c7d613f62ac2ea4cedc08..e2db79e1f62a8c490d8054d2f696d2c7335611ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fbba889a883af7839d36b7999a3e719d08536820..c202fbfcd9334ffb8540bf82d97c9699c5cb81ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d99f4d417e1630e7cbe75aeb2338a962c6127d6d..6b7a34e3540ee0c23801e0b0f0377b42a09225e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e4c22ae1e2283ed49eb3c1ff5aaffcc1ae8fd3cc..1f750f459fea19973dafae5284bd6fa0a6f05472 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2175f730eea980836a7e18110bc79a1d967929a3..12b271bb5522df9a18e19694d7ed9989d74cd2d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 76a99750a1a279f191bf9604326114eab80e34fb..70f5d50ef6513ab1163174b3814e00895a18a232 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 714598a8e66814fa896c0e27010526749f58b5a0..30aff85b41ea15b919985557dac585ab4d52eea9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80a14e4bd4a85e3ee2377055b24af8a1cb685bed..90223f14d4db4625ab02cee80b8718d50798d57c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bfd69dbfe16a5767c9b6c767075be0d9ee258654..c0caa1b86dcbfb452a7f3f14c497c1b476421e2e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b8883f9729ba87d0b847d3dfdbd81052d5fb20bd..0b1ed92a3d682afc7f7eb3e07038ecb942869036 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ecca24a7f8fc39cf9f647796f6cddf2213783075..53f391c61e0f5cfed2ff26d1a762f0c50d836808 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c7dd244fd4635a51e557f57c3fa1f4534be9ff0e..cb2b6e6c89054d689782c8785b753978a6f9e490 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dc0d4f8ad118e5ffaf67069a354eac9f407b4c07..aa7a75aa701752d0511e94c887e935368926edd3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 67f65b8e3962fbdc5392b653918e6230ba7d60ce..57a452ade79d4b4154f474c8f704f25ecb2faed7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed14bbbb707ce68d51dd0b10ada4db8b633beeee..a2c8519123dc7e0a73998448cdfbf3d1d5e2a369 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5ff070cf96774eb4bf8e04711818b513f25c276c..1e8abdab11e9f4edec2a077fdfb801c23566473a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6b690343697409441196768719388bde5d012a3..042c2162909c04783ef40a0567f29f84d1148d3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ead00bbc90e50ea8dfcf3010bcb6ff17ce1338c4..e667e02ba7f465e56fe5461a59fa53d38508d129 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d5c15ea5bda751073660448397af11dd51fec126..d5d01290cdc44467e8b75641140ede43332c096d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33a013961f9a026c4d2fcc5da98f62d05cc61d4f..f92348c08ace0c70be3e57e7537f9969514d3c33 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c0a4a2d09b6e9ffbbaebbd4a671c616958d66cb..253f1dba044165818572e915f4bb8b23b788d475 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 864e1e036bf5519600763ee2b7aa9933b2738ad8..9a56a7516f9fe73f70c09fa0645f045927bbf0c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dee2b87e3b83a4f3d9695349076df6c0e7a5ff5b..10c1f36ee6191c6139543f8671725db21aed3971 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f5ef428a883f8fd316b884f72a211cd269a878fc..740d7b05d223c860924c6ba090e9125de98eae80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 069928a80f69ba270a092359e46a6c128429b3cc..10e6616af90f7eee9917fe7c7437f001dbfea912 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ebe0aed5d68d06ebf1d95102d542bf8e892b5845..f41ff5b7bf0b890e5f2a69c622f434932cc39845 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e309df3c1845f2ed4cf22a191af2144ed0a445cd..a7326fa0fad9f96cbb42a14c98d58807c57b34d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1527c9ecf7edd92e5adbf666d0352bb0302292af..8c0f6cde6650c580e0e93de12dac8029f16bbca0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 849eb284f52d11baf5fd2357276c9aaf783a4bec..ec235f155e19eda66b4eaedc79ae9bb25442c21d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1476578e03faf068352e74076d2768e79ce9a5a0..e90baf8c68b44e6b1ed889a4217735a4154ec1d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8600dc05cb7ae0ee1f5ff648c2dfb14e446304ca..bfda445db150e2a535c86f2e7ed6b5115974762c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 75792541e38668bd0a31fe8f6b0c555e358ec7d8..a7fd4448962dae26cba1ef309f5d9a0e3e719851 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 58a29ed551ea064c08f7b58da0c5d35ba762bbec..302b383334c637beffc93a796c2e322ea8f5314f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d517ab9dd99d08ac60f25cbf32ad9bdf531ee669..1d705ca8705d4997f4fbea7e8591321ead0da99e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0fb7b8d11567e91196afa89494ace4a0df7c7a9..365f8413f033c6bacfa5d44c9328d1a380f6c3cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cef7cdce72010dbbcaba891a05fc70e2e2ce0e9c..c4138ed709db5c2c0191a3bd2b3134993f4ffe3d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 85785ccca28b58854541b45077efa7e9efa28065..cefe231205bad0b7c7f6da0a1223f836e0957b7d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9fc72c528c8d7d52c270ca12a88d45d751d3e8ad..b956faf9719bd77a0731fd6636c469bf6324bd1d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a1a6e0b199efe2084638dfbb7a8ab8bfe38c71e4..19e6cf1c9e072c132608ef24691e9e9b215f0d0f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 921761ab5cba4548781e88391b35a6dca68f2537..882a19c7e4df05719e91ce4b98042736a0f4ae4d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a852a201c46e223c7e2a0a12a46c6b61fd35c31b..6340aefbd5b745bb4692f5f46528b49547439455 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7852f81c2430e613ebb9cba837cf1e5ddd04ff59..8181a76354139ceb1cb80da7558ccc8d19fe9c40 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 794ca5861ae8ad4385f957c0db1fd0eea1f16095..dd68961373d80b52d47d7927bfe67f78e0380cab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 861d22f279c46ba104838f496029fab19b92b82f..af17567591e0cb66f619b50d31a5b873f1628867 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 31db02b01713958737ea2e2183699a23bf99ce30..7e19cc317c9c5934f1f6669dad5c494048a8bea8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a20482b22160bf4eb60ef0c70bd94688e32e1b3a..b98f943dafed4167c1676dc5803728800ac34379 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25c0c69137c61a3441dd9c338a6451122a360faa..bc53b401d7e1170cc9f59bf63734624f70bdf792 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1271d85ebe5e4cd999de4116393b65e633b022f1..34e4900578fe4dc316e0dd2e1864d1e13535c41f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c8fcb4249b814fa79183cf8f75387faad0ad6770..431d603ee094b32e1283c780ed5d56da72714e76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c98eb2e34c3dd8399f2d66d5ce066920c00bece7..c6aeb6c0739dc41f65cfdaaa475be3b06047eaed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f064869287aa7e08b4f23792ad21a3f8e92902c..2707fcc4c31523dc1a753595baac3f58deeb334f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5a5a4d27e909862d2091be5d25ba2923cc862cb..798e8342c2546a1599c47ad1568213bb652abca2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a28115d449013a790482c7853257591209bc002..68e13a2e86c7fd17e0ad81f5bff3f09012173d0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a4303a683c694cb39931657446f038066d5a059..04865be18042d3620ef81e4bf9e5b26ae266d83b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2e5197112bbf7efaea1dff1d30476351791ee452..7b3af7b52fe93d0f7f1e1aba046aeaab39ee04ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7dbc2222051db2a10db0e9a9b175d62e3f7043ce..6620229cd16c78fcb6114d710d7d413ff70b493c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 91f5b7006c6d51a5d8bde0e188728e710bbd595d..f4fd5665022b2c42579f6fe5b6a5e3a0361caa79 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be2408edf21c94f70be6bbc1493d1522c045f1bd..133c91d8d93d8e952f7650ae490ea55199d4b882 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1505c301acf9b03473a8f93827d3cb64c57104b5..62ecedbc76fec8c32f22a89a54dd1487978854b1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0219eb99538feab10414a4b375df89e82f403602..5ecf6508302c490b6c609f23b7176708bfa64027 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53be1c639da2d44f88e58aaba72d41723bfd86e4..e2a9c79a7177c437b602a1076723616bb1df5ea7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f591b3bc5c11d0c801c1227402b43325c747b278..9636cbba27f2789d0ef57e254ff32f1e0af5d746 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad6f4c4db016f283ec89b79e20b1640e40b4a7cc..b5ac35f7640e7c595641646b03beaf9bef7788ea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3942ac5d8014fefcf1c4f68c793219ab9e1dabea..598f589c7bd0c468b851db9d945e6f6d3ecccce6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 90adb0ebe70b9e9d5e0f2784f5d81c59a8e36eb7..22439a528de294f9e04dd92c0e40dc6939a18f80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a009739e4743b3983203a946be2ed7db416a4f6..6aa822fa33aa55c7e83ef8c802aaa1f111a7ddd1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9df82614bbbbc22ecce1383a074b49df2686d3a1..efb610caa34a9cb9e9fb44a2bfad281b211cf5f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fcd0b78b09d8d27f14d72920a3b3dc722aa8ee8b..f80c63d1a4c7b75acf42c1081071154070f92472 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e639c6801bc19117cf90031b8a1bf457e27365a8..aeab1eb758aa03275d3a85a0a40f870d0e0ed97b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5c7ff5138d30eba60dd7e8e0f04d207093d2e4d2..df6f885b8d484497d9520602b15d43d7465152ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4f972077f6746c55449cb17082d4bc45ca5d046..8bb98226274e1440988d7c9ccf31b097e808f04a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ef57c294aaa437cc42b897f87d4afdea0ae4b734..7a4123d86fc6f34868d0f932a922d55757785ddf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4b38d203780f3147d3ad2576171475c826d27a05..ddb617f99b660dfbef6f0b464e053773d3011c08 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d1e1c304b082e912ef54abe6d70756e5b96ceb6..a4a140e47c0e73263645fed727f78e4793f4cfec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 289e5aaa9a19f9d86212915c260a0082ad54f938..db99fc50b4fc320768b2039c83a662a84bd46948 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1821211203dd53359ff2c0694f5efdb5abc1779c..b61ca7d59ea2d8295ed9255288dfca8a769d1cac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4dc00240aa068b456f6aca9b8fe1ff002347d4a5..c7736ee957dc38fd910fe84607c56dbc129255e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 393d0099c1f209ce3537f4ba498163b3e740aa0f..def750b3a8bb1bcb78d2739caf09a996bb42fd67 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 78db953bb4a3b7ca24dc501fc389b1ced762eb70..841902a55884bbf1050d580a2621db87d104ae33 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96a2451ad24625f9ce4f18302262a08160730e4a..83550f0ce8ed561d5d6be821b9c539ee3ebb46e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 857e2fdf9fe74b02a666a3f8235e7cee3c6f482c..d22baeaa10f4dadb349155e7247e9901d37e5b5a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b3231a90852bacc0e07ae9668a081594b069fae3..211f6a259b370b6dd2e4f3ba638c834b13e54250 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f519b60c2f359e0a35bef5d395ac65c15f2e35f..85cc28cd9b9330cf51218fc3fbd4ca2c5d97aeea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f1d99bdf134c57b419f9e45892548d46e745521a..2fa82d03cec70f5309a77e72205b6bf7c18a1d80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index efc74adf0855b44d64699c29d9f73077d0bd6a6a..bbe1757e46ca113f68c68dd7b20660a36613dbff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 12196f8058ee2eabdfa14de3c2a249ae748e5a29..cd0b034d78477ec2f0eb978622d6f6d2ca9a672a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5028ffc57a7536054b4131c9a2de3095108e681..3f89a56fddc37aa2ea8c6cb2122bfc2a0c0070f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 180dcaad2aac0f09f5901d3a1c7467705cca941d..37f4cab371ad3af87f1573104d51ae7408987051 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3db063f28ca914ab472ea40c34d435b308354dbe..c76b1b109b0369a35280d28356313f1207b39aad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eeeae4084ec87257fc0f6e55571be0ac9624cd3b..6c467a327b8e3a8faf086357e1714f9860513313 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ba8addf5341cfca07e9c1f40ae4f3f009b46dcc..37a39d556917226ba1d1aaa2ee6d2997991e7f8a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a62c427b039f41b6d3fffd863273faf660cab974..4e5b64efc8dff04c72e6f330168695c5f69c41c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 31bd3e4cc3e8dfdf57b81b82e179cfba6f505452..3cb821da4afaba55f4841b9e3e814a91b14b00a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 270913a6d8ca21444f51f5da128ed1516975a90a..2ca22d4e15f15446743e6336ce9dcc5d99baeff6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 70d1bddc380a60c9023b5bc16f31501b8b30b7ba..2c3b57ab9fb2c66ed03366a37149d76e73e17098 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6ac406ba6ebc19cc8039cf5f62f89c80fee2d13..cc79753f035ccac6f8b813842428d32b9fcf66ee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5e45b2cbb4cf4ec7a8274cc2136c83c717da9919..47074d3e09aa0155b4ab5ac608a44a008d53837e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0032f087d56f5f36e12f8b09ad350646de179258..0373cab5cc2cf5db58aac4c5d5dd75ad5e88ea6b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e122dc62d51a9c6d8c9bfe555628562c32756609..1149a12f3870c725182d61e457a4c89d5994c817 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 623651f481471502b1d5a79df44a8aaaa5e08705..f05a83b7bb8961a748b71a1ab6be10e25150beb8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1766f6b9283806744c8ca4fb93a69d5a95427eb..906e03629a553efaf1e5d2b3064971941fb1d3a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 98c547e1a7f285072a67b53b256802fabd4c54d0..1f1eed76f69f131bf819ba7a39b28db807677fea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 38d816833f69010b943bd8f83cb7a7b519adcadb..c633f66d86d8c7ffcc7bafbb061af486cbfe46a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2929e16dae984560c16e187c43539ea1ac90c476..ef621b1823ea91eac2c6c0623ee4ea1b8208a839 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 47c4455d2ee1c9c908d18197aa3a797bf4b93d94..3f44de357ed8df13f3358880fcc3e5a55a78e295 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 800c2cd6c8765f38d53c69bdb52ab3e37da7b00e..333fca5b7ecfb35c2802366c264622ebd4e2cc91 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e06cbf26be65af9b7268ce3a7bc9e6a445f945fb..ee86e3cb99b6ce656f46a4ca2cd2f6d3999ed4a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f59e23a87be11568af1ad3d8242e540cb492ac1c..66d0e63bf482d29537c3fffa1a4faafba83d6fe3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c3653d5fd37fa5b9610f5be31bf72274cdcdc031..3985957853c1e915c7479c35b324e80e3e1810d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29acacc604140671d03a864cc84cd142475ac8d8..ba7f919f246570c90890c92d5ea8f1db30e4b713 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c0191b6dda614634559137181030c32479c4dfe..05241924829a675e998069c5a8dcfbe40524b942 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1cd5e5598adf9d31e32a706664efe7cdaca8ef65..bcd64805d9757f4ee0c137cfb1c8d905a8fa3712 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca05dbf5e7c024cab7fb35d8a8d07606297d97c6..81a3b8c3b48dcfd44a61e2ceedde5239c48a6d36 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ff08d97b7f476faeaadc1f69ddf504c1c80eca2..f0be1875131060bbed05520e3ae605d49a99c0df 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 52acb19242822e843edff96e0317058ecbdee6a0..db8225766148bff63be23db05b481caba2f621bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 293f40aa0668911b16240eff252da54d6592dc06..6b928df4acec92226a4d0d1dabeaeac8593dc6f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 571c16935c7e230d203eb600a07cd918be911080..7ef255bf8f7db9cf079eb16ea0843a584feeddab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 26a21f0482837748908b63487561a770ee4d61d8..6853439386e9bb6cd39aabd7fe7f0c2e72cf5cf8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0d46a1ab2464fd9774ce46465c94b817f5d6d7a..a3f8a08c30526c127f860a29263d5572550b477f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5161725d5e7f64c0639c35384bf1ad0cf062f84b..fe532db4050b6db0c7b915e2497d07c4d41d6ce8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fed86d1e8b615d25ba8066b8094187e86072c0fe..742233ef3e619b3569da22082d5e581924fd4e52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 193f4566c73aa0390cff4cb4b6403fcfb674b647..0ecf813d324badbf39dcb8f696eab3063204645c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3b151c31f5a7865bd793cb3c5fb460d31f4765b8..417f503b8fa20d3a846cfd5e4c73ef6b3d1e6847 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8435a7cc1bb5c6a00291567765a3ffe64bcc9e29..06f9c07516b874cb6568b7fb3242f8aa568499ea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 05ea8f828c8292e7d10785dd982cb345116f40e0..468214b39c98e9c2b88899c9b3c55e7c36118564 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 57f5679790d05d2cb19311aac6a39a0aacdb6602..1413b93695b76c3172863996d68a0f59cfc88725 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 983680ac0b2981ec685707faf592f4803d2145f5..154326f7afac24a5946e05a548f5c583d80c014f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4453a36edeced7e2cb60f07300d57a085389780b..cc5d61e13ff329edf82f01a0ba816d509dae0595 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6f20b9facbe631eae5df09d6bca604f1275f60da..8c57462ca8a36c7c05e0751addb724448016f0fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33db88da9a31c3976fd54c47bcc10b4aecb94d66..252649819b3cb459ae38d9bfbee6da79c21c4ee3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b409bd1dc3498264db24622ede0e8cdf3232b1a4..bce5c6fea49ed436c400c3e71f2f4060f6bcdba2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad35f31e89b81f8f8aab5f88bbd9d9adc692f8d1..c95d490db109f2c6c364b5f647ee0be486e232b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d787f109865eb026f89ddab7bb3410e2a37a56e9..717f13879c15ab26f940e6e59923074616887379 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 07a2a7619999459e682527976b08ff49d7d280a1..816aa9c20e5af349c79dbb2fc201f81eeb91bc54 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0e8e55217843a23e82db4f722c97dc07aeff8653..ccc9ad8dde6d34d40c73b83ee4772ef52da87797 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4ed110391349ec866a46392ea70d12e9bdbec481..50cfb8aa826b6e5dac0c86b4bc0bc863156d351c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 097ec3c3224ddcf743a316452425afb827e38143..8e314400186269c2ac1c9e73f4bd3d9ff71e4ade 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ffed8c915875eba8b2cd941cbb15b8d3884bc656..654cc2923fbf55e4eb8de61e28846b1bb7668b8a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e9e568f67f65c63c6c2f98ae994cef29c4235b35..4ff8e17646e8ddbed3106cb0bb77d31eca1e09e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8605bd8a49357c0faa60de287dc2fc87d47d6cc8..eca6b8132948eef86562479f6587c1ea709a622e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5fd9499c1205edbab4875238dce82026d9014189..4aee8b1d81de5bd2cf0a5838727ced55ac2f3db1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f24ea16ce6255465f5efc33dfbfe4be39fcb0b59..635620ee8fc030ebc6c465ac74b17889af0dc830 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f1f93162c654a96a90b33f5b531a4890b61c74c6..da60e0e835b16c4b6c3c029e22a14cf615977dfd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 629217de6e805f1e0d1698cd1b02faece2aa2b3f..d339d61e2b892d83830cbb825d9c427760d13ea9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bf1cb38dc2e7cccf9e253e286fd263456d8defe1..9fc401d161f2a254e9cdb51e91e26da3080e9c06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a7054b8e71b88fff15a2ce15b47cf3cfae514ce..b02222f72e05785186c2bba7fd5cc9cc7220b1c3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9b200dea5a3cee63a8692b13c5a2e62df7b7a862..f4217be3577a836093f7c0855f5de50c778f7b58 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5078cac3cabe0349f19699632503e0f348e7310c..b0b8e3c2ada5bc305bc90b5c18c6782c96366b10 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6bbc18c58d681e950010734b6df65f5c292a282..fb457531636d60d285f188afa0887acad01cd7b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 40c77c84deee89b289ff41d1619c0ce4ac438b0b..3c9dcb5fee01d26ea776116185ba7f6fd0d39878 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 777832de6d18bcca1a46b1f7865f6e20a13fa577..69f8729e82f30aaf57cd58c68981cce1ab0a4801 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b7bf818b5253c0ad2838b0a3d457b0135a086f94..a32765fe8d0b09d0c03e3dd4990b98b03fb794b4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8f64bf25adf563c0f1ebb8141ab5721ebd3b0f1e..ec396267444e74ac071aeca54a0b2c5276af7f4b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 389db3cbe21f53ab80384aedf3abb9bb6c21f684..7f0f50956ef4b84024f8bc696670c94f62b75954 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bd753870b2e16cf2e740bc2a7144d99655342fef..4ffbcb0bacd901249c79c0e6d86c0c595b0691e9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 139990988aef039b31760ea63304684225260b73..030935d4a3d15e7931ff8b5c73b294a2593a0c78 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4400a9df6016bf0f61193b62421a90f500ea2319..d97111077ac706d6d5e1c29463670c7cad7555f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec76eb84400f07c0059156b3288abf543c0cafb9..93efc2129c6ff006abfec8803f171b372402cb81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c4670e8111681de1688a456a04732eba1142310..e5de3e561bc81adcc9ab9fe2c92036f0ef551b5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4009b57436fb73b11987dc999934a41206635979..91b5acb7957760dcc4fea81d9e2b4b9f645c68ee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bc22aded8bbc01b8deda13daf559842c6618ff3b..9d0638a8efe2364d62e1bfbc5c96b45915fed3e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1ff55364cad1c8198565075f1383e3c4823fb81..76eb736fe2453d3009ec6a666ea4c7357738a5a0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 85f60d9fa4a504b62db0509d306f19e3f39718bd..fcc8270bd1637da983c1d032e656e4491f6705fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c139828b6e9a9828acc949fa43ded1adf38c29b1..26ddde62c04dce405b5b1477ef7d53880fa95508 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9db2f1304f1a576069d0fe17f5e69edbf824aa0b..5ebebda92af510c7bbef7065d790c0aa15388ad8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 468ab996f358cb2a18c2f5c1113695e891328304..1b79126159b8d6d770964685bbe23b0af4ab5a41 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c2f5c4867d43567748e7260bce85dd6623bb6ffe..f5092d52da86be2646bd7a09c15763270dd51424 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d53ccdd2ea89faf2954f8dc463bd27b9ccadc31d..19add1829c66cf0df096e7e65e83d07fc6ccd4b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ec93614f17afb6f093c05478043150b0984c22b..7ecaeb079ed623cf5ef5f558daa40de9ebcd9af9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41b7714613514762172525aa45924b46574bc66b..3c3b3956aedeff926113a3ed33d8444c5696e290 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 915f6b1834473ed5c731d38b7dbbc473fd49454c..9e88198438d94e1132dfaf896cad4d44f038a63e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df3ff97d6d765affb216dc725cd6c2e455fd387b..bf897a1e5bf724fa7c60c6046a76038643480753 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5fc584507c724fc89f1183a3254139ae8fd918bb..e3132621ced05def279dea03b7cc030ff60a0f79 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53e6ef2db72bb1230cbc657aa3e9bba917ee4b08..69c032e1b1653871f3996566cebc376fcc0b83b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71141f1f868b6e26f2a84dc167c497a441222d93..668a46db70a999aedd03c188703017c6b1393076 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9cab0f22f755654489c570b2944eb11837763a06..1c087b69a36f83b16c09fd73bdc3f85c49886958 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 238b8d1e94ad0d1136ebde445433300e4eba5aca..e49dbff0978f4b9ae96afc27e9e4ef62e9272a6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9d671cb2d57ddce1d15dbef9fe7528a5451cbb94..6c88404cd8745c2452c22b47b67eff16a4f8e6f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0dd18969390400ec80b3b5acc6199ba0c02078a0..9e9cf1e3aac2f1198cff793c61e33360ce93392f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1c8451cb3af7f1b1b80f57d300d6aa15ad2b142e..b51871d23a9ca1662987f9aca685550160e4d775 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ea089f5d35354d035fe267ad4ea9ab5468284e7..0b76d0e3d9f4950810fc94aa6089121fce377fce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e251d6d10859b86e064ca1666d0211c5d8beabb5..b7fc5504285194a2bd28e321a42e228091e5e557 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 65803d19c30c8152eb9474d4a9a1bbc02ded66ae..9c2e824063493c79829326425cf03327f19dd221 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6300d7acf303e9e28b18d502514524bec76bf14a..b995ead03278424b5824ebc42cdc6641f860f84c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bb6368161647174e6abf80d89c157bd84f4b1e9d..810088666055c8c28efa8cf0ed3b92b52fe278b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a0f46c9833e632e367a3f566eabe6d0503a0819e..deac12419d2a5ee5a1af85b36388cdd9f3d725b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a557c94ee5efbcdfefa98a94c7c11226ac26f74..0d5a70033cb245847efa5fd5dd5ff4fe6f8db871 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a8f3f71f442fbfb81da713407115e69bc6e2aee..b5aaf65fa3bc74a6bbebe475eff9be4564f8d0c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81cfa3c4e69eaac382dc50ae8048dc6c69a6919e..dc8f2a4aead8bcd975061b9a6b020cf041aea33b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fe75a9db8e8d79397ff62039b5fabb132d6d1876..1a9a8d97eb56f77ac084329ccabcd6a22c48c41b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0facc627a4c2fb8afe6ecd362da0adbe88126787..a4c862502b32beee33fedac71403e5b39d794975 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dfe8719f9f68d6c80e1f9da8333e0e78c4a19953..3a1c71d15bca3fda1a3562f5f7c0ac026daa3c6d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2df52d4ff4d5d886847563569fdbd93d259989c6..19ff6e7eb430a3520641a352244b99babcdd7cce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c14044f746f4711ef4135a0f124ef45e0e7da5c2..ac929420f91577539c979e59591805f70a92f968 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba2ea4ab4cf57d0156224d53c2f121583631f525..a49c83f991dfa67a13a3b95e5d8c96772945176f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5ff1a32cceb0a465ce80e83dfc582266adaed583..604720fdd5756102e95b1750aef0487c43773ea5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df59bb6b8ca8796fdee13e770ca0419e47bd1fb3..3a4720aba343f422552f5e9efafb66f21ee17f8b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d8f854d5b7aeae6d733e3acf1fa9c67ab55d4ff3..4d0d40cec0f094b9149121431c7f805f786bceb2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 168a5fb28cd7059cb246b357e939e4e84a21863e..9cca0795ed7203e651b961475224e1bfd5719189 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 85451f88f8377885fb188eef9671ca7f6e4a9640..b9adb11a10c111c29ff4c493cf3681c3bae99dd7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa6c5baacdea23e8123ed569c6ab6e18a29f0861..86b9ecb0ef8db9b0a0b615652c121e1a6beb864e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4d21f66a32174afb708639fbb28c0f1bc80e497..38a0002527bf38dff243c7eaee5d747b78dde666 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 453783235cb06ae541e4dd81f1e8cbb9609c4728..7ad6fe8d3ed349cc9c84107124bb45b2726d887d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2db25727d51e7276774c6c3ec39f32d300e2758d..f71d1fc4bc8041115a6283629c0cc382099c61dd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d348ee6aee1f314b602559942ac706643db7e431..d86c99d0ef578886fd87f835619eb206b63b9307 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 086432b40a8f89eb780561611fe7a08502d6b5af..ad7bfdb516738612e8f71e7c25b4b94ec46fb4b4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6efb49c14a5455d4aa13c2358e88098f0ef1bfc4..ea740791f62f432fba10604a112274027230fef7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 89cca6daa7d33b4e7bb14dad7973e0124506919e..b7dbd62e22848c73c0734bb8c032cab40f8442e6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6996c08e3041633ec25b07a76ecab03605aad206..e464b780048216766a064d07e3309adb9d1fe11d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f06e335caae8aecec577a2bc7f8c1fce7523f2e9..8987e480959478caed25e600308851b4aef795fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 74a6f8e248482bb5ca7d11ada690a1c7812dc6a9..ea18e0ec93138aca24424e84f661195b461753b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d3a23721051eadb0f183d7f3fa955b1efd34cef2..ce7b4f9be628af465ed7012257f61eaee872cacd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d9e9db4c4b56c01d2cf3c7ad3729ed6c22a31d1d..cfdb36342412b5741744e6d56cb07f348d05e121 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f2d20def480ba89723647f8050ec9b1f75c3e220..b3500d7d86920a2ccc95b5803250c1ead31e638d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4c1089ed889a2cd626ceb5c0f89a0fb8e1f3646..291a4060707598f248185a50b3c19708cfa11004 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c2e2e80aeef4e6ffae71c5906b68e03b02b3aebe..b74762db0b421224d4cb8cfaa9a847b20aeecc80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d4989e3678be7df0021a79d936b0c6e37e3bbcf..ebdf21c27696236e4482edf60767a89ad18077e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 69e26b8ab7895a1ecf909f3e317d78cd2b42f53d..6dc5107ed0abd667975dce5e9148228e69bf0430 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index afe6048e5fa1c4bfbcdb30a38b35f818828a10fb..18f088687fed3c8a59cb9b68a13159e3e1a4664e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad526e892aa80d8f2218bd4c068600d102981f3f..116f3fbd0dc0a4c62ed8cf481850df45d3db842a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dca2c44f91ce8c81a6909bf8c65d69a0e0403ef7..b0b7df95a2340b7501933e8b648efb17b848f9f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 243a0bd82fe0ed2997aa5be80414afa3ed3858ff..8b0755dc78a00a35910850d1781417bdd372d502 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8cb47e77de8a4467c67ca44283199507e636da23..1ccc6d4cd7ab0a064884485961be751e18205e6c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 99e706d20a937d689fe13fae6edb1e4c91b14f1f..1b619f0cad550a19a9bce774fb97df1427be2815 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c042e81b5e3133ae548704cb3174db7b64c78d10..d578e3689fe261dd3da65d3cfc4645c3ace15563 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 65506a21d5f612d21f9e1db75dc5ee669a7a4075..c7e3061c805bd1c5e650c34e806b7588ba8e640f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c38ba33f658307a2f8f52bafed3c44482a3e35f9..0ea662d4a5137b1d7abfa99aa393ee6449d1a520 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 59d2a6cc58e9f874eaa268ab02193f8a8479efcc..2bf96951a4e86763763baa2986d523128c4d4a64 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 207f78a43d5082d9a9f60cfc7e797d13d02df290..d245a33788a483054e54ab23de36f3f5b59f4908 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3da0eae57c83cfa4af3725ab72b62dce1e0b34b7..6dbcdee0002e50a09684009bc013e41fb55d86c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b204fc530d4b2447b7a9497cc9dcb30c36f01500..9cfad3f472e19d40a84765bb732ccffe94caca4e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6ded2bfc36e6cf88e12c12dc28bb79fc213b3f24..810ba20d5748c39336f42defeca2381dfc6678ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ecc74af44a53a966e65193c9d08c976c2db25c42..f60525545b17ac8b8b087e1a1d1816d5d40136d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 478133a616cb480b6293ab074e37a1d5924e6e76..371ac5b35decc6286bdd40c4cd46b412eb0a7402 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b0a84b0b112849375180d0e1219ba8c8cb44851..ceb151e8efbd90d6fd8033cc7ca8d912a1be956a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 331dd177ac0aee361621e500480fb02531ea53b8..789694b5518ee86f41f79eaf2a1f5719996b5838 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a58f8927335b1e1463516868d37a3f6fce0f41d1..caf729f07ff152433dbc3fd602ac4a5e097e1556 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 706054c982af604c92543ee93b84ea1b9106e971..d46751dd87a86abf4603fb7fb595d45ffad24b08 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 54926cd46203e4d09aee117b40894159d393c026..664a38c9b2997838e7f439e8f2c07737afb7262b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ec7d54394ccc1c7836fb4f71138ed458ba5ff27..e1e5649b8849bd7ae6bf741b45b71f9da2b6bcd8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb5109748cff3f797b1c4f1af8ae2af68b39ac86..c06c0ace3b8f2ac76c98f300e11eacdcaa726437 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9d740ab8dccf4c3d588eb1773b652f70161bbd17..b6ecc5308368d49bb2b6b4963ee06d1902e1cd8e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f187bb9122438df4977b265500c3eb29c5f1a83b..279709db2e7cb90978ddd2a4a198cb787b4f72b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51a7c028783cff7f53a210acfaab3ff4885cc510..f2cb412b80d62c40996ad143a087350bc9846171 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f9ce6a209d65ad003c97f1aa6c462ff39ee479bb..a66e23bb8605907bbb2c7d9e163eb0592d43fa25 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c05847e0a809c3cbeddfc79d243ea493d59b8f7c..61620e45fabc187ddffd08efe597cab0c93d8af0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ad5c5461ec466ad97515677bd83ad5be44a9c2f..24cf56cad9e94c9eb6256c791d915244c227ae39 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4ecc714119ee5fbcb8b21e60f3b4428700e2e27..00669d4091c5dc5799cd51559a8ad316f6416540 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c52ec74ca6a98c7e8a80c923362631254b6553c..e6991df8c1dbc06d9946dba3e525e3f15c962504 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6a72985231af6b58c42518f5664a5069fc1edc4..cd8d79d36be5d8c19545b8251c198652822316a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 28fa636be265aa94898ebd8baefc245154b3c123..c4f3e7bfb8234c5d5b4c8edc85f91d10a258546f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33f9ad6650c648865f823d4a82e7d7c244fda62d..c5aa884428293a3725f243a4bef63aa4ab7b2ed8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3f53f48cd18d5287af17d41eea02eb17638f51ec..9faeafe221fad46b414651ed824413c6cb6483f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0176e49ad7c3c3d4f88ccf6a4606b93f94845966..a4a4831389965c8b92ce88a3e96c86228ff2173c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c46b9b6e4c73731333a8a79fb390fe567e789110..6d901dece9e8bdbb930637da9bba270c5c9c48d9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 240510a836d7f07ddc065cb123f777ab42732fb1..50f9a8975698a05f5b68cfd290b5a31b06d72182 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2186de5992d946f30029e5833d78bd0b13105e1..071d178e98b8eaa3fb39547673f031f197a77154 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5c825dfc7e9ac4cc4c30e45a3e839ec49a682c47..7ae500ca167f5f0da562c90415e4cdc15e153c84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c8053cc7d35a1e0b15f610242795ab7bfa3fa342..9ba5939d2a44e3fdf150feb39551ee5681026f58 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2461e02bd71edbb5ae259baeff1c904aab01992e..b82cb49dac4160135d2e734e99e80fafad8aca60 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9b168259370c58153b6179d698c740f7a08f9140..63d1f645469feccc1549231f4582de567f21b6bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5cb129c2d46f2ed6cfd29e288c31d5ee8f454ef3..2990f90407003f0774f5007ddfb2d86f94fa939d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dbf5412f1c1f6029b8b145ef3591ae57de0d97e3..8163b56faef2c5b05c153f578b6a0014137c2dc6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3c8e4673ea15992522c2c037180ffce7147b7222..7ad2737588089cc823d55e1283649b18d5140d56 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d297ca23774c0eefb7732e9ef8b8a12b3012ec1a..e710af17bcb73cd444db1ae31972f7abfe8d9329 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 36bc5e99b384008b60eebcc11ca0330d64fadd4c..9dc3a1319ca54a5cb2404c901f8b1be11476079d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index daefb46086e249779a2e8f728c90a9f8059b1e41..fd5e117dbfd95a6c82ab44d9f8925cc4601f5bbd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bcbf5b4035e2c87618b0ddf66b647981fe526080..329e3405cfe0d14d14636536ed170e56c10ffa3a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2ae7333ebeef0c609802e902283f30df5c99d53..976a33b66e87f1ec874a2360c6a3247cb944d88b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8bc4dcc0597345ec2d098829eeb646d05d803a06..49c13d1e50540dc0bd5028f83794651458a3edd9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04f5841c2ed9643f32e8dbc1b6038cbc1ab2f726..8e03cdcbc586ca7651427ec592689dd4b1ded0da 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 48234d509dae2fafca8b5e37b6d0f7e775649916..c05d1d99188a94e3da911e75278cb5e70ca09350 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3c0d57caa567b30e0dd6c64b880ae853300f1724..87ebbe1ee2b60d45dadc98d73283f1ccc3d079b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3046c24580d57c3c40daaae483c50d7e619345df..384675a88e680576b0bc190b565499d864f14be6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 738d1955ab6d22c49fd33fa57ae3c3f11cf0925c..07eca4a3e7fdf84f17d9cd9cc3d982caab5617e2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 94655eead17a095d54cbca40f0ca799eddb94501..a79b3f9d67e99f12ab309bb7923372c0938b1dfa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ab12089de0c0ff588262be44388ddda9b68e425..b358796ce736cbf8fe6527524ddd2c2834416640 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f8174e2d4e08a0ff6e5c87e88e3aa507150dbb2..436e949f30785fb17b34791a46c37a9fdf94278a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a9ba52dcd0f178675dba430ba0216529d034bd5a..5df05736cc3b284afc2ae77879b565a7098d6205 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a8b19d292d336664ff0e4d78b8a48d087dfda9e1..76a92bfb5768008d88f4a313d60f7b48734ab969 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80a26b2986a6e2eb6bbdb1957e20a3be0be6e43a..4e84ce735f7b5a52277012618e7ff861763429b4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d2fa6641b91e8b96c77807428b8f7b9f36f97ce..34ae73871eb86b114e9400bede66c47249d0866e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 35f5fdfdd40eed482afacbf7ac08419df4f4e11a..68d56da8bca78e7b71505d7bd3e2d8029a451bbd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fdfe9be7d5e836b57621b65cb6a6f693124ac48c..c67894494c6bea23a17486545196773cd2282510 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 285f4e6df7abe5cb12dbd68c9c5ca4a6331bc98e..f7ebe0a2a594b1c23676a35c102bd4029710d442 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d6a2f2dad1ce3b8cb8bb180087ba2a377afa3c7f..061a27b3727e49270e47ece50f21a3cbc82d76ed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e7e878a02d7e60634641fedf6ef66d89ec6c5617..611d66cf44c299e464e22196925f5c8e000c1519 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5047375ea0fb81c89caccb69a6cc1b87e6d25418..03e2b8b7821b35cdde92eb410a6757bdbe03efa4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9d5ebb4aab4abdf510c0057843e00e3b9de6da49..071984754aa25edcf963a2908d0617307b0e3079 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d3db41e14fdf553e39c0bd9ea0fa4f957f0017a..5c73bb6cfe9b20b5f301c550c9da23e31b881116 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1df1ffe4a8a09d9d90e1ad104c58ded6c845777c..b0861899f3c475c83d2530864a930a3be875c160 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d7ed6c0c94dbb353e01f07c8d16925c5543421c..61dec3c011b1224556f4e7b28e4893f6545235ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2e8f0021f460ee3c7090f60c8bcebec12e711eea..c619c65f4b6f7c5310a78ac45660cc101b7e2764 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 91963ee399d130748b2d48df7277761f0cfe0615..5ec15567f02df74a1c8c3ca8f36fa22bb26bf8a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51da7a98ad472429d7f21b0d106b2129b8eb16f9..23dbbc9ef5c886b75f3a4166481fa5ae25677d44 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc1f03f8cc45ed9bde7b5b7e0aafb92ba86cbb45..7aac5cad799032a7589c51715395b0f5bc74efee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a0edfef2c2543d2bf7ae7c217f7d9846397b573..6d1aba276c5f45f5ee0ef977a3e864d07c177c43 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a8271803497849fde75e9e3a800196a2052c6ff5..aee64adfa60630f49954dd7c165a80d1749f3639 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bed9a20cbf83aa5e78ba306b12c34bb9aaea78ea..1ef20af3df9d459894588a4608eadebdda708890 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6de7c983ba810b357387a96bde1453ea466b4b1..d8e85bfa6440ab0cb57d38b3cd6522dbd63ae538 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9e5892e46e8958b4e92d2bfec594e7c6a82d7534..953cb396c55e97a7f316049b962babdd6d903d39 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 45530345e51f35b98f7eb4ec0ac9676a589c8676..1df0556d369964524394db7fc8df9b45066c524c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06847eceb3002b76d387ad1c02de69187ac0989b..cb30f48213a1323e1f2f6cfef9144410cf7563cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fabad7051c165755083a6516219e3ac8d7e4761b..90f1298c57f4e178c92d5dbd7b87495855708825 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6b715de78a5b54ff260bd0be702bee61e570820..d941a0237ca64a901c2852c049386c8dc0b21af1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d74d513283cb288f0e8840b4752267752f7ad6e4..4549a68487401f85bfd8af0cf85b86c6d1ca3193 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 486ae0cdc33008d9089382b9fea9b2ac1a02d851..fd03b9911c8e2cbddb5cf6b07a216b1201be8b60 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc9c7c0454a6a9c98dd0034460a4591ad8d2b627..f80eb9c40b5eb0557cd8ef07912f2c72569dcb22 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cf60732a0ec0d7dc27bfd82251a2e1f7ea8f9c2f..cf1034a9d50489a6f8f207e67d9341e842328bf1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a8daf5ba7572e756d33f0445644b640c40029819..da906c78e85fee18f753c79412b84270bc99f556 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 40c1fcfcce41aedce0f696851fd9a550bde54fb6..9eb7a09e64c8cbd52021c5d0fe815ff63dfcacd2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2ef65d8ac8111f5c1916f795a946163ae9f8b1d6..e392c9861af5037b68c7eb8182be7e3880b7c503 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5abfb9305d3bb7438e59c56263187e31828e1d75..bf605cc2b73fba673017498876f88b88c7763968 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0774491d02f8fb7b7284f27589dd148b811bb326..ee9feebfb1d42135bf60eaa73040053e49b63a3d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71bee2c3f4ce00539181002494083e4761d56a1e..359f4f95e5ed5e2df9b469510a9e36228ed881f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c16829a534188d492c893a291eb41cfe821ae49b..10d6bba2197cc42d8b6df985381df7c42765f275 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a96a0c226745c5f39270b53f85b0401bde8bc4d..54761ed23dc70181c5ac017d0962f35070a6fb6f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fa822b965248772ad6c0447dc5a50246dc66b407..884ebca7d6b4bb3df42a4cb6918bf6f4b5bcaff0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index affabb3464945b5ad86113fa10292f76a3197172..9f76a0b82c88b578f2ff3d2f95e2b3b362489a07 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b3c197f98e49ebf30b73563c87600a546651048f..a65eb69eb33297c7b2ee321ec548970ae70b7d01 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c01e41fec7d715ff9dc5cff037480bafc13c014a..3adf4de90109c763f744cf74659f498fbb6c3305 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d913be3c9b297db639c80a873c270dc01899be32..717d52d14b1bf2f8d4c2075e4faa4d0468f4784b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 689b801cf987b54114af877da3635cbf10c292d9..38203fc4b50f4a31acaee05ce535b3c36d46445a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5afdc51e745a83fba5efc1a09a64b45500fff14..8bdc3df044ece7898fc2dd493bbb7a3498789f0a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 61abe28cccdcfa9d252bfdae27ca6c3162cab4f6..9397d48bcb168a52c0ac53e74014c439cc0b9530 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index baf70095ce12f05b3ee19b8cf5125c7acf7afdfd..fada8bbcfa3d17b203bafe8182b05ad1cf8dee72 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cd398fc280a419c314fe6b2e7a0a5af7ae299cf6..4d7be6165cffb4c9d8258d4d17a2d765bd761c74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d96be05125ead41e8bb7f0d28570f4bc74d9a3b..36dabf5e16aa07915e77b353db2b5e2cef574749 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4811239295a36e421e1c4c9f209f545e5ed36449..90a4cfe6be71738ebac86d31ae8cc1a567f4107b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 661d274850aca5333436758375710ad4326b50b1..b55c0e51162572cc92f8906ee2d2be050fb78fbf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a0c877e738e6b9d814669eed33744702c63f5a53..d4d5b79109c7f5b60388125996f25a5d124af8c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 20ab9bc5288c19a28c4b16ea760d43c984b6930e..5a6dde7e509a5727eaf75aa7c88375026c0faef1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e8b34826206d4124d9ea8f81b16a686ef2f38ed5..b413e80c57728b70ca16431c48ccb79c4a337d43 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96e3a0928eb453f08844474e7fa0f34679a73382..73bf1c554c924d4e4d82554709d10116f4409e0c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4191dbba2401a1e3ba09c72ba5c1f2f0fd0e6fb0..f2d6593da1f92de498a2b98ebc4a3433bff09b26 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68e19ae83d92f6f5ff55df18b1e7e9f8e16acbf5..702f4b14275a8484611b35216072eb52d7e67a84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1accc574c302aec70e906062cf0bc67720d761f5..f304363cab9f3073c249b7d5f7adae66469e5693 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 396e781016f77f1ca5b1720f581bbbd5731bc877..edb46257bc4e321c5b835bda0a92f3a11fba4b39 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c56f6bd130dd68c80fd0414d64affb03f452cb86..5659b93671091859ca30e53f0e74c8e408ce953f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9e130bc9166b00d86aaa7f0a3df1bcdaaa41e3cb..c0f596e05020ab3dfc2dbe6322eb245c679bb93a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 130544130493ccdc6d4fd9a45c887127d831ad9f..b44b1fb8f558fe0a4dbc76078dc531e4dc8a8155 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e8cddbede0112aad9398830c5f5fdae23aea65cd..f1d4da3f5b4d91852ebf3a9a9002720ac011cf73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8cfadb16dada19da23ac65ccf997bb610bd448af..65695a5216f24507a8f1c6a78b6195185a54fb76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fdc480b5e39e33afeff148aefda73e2950c411cd..0e03a97776f61a7cad52f669dde6e127983e2629 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a046e76f6d7c57ac4b062123cc0eed0c8df5474..53deff8f204b2c3cc5bfcba3694004f16da8e941 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2f472ba7738e4ffbbde54f10ab881bbb0f2cf7a..415a20c763b7bfc4bf7389fefc49134389d47950 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 79f427a654df4b5f672bc52f3470ebe01deb2b5b..684f54c40293f411aebc79d03ce5911d2e122359 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d9019d73497afc8360b1175cb03f5b365f1994d..f80320bfb9d7c5fb141714335197fc7aa1ae9774 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d6262889931ce921e869f3fa307e4d152b32df09..4a1f4634910d57441af933ffd6cf74a8f2b86b1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d79b05dd8542507aedf11103ec2b28fee5a19b3..9a2d25c680c12dad033f7f9732152b3b4c4a4fcd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 58fb2cb3faaceab460c86ed8192cb103625725fe..322c7ec79d10ef4a36782e47bb8274e3271433fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 09960818de8cad63df78d95bbae1e072a4924171..4dc3905239ffcc49c707e06d4d88c92c7c9f2198 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 12503528fb480d8279bbe7ae8d448e8868c5e717..fff218e46602ee63e8a9d202297df3c7df30396a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 525cb32c30889a863de9158997523507b0dd4150..d2599179faccafdfa9294b2c801e133892d068f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 786eb866507f7aa88984453c370c193b443564b8..ad42eed315122de8a054a29b6709b51bb4b2bc9c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d3442a090962c67f09a2c8e527b6c716b74b6d7..19018810d94f845ebdafb0fc09005b14b1327410 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68fc70988b22544b6a30baa635800ae05966462a..31a9416cec47f2a611510df6771129fa311990ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1910ce47d8256ee1bedbadbc11cc95ddc46eb77..58ba84c4a7fc42686bb1e3279d8d2fa76423ada7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b16ad7705f8a00af02f2b403392ebb2bbd187ae1..e10f8fbc6ad52d6fb4c1afed1e6e6ad5ed20b094 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b27c54ed76f885d889f61cc5d3687aecc1ad210a..5ba682b6a99c0705721f29b2379d4f48e30e5f30 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4ac77b21376fc1c09c809a767ed37645fae3b094..08bc9953ae42b764d3af7942d3ef732aab9ad306 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6f80f4339518fa4a149771e0aba25ad583cfe11..9b9a24d23888ea0f9246b07b1bd58240b16e8b19 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d55ebf3c454a234aff9cd2896bdf3b2228b21aee..e316371a58c3ed815568494f041e9dc1ef54d3cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4c45fe33d5dd022dbcef71f2a103b673e2e9361..4d9de65d1caae8a6358848d3493677ae2ed347e2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 593395ad092b8f448c7877135e592943981ef8d0..d60d5729f8b8c2a72038160bb4fae3ae5ca851e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 52004f620eea968d316e2fe11c2d967cd547b99c..5214c29f65b43629810c5332deeed8958df4ff63 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c537900e4c573e328eba7a0d9d32150f4bd4a5bd..ea4c8e569145b51539db79df5a02226e70dd3755 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 714866f425c6144b28f71ff0bdb0649bde2dc20b..e97dc1adaf15d1e5524ca0ad218cfdc2f3ba3e9a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8956d882d918ddbc6981ea3f5c5a91a79a913089..48651b3e5bd16c571b31156dea54ff882e81111c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 64ed07fd01564e0334d19938146f23117d85ded3..730fee123dd535818fe4621620d43c51bee3aca3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1df144a5c1f64bcde98dfbd1b838c0030f22b827..66604356f7b6c6eb3b591887d47d8dece47a6816 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 66244af893c840d86ce3bf104e09094fc1c8b25f..06e59ec97c6f90f585fc5eefa762cd85638c1325 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b7c3b8c92d97c9ac9a6a636bdf98fa05e36150f..23b458501bf6f3ac36d7110f97ce263bd47bc621 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 18ab74395e62df812cd560c7a7f8ced9c3be7039..89b8a7105728a3c25ef7589bbde24319438cbcd7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a4410063068a644143e1ffdfb82c7e0401a60258..4f151939a62f19526a5b9f19022472517a930531 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2d56cb3c0873bfe73b7ff5ac2d63161f98ad69a7..746b9084a3d8d17469462f25c909a3d24a9b4a53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15a9355342f8d7c3258fe46ec2fc004c8218a5d8..bd6e13b15fed96ea978bb80e0959d7c1d380bad1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cd8e67f84fd83d3e499d9d5c31f6b280ab188e45..2a2e3bf67707cee13ae29fff82edb16092b0e711 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 47c3e9a60f757707a182721f58b684b03c401b4d..747c8e08961fa9e0b5adf260171208e8649a9e71 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2ca9e4f4e8d24d529b69e4c21e5566915faf5e40..a1600c03ce6cc0f5ca5f932a7c98c36680a1a2a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bb5d3bc20a0d4222ab6b3ccd17e9527fdb30ad77..cd2e866bcec412a0a382ab350c3590fae1917e31 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d2ebc34f96bf810b2b2a6f6afa1171cc4f573393..d45b5c966e213b0af7a13e068216a95eca42f583 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 406dcd171cbdb4e00ea85b9ec096bff8db05d384..1683d6d26714b785a581adafb6939aac9ee83297 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0fcab79ca6ddbb30f9b7fd47cce36f280370b7c0..375ecdd7fab7e94cbb5c06c21028d69cd09911ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b66cdc017c4cdde1da13dd2a2255bcfb31027680..68e93122ffe4b69e697974aae7f8b0f389a0bb68 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81007b2372bdb4b5a18f375805cab7bfb5be62c2..14350e114a3307005ef9184c95b5908d2554f658 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 20981b7346cc376a6ed70abd63afeeda06a2df1c..62761529366f273642825f495f5ade072095075a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15a9c856dac27f3eb1200b7f74e0d2b31fb259fb..9f342a30a72a93df36ec7672f76be4653218ee5f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 50f9341d729574eee811f29dcba174e5d670c389..3ba362340430e142fb0ac287fe2f68343bcd7d7d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80b7ae4456f176650804dd8ac63a6b9572b9d24d..55443c96f6c55e2ef7af164e31a229e2e2397359 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d941f90329a123f6a08a2943e0bacdeaab0b395..8381ce57c3113b3b4edf807d31b9fcea6163878c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index abafaee19a055bd610be29c3ecde8047b89e2481..69bc27d213e1a4db0db4fa97363b13a4ed244063 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f2c109309e674ef3ce7859e5c20770400899766..694b406fc04214bc948cdce0f22a5879b7ac8573 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 23fb6d27c16b6f02c32e68a586d1a20591296328..8d14bd3d4ce3f38bef4f01ec1e4b0e4daee1a1fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bb10361c5800b94b53cb0744edc4a1abd138f806..66c33ca71aa6bf9ec056e81e318271e9b428be7f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac8f66535a5a8a350368a56fd141bde6dfdb9af4..8acad8bbd7f3f9005ba7d035ff34950150d8cc9c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 17b47f1cbd8388dc512e1846e6868e518890e1b4..6db0852cec3971b2af3359a7d856c2631ef2e019 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d5c796269b265e97fa7a4d5fbfccd743a8288bc..416321c16fcd3edc2551593ee74c25a12c97da01 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4187ed00577b40b0c003705599832424bce55768..f6d651cdb335453d0521b35ab8bee6fd2839aeb2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2090effdd36e548e9ecedb9d398b1eb97d12e5c2..510142dfb51b03162e423bf924f59de0559a481d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac67d69f965496d5bb126c94fb1227060726ab40..5b39dcea9ae8b53cce879698050ae1457646db62 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0bd17e0f821b58ee0cfcba77459b1e21bf891d02..7e7234efa969ff8e896b8009563e3f1cfa121538 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5dc021fa0bad5d9396a16ee16533a6563107f001..e5be8e96114c4549ca2f182b7810e2ebfc443d2d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 329fe25cfd99a1929bcb771bdc08721500f311d4..af99b3592a048ce93dbe3813c034cd63c5498bb9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 980897939c5547afa83b7409f0edb63840bc4fa0..1a592df313388bf801936a506c209d2d0a38cef3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 23eb5ff4bac37f32f5041ba56ee133a5985857f0..a0f50f65a62bb5a6b3261db1f38f82b05f7f9683 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 485ecd7a36641b875638e767bb41d715607463d1..eeef473b543c531ad20424d047fbc6602e3eced0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6fb71eec383fff892fea758f28e99343589372c4..a1f58a21faa8ac9c214586e446b17755852104be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a9f6ae4cd34e1c81207ef6f783ccb4cf3ef4e9bb..99ccefbb9d146d988902c06e2667841094b46611 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5b1debaeafc22e2119ee294c68b69077ac1fe3f0..0dbc507993e93ee0021a3ec8195712e3a5031b37 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a0e3bca02778939071ed2f1d9fddff6d08d0b8f1..e986712d472260b79aba95deda4aa8d60654553b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f17027a09d26b3bf063b738b580c4a3ccd058564..084316dfeeff7f773119352a25cdd0daacc1b334 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a12c0b77b39bd13ada411b5175c4787a85f088f1..320c82508cee2ffa9ee4cf432ffdaf530968a17d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aacf4b8dc4bd727e5fa0c64c96b445031a0d08cf..5990213d329bd4171394877f940df419d427b1fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa5f35c0fc612df5a1a3ecbd4067e2cfd94c3623..e6998c446d0b83aa877591a3fa58f76bc3227060 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f7b4b9a0ac1339fd9522f79e1955983b4a562424..11dbdbbb31e0144724d7f34b9729d81fa1029147 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a3ef8aa87c8d62a082d5c793fd4a5992e163947..31a9dcd85bfccf4119bebb6536913c77737a143e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 91661a43ef167e57195482c77406e318aef65b59..fcb5ca1676822b6d7a642675ad8028be81c9bbef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 40c466e785668805701bab1377e199280767a613..819b0ad85fb45d357d1fd9c2978820d1a0155f41 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 20415e3fe79d49afdd1cef1f4ef4e8753d7cfc20..74f5cfb120a884bfeba0e530e3874b8fcd6fb4cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81c399060be56a91e9469448d91dcb0ccb729695..d719c6c8a58d56b87160a71685826430b399bf31 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81a04460d6781dd374022a98992cfbd03f73473a..1ceb4cb1827d4c14c1c933bc6bc09552c1b63491 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8aa2d22ed9cbf82005218de183218d8c7dc2ed01..30360fa7d79ab1c39069ebd128475c8559cf0b44 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3a38400561456d5f767f3ba0a198954e6a496c41..d6cf142caed78d57156023de8cc137f24ccdf295 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 18872dc1d44228ad0e1667557df95eec4acc21fa..7283756b7add5e4c60d26cb6e826a97443cc3b13 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03bebb7b54b4f69c09c45f74867cc5e9213359f0..44325f820669c16715857ffb01b435ba919f30e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d3a75ab1be203b4c8d6e99e9a29ad21c81ee1cf..79ff5ae162267bedf4448eaa5e7da088c730052e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 56250817d64a5bf6d64facfee277c6b0014d6f9a..abe91044b8fa034b3e4ac322bc6cebe08bb4f17f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e2e8ad725a393ff6cd94331673dba163839dfede..2c7d1b26e97a1e38e465d1e7efc5882a8b783ae2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4bb750bf9d0b96c978fdd7f1d8cbcef8bdbfdb37..2956ca40b1c32081635d95772fb14e37f93bc9e9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 18aee466e27b7f079f51941ae8516aff19f9bf99..f967c8dae29036351fe99c7218a4f7dfd9b633b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 59ad25c1c79add9f1d2796f81479f9adce074766..3d043403ae57ff26af2572edba2e5b4f293473f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 249eda795e6ad22b7fdad2fdad702cdcaf2ce5e3..daf5275b754a71cd79c4186dd4845cd595da09c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 396b09bd8e35b8a6ea998f700d4943ae11fa21a6..808a6106e5ceee5655270aba0deb684ec8a6dbc2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f2678a61454c4fd2e925f3d468fd6ae21677dcca..1337bb7e6e77d5f0ebdc4a3c3e7dc124a152d726 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3d83306532a752cb884ed1acc50f98e32f79fc5d..e9290547d40621a468a7e2db1e4f4169c068b8ac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 153babf2836a401864fadc650881efe03a74fc45..ae22dcf6f990450dec25a67d4b06c14221a44117 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ae497e9af553542b1c949d08810125de1f4b60c..9713861f56ec7735315416547770ed23571dfe6e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a490d2ef354aaec549d9ddcffd1c21c2f89c19a..03b0271bee8fe2542338952a218f6cd565265a31 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37a987c57c05369ee836ee62e41eb2e3f961cc6e..6acd991916c898ac958f73f86b8eeb7e6803a506 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb1691f945b33ebeb6a3a745c92edcdd32ae5bde..a085196ded4b2be9993d07746cb4c9beaf6f42dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 822bfe473eb361816748abf5e4b470d252aeb4c1..17dc1e5d2fafdcf8cae65590110034b8c9a844d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 64fe2c5adf58d2d2eaa7064c712e3197e9c68ffb..f8e5789e7a08014328ecdb93c4250ed00a748049 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 40ab78a25730f6aae21da8e1451b4e3110e4ea9d..df58c9542495ef95427465ae4e800fc070b179a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fe93aa998daa91a46d0b1b080b7259dd62aeb818..c36de4394d35d43d57720a0d0612f6386ee1bcd1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 483d274fca0c93faab9fda01cd543b8e01cce02e..caa8a52112b2c991ca3e96d0a50ccfa927ac75a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b41473ba49d992936c38f15c752f43897a87236d..f965460e25a0ac51dfbd7e7ee2bf55eafa09824c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb03cbc36b01fe0174bf9a9d64f60454c3985dfb..0ab1f6d2da1f8510147aa082a219d9194c8fc69d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac9a21b66295fafcb8c3b3c173787709ceafc579..325237305201343409a47ac351f992c2118c4a74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1c2869e3eaac4e35777c649076765062d929702..1c12d117aa587e31dffdb2ce65b64ac9a415f545 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e159655012e064ea8a06a9ebc4530851cb4825c9..0f9db4230dd2a28205f233703f7c07e9d40e1b5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5277d3d3fad63853b184636a0af5e5e0927a3f43..6aebb367210fcefe33c2b443e98ed939a6ca9e4b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6660863733426b89a5c6c2d64ad687fe108c04eb..760beb9ad2768709fed5896cc7cb812b56c59780 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4c31a5e64e702edd95daef0ad4fa8e3f3ee32ac3..77ad2c121022b469a531c0abcd6d4bd60b7176f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f7c1c3f9195f0df55ee744b0f3c6144e85600d1..ca6a40a2274fba7378fb410c93bf50cb2e8aac7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d2bb5f883efb6c845efb722cbd01f872d112197..6c90ffded2899b9ab10bb7028967d84bf2bfc2b0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9fbd7f983f621da869f6f35392c0ef2f9075b80a..9e8c225b2654622bc59258491d16a52c223dc285 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d0b63a6afca07705971bbc84dd73d1015e620e2..f3bc4842725d02666001b9f3c5fb0ab4ae598366 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a066c04e2d73434bf8598cd4eafb6c375b2c4ae6..c81acbed326b1a16e67f823ea780622a3af8908d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb79fd4d3ce3c81063f18d1e9097eed8ee052780..423d27c3c159b5c1ba52dbf29eda26256c3fdce0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c70ebf6f6d5f1331d421981597bb69224a850875..0b3899a99aa7c7f839c83cab13e49d4e5d196542 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 43e06a74fedd4c3b6501b313891f84f0847eab97..0ac216b91c6afee1cd52499dbf1e35989cf6723f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e0416dbb327a025931876fe3e20dc2bf18f780b5..685261f30ce46d4579bab7a3d54583583434baa9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ce7fb4670e0748693a2779f81adeb7fd73a870db..55b5853e76169f99f164c8cfd19fd1dce4a816f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4fd6ab248ddced286187522ae27485fe2e67b2c..385f0b8daf1f6f3c50d5c4f8965069bcc0030085 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b4ad96dcafd195b862a1872f2a5ca132c9f43e0a..a55d14c3cc336c3b187e8b8158d6b02591b5a132 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b26b6baf3f853f0112441bd7715162b1793a2fd1..3a6514532aef0fcb1d2fd2a0e3af6c0bd87ad296 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8721abb20a7eef7390593a5b47e7b04722903bcb..cca5aa4dcba7f832175933bfe7ce2135196b08c5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29e2a90cb852238a8452d5936c1788e3ecae7ad2..4d4a1d06bdb7558d0225c23c61f6868eae90fdc7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6179cf733e606b331e216f55f1d0ffd3f1c223dc..0ccafbe9f2d411a78c62bcb71c9cf64aa9e0c73a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25ed5555515dd97b0dddb45a589e0e71a5c4f796..7ced48addeea5d1e0112b9d64a67c48fdb9de56f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c9c3f6acb39834d9cf78989350e07802dc93b849..20bd31b5f995ba43edb2b43dc4838ce2d5ca3e54 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 66f6e40dacd39199d8056436a7739bd95c7760d5..e6eb71a4c9ba530b127545b7b35de007b3729b19 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a35e6b178faed1043b1fdcaa17959726aae2ac0..f191187d61c80472958bc368245082e0b14a0712 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 701771049e2b50fe209b2f112d4ca1c36df10a1a..6f8d58d92ca3ab0781e4c68d478752473215d771 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 820e378fb3afd2f3a154fbb69cc4938eb1bf0489..0e730bf1e3a22085db1a907005873d7d21c7a808 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6591504fa136eac0cb3af2f21d2020d7cf35309f..8dff3870f59ce26b78a79ce8b738b8020e98eb9b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc8fd4bff5004d402344a88dcc5e4181b9dc50d0..aa0b3051cdd014ab5b041801cd65454ad4a85254 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c94f180f84425da23d0abe33502111cc603c64a2..ce491df6944993b7d90c5f4de3acf0c2ed29344e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 296c7da2593a6027b497a85a566dda76dbc7077e..eb90f73f2be04fed2be17bc1a0d714b21770147c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14c7a20c3c72bb979470770db21502f7f118819f..f09fdea1e54777c01d007791ecafd467ccb7a2c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7482291c34f4e397df61570e57ec0c63f702fc17..6862e5f1335740e62a6f3de4444b9e4f5b207d79 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03a3fa10a44e53073db25612ef16d84c0968a010..1eec3b4253549e184b39b889c34243a6721fc386 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1f491d3bd01f74842d8818e93b9bb1509397a8b..15ebee5080c912eb6a6393c51c2748f69ce04370 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 775a29374c24018bf4abee3153999543bbd7f27b..35b081aa0fa7db986e175b2a2ad71fcb0e54c585 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 63cc7e445203b7b3e9088d82e2c8343d816dba2c..8a5d1a52b8af81c614ee23cc0434dd65a4e8d89e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b924b1045501968091b904fbe6ce28750edc4c30..129ed9e31167a706b7a7bcb8fe69b6510013fa08 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80aca63d91e65b109e539bb2884600f5dca42bfc..9e9522d2016d7ab78f2694e762203159a0053ed4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6704bcb11bd2ba6a13505c089d7741b6193963c9..96fe7ade65faa945d7d68b1bbf179b17bf1f433e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 427fbf69f9675f150943ad49bc4dc5dcf2501fd4..e0bd9948b2e4ee9f2c021e6362865dce753a6037 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de73763dd74dbeb6a5d9e2b3def24b773ae7079c..8b79fcbe69540aff56df7de604b596060b53ac14 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1385c8b19a7f5266f36f7c44e7d65651d3c75069..e899aa6175babe72e5d3104ff277a8a654ae6d1e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 99c2141b8a5c2fac9e7c58d0068026ea1320e3de..aeb7dccf96993cce971cb25b1ae61e72b90e83f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30e6d9885a0d15ce184cca16ba442dadaf0b4d65..97e0fdadbf941229e9992d5e903f6fd5429b1cb3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c5bea8029dd0453df4d24ef0d0c07a01f80dbf3..0a9ba1f4aeded6f8a685384bd135cabf6d0e9366 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b70d3d896426cb7b53a4f00ab4e60a87d2ad9624..e14352dcae0552721a5861b79d353e73f5757e1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a446364dacf4443f164b643b0ba37f0193d02906..e16a7380e313c39b9dec0f3eb1027ce0f50620e6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3a3b255365d2d14d00c651b205709108d01a61d5..08987db26d8843771e740fdf5d513030141ab00c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ddb0acc4dccb0f6182475bbc9108c3d9deb23497..d4d548191c12732e4267ae5ba559dd463f78c859 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ae0c26e5ca567adc1187fc3a48089583626cd82..74c56f44d0539e83877203926f7c4b8091010203 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5a2704303218fe44bc9fb36560bfa2975a8f357..31a97e4799af058fc443006c6a64dbf9fe80440d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a92de870b1bbb4628d0d7102f1cfb7134e4ad50..c11544a74d1498c1229f65cb352b72def75e95b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e8a917ad2e8edda30e467d10bc39ff884890c86..63e75e3289bfcce52fa3ac82aac65762d2433f91 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9480188842440b6345a95e9bb6c90806f9c14544..1c96f1f687f5c3c4cd1a083e22b7eb59d4a79cbf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fee3195536361c685124121790c7d642c2458191..4b177dacf9ecf22dc9b742d27c5162acaede246d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2ce4ceeb44923375aa9189339a95119c95094e6..28022e099d4cdec8f4822e515a0eb7d31af3480f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index adda4526c023cf4bea7d0e4d3654892db582c781..982f7c3bb40e4d71568ce90758bf38b3cad62f5d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41e73891ee7cddbe040eb21966da4dd81fc7393e..29bcc83768ab40f13f441c685b094058897f7524 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4605f6f75a2bafe2d28a8e1a8529db5843953f01..2db503ef92781b874e716f34097058e00586688f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3f1770afd9efb83ddb49073677250b51679c55c..04b9109db88c0214f53828bbbf7514fd08431102 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3784c1189f2adb1b4f9e48d3ac7669a1a843cf71..9e4d83ef8de6726380acf204f435500c56c53d8d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a1e0af5bbbfb13cebfce8aac55f0416de1d15c6d..8c92023e4f23587c5ae1f5fc25c1acad6f1e43d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 63209cad31acb43c4811905139372937dd00927b..5830d2f284f841b6f0112cd29b179127e7c2123f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c22aecc10b8ddaa2c0d533adadb94dbc49183b12..ebb78a99988806eb8fb737a8ef759def3dafbb73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dce28b164cfc790d9afb6ab990ff61cb96dd4c21..84ca33530d473d904c329053b8c1235e7c1a402b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5ac2dc6a2f0f1b300e533bde9b98e15bb5449814..c4546619950ec14ab7fbf8de1d32b81711db26b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 752c0de363f4b23a10635afe443544f2d9c1161b..ced6bda6b53982df1574ea3f7ec64901fa3e5e20 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2d4411e519a25202962acb6eb5e6010658070832..d14162c9f80c86578ab61aaf1a6562664e5c5f1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 784f81b2edb904e62fe679d6fe23adeb4e5d5957..10ae98ff4204360f992148432d2e81d4ab6bf480 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 01fcf43f647d6a82643bde249500049bdd915879..02220b6660aa00495ea2efe524a2ca55fe95c168 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d46098089ccfbe1f7a8a4a119347a26741e38b7..291cd0fd593f66135bec32c9525e70f8c8ed8247 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 093a2353ee74f01818747d1157a44adf643b1b4b..8315c9357f86b7def77a323ca382142768fb8f6e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b7fbc63f9139eb57798d54d46ed8413836373464..d01222287e40b51eab9ed82ea6af0db7cde63602 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c3a66eb0f408ed2bb18c98010ac56662954a9fc2..96ab14989bb10c98fc37649e9dbcf07c0dfc11c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 446e93a7aa29837ea96a10e72c26a58c52936667..856250031f8ab946f83fd79c8154b0f30c644d6d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7da0b09e83319f9b3a8dc8df912f3a8e94a466e8..6e2478b05022dd7536bfaa46f2bf1468fba2565f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d22133d0407d2c3770c3ac6ca9d1fa33aedee08c..244c92151a81c39d0c4cf86ab54c7a89de6d7709 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c47539c79f18d574494e47546581c4c4bea6cf81..75f8e0c4b8e0310ff80043da8759a771f3c7f8d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f39851f64aadbfc643fe77e400489ed7d00ba306..10e973b96394fd4c016677b5f05c13ae638c9adb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c3c5e1604b47b92d5bddee1aa2a13f0f7561f7e..e15bf7da0b67b1a40f0b5765782a0d27e56a922d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7bb9baf948462b5b1a6ee212dd60db0cc45e433f..c02d2cd72f8e3dbb71eb0a2fc61ae6866fbfad29 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c431a5294d828f2f2df6655893fd6cf219a37c1d..09d9b7c05c2a780cf4baca2786222aa0d7e33811 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da67ea1639a694157dc5d0d1a4c67d883b520168..21ce80e946ac4ae322b829e77c619f64a41c1647 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df702fac850ec3505228ff55526b13e14baa7e21..3815a6bde1d836d6e9fc501ee0dc931c3516ce72 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f76ced98fd6baf3f3e98a4fea1c3f09a3e6e29c6..e5128259c78f18b846dbcf2d681decc0b49fa068 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 216c4051fafff6dd1d4fe2ab6e1d57fede819aba..4e9d94cafbc957f1f9039e10715f543f4730c061 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e79e545bfd952d67730a5a6ade902c8c55be8681..86a7db24867446804ce138780fda4e0a4dbff78c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index efc87b49120979a05b053060d468b425d02b5e7b..975aea3efe22dbe006f002b5509fabe16a225ca9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 47eb15e3cea686d392174911e4bf2e123118751c..b839af208ea92cd2230734c4415d73151181e969 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a56f4ed6ffb2dda510ce138284e3758b8d422ede..d6f364f2b35d6dd53d079a8cb9203b4f707b7bca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb650a9dc03826f5cbe6abf8f86c3a5286d37473..f2916bcbbc6817c70987bdf7342964dfd49ac7e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee6d89ad3c4216acadc9b36eec3ceddae2b6f15c..a2218c5a21e9657fad545c9d09d691eabb28a74a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 62003734b1d2464e420ac5cb9e1dbc8eac58a8b9..f3e71592fe7f989327662abe63f15803ebe51163 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ebe78764bab1999ce1ad652a6d3e6a477fc6d368..4acd16ad8e9d8e4ff3dee2d862782a9d16d5fc4e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 89c3b9d230028a5cd8fefe372bdb36aee1531a61..f8f91c5471b9cb1f63612baafe9000056c669263 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 35e3a50506da5c3c0da4982c38328d2a900c24ac..fa0c86e958de483a89f7c14562757761626211f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c92b9ae2350db3bcc67a4c5ff5b4be82010d1ade..3396eb1196d635b6219c098c8a6d151141cdd710 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 812993aa98da4f2281bce617133d0b09928346ae..31723cd90f9cbe88e4b12023670eadf78cfdf768 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e17afb9be3053dfaa75e56a8d727c1bd3e79fdbc..b65f1e7001537f1063c9b37215a64ee77679bc30 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06191e3d3277b8bb1e05e66097820c742e9a5565..73e0bca6f935a6d4633584986f034edaa81638da 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7e30095598bdf8cd893c8bc2bd7e4d31d4afb49a..1475df39da313f5eee4e7db704d11279ce5547c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7d483f1fd09ecbc6f0b801892ea106ee1951c956..8396a560f6ae13901f18e77ce8d6fda1e6d566c3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d8c7ff7fa4c7f0de0e177d77790d9d7d8e4cb4f..d814c0d200360f1c7302d87124f65fa3f8390c32 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db16070065eb660f9d0efb9e5c9bf2a3d0492481..d35995f83831a1728a4119f1b7bbccc98069e2de 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 11fa444efb9ea29169d1331ffd730bc3d47a2f5f..4a7fe5be42710f13d00a69b5ae3b57a021af7029 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 452211bb0dfe25230855b4c70747590f28ed1a75..8f607d02180e2408c44beaaf851fd1ad58d7c283 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0523d04c9eefb0ba94f8b0f34bc1840220081053..e0ec7e190dd0397ebade6592b8ddbd8143a4987b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06a3b8614b1e3dd83e70cbdadff38ce68d4ed4b2..111cb622dd31eb78cca6091e106d5fc713c834d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b85ebb6d9b8bed904267a55dc0f38c810a22c49..1428e9bc44f14ff1ab52f65551f4af1aa9283d34 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e7c968ea28df1db97eb7e25aece0c7e678250b61..b264a04f169dd4ee2c2659497b88b37c96b49717 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a625d9a15d710ec8237e814581f942f68f82286..f9cf3c048337b50459bd29f3d389080cdf394696 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b58bf380db0cffd71f818dbae7482821c77a482c..214253a3166fc7765cd60aea14d7f0a395cfda5f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1652982ef1e9181939becc148dd8c081cada7e35..6ecc3b449260f624cab4d28b9571982b6bd77c53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a4cc0e40672b03f7af104bd4a43f765a149c6e0..e14baeba344fc0698d400e1f66354e1a638f00ec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71817022dcd72c1d1bf02f0dff618158f56787ff..fab11039a2c83664996a1443c546eba04638b653 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2476315a074a1ca2ab2525325d50ac26bfff0e09..2e6cba69ec75c5bc4d3e8e0bb4b0795848d0f9b1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cf3e0fef1c720e981b430084f15136a55b9f6de1..f5d25748a126ae00afed6768478a466f0d78fc5a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15f56e97ceba603f9daf81f607135d5fc90c85ab..04c6dd5f83f8db7703b1a6a469aecd064ff1abd1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c04097cd8bba3d39f46ef2b6f1f702fd8113dd3d..4684afc843534e5ad65199b738717832d88e5d9c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0dc9ba8e8f429b918edb086a9700f460a9665259..415efa5e62846792beb2824aa8a2c5096464180c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d699fb713117e9962d228912188e39b94d624241..ba7964b0a194a8c86ae875cad7c0cdffb4cf05c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6aa9db5a44c75601a52285ecd1be8587f9d89641..b0348cfab672108778bd5296fc01aac80d6fe32b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e0c9b070d54aa85271cbac236483c7b5a39c3cf3..ebd7ef8df642130138f12114c8f2972fe0bea857 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2355bca99ad24322d0b2a0ab81cdc894ed426b5..c43b87a3dcbfdb8aa550eff7720a0eb79203032f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 74f64e65ea661c9e6c2895d0a2fb31bef8eaad12..148ee7bab2ebd779b0df36d915fd390481692bc6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 94c363abc926faaa905f4fb99d4d4909ea7a0942..037082868855e8eb8683e761ce8405411b6afe6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34c344f5fc1f6bbeaccf342a57450f28e0aec26e..4fcc8b48ddc1e87dee50ab4943640b435d451f59 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e44c27005e8d973619e99ba89700c7f98d0f99dd..d3c8e6c5ab0c22c88969f926f0f021aa1f46a5e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0b2f4cd4ee6222a5a027adec4a956c130db7d779..054f5961b94efa4613d9f6818411c46ce571f008 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0b8d06980346140df7a0d2447191dc9a6fd33b15..a5e5d3aff96afd4995fb03f525d8f274c8ade179 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b6b9ed756ab474732da0a432b5b3cb23044a57d..13e755e199dbd04c22688b3493f980d023b166e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ab2bcc207b34f46be13e7433a83c5cbc397662d..b0c270a4592a9dcdc14fecfebd2b2051e4d2c48f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c92d949ea3334f55a7f706e402e6bed63c14bba7..6c5ba70c4a55b66f8ad1cbd22a8d9eb48f794d0f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a08e2e5d86ae4e5794d9a77049dbd254f5981aa0..cb0370b7872b2b06643d3349c7c14986ad779e21 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41a1fcd4cca42a7a29542836409c9a5fb1d46fff..8c82700f8292b0f9ba2bb2aa170a8b8a1f97ea7a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7903ac4819672a6b2e629a47009e2b59b0ceda95..bd86b7f0fcfbd37870b9b50af7205f056507ea00 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3de93b096ef7685b6dc9b415f11ca4a7c766d5bd..2a5757c10e038351fd683fd71c423f7125dc915c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3ab3d30cc8ac31180dbaf4b8daf12cbe8257772..bdd744f2ecfbb049202aff5bc7d697b8d043eb08 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4f1cd37ed3a1e9e0dbc8e61354e1fa6598bea36c..9e035cf8cc3adb3a3a7a87822d06dcd2d67cbf7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 77b51bb7e4870d2be4074d74c9c60c5b57abb7fb..71cf0b35f85ac77df88aa24fe013db281361e629 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1228d2cbc2962bd0e5e3cf2a3d678b4aed681e9c..cc336ee4927d56783f520c4f232f5d14751ece25 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71c4e1240de18ce91500b4ce6ef41e054e3aa081..fcedbbce996fed71c76030c615d8506e60b0ad6d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e7fc678a8dbc1db23a6bf5caa971a7d997b7609c..99ce3df8a5f48619d4f7469220326621d567bb02 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 08a0794c8362113e8e98eb242d682aaa6e8272d7..f3c2931c457ee57130d28d07bdce23b30814bb5c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96790b5a91ccf1b7774ea680f941366104497875..d5510724e0ab74dd89cf497e80872a52c84bffd4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dad0f1e5bc4f7540e5df412cc0ea69b2d6249178..e65246b6b5d7aa16514ac6cdbdfbdd583eba8d68 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fac8e4829352d363369b27604f91d27a420b3d6c..9960f2fbe27f32e23ea3b93fb9d342364f06086a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2e6afc841ea53ba98bc1984aea69dc90a0816ab7..18d8a84c1a00396511c7f999d5a2edda3e6a816b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5047d6af4409ae65cd6872dd404c4cf4b2d2707..e7459246e773fdfd6569fa3c3e0d59f299398691 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 64a52d8d6bc4e865b6ef2a753bf97cd107bcf2a4..9cbcbf8663bceb38c0173511be8bf961d9bf8755 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d9c0f074ec9419c13cd641e88b5ba22ca09b805c..1d8293fc5a1916a46ca3c3aae2974e3e7058020e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1bebd34bd115878481b5d8c3b099e40444edca17..96d8d73be036ea6f86ebe842ad26166ef06ce081 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1abcecb79bc67d3e4d14a9fad70f20c143d493a8..3f3f2fe7cf8f6d68addf3465117957238125a78a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 145e54319558cd196f21e98ae6c807936a5156c3..100b65eb79d7dcef8cfcaedb20c688bce53f0e60 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 07dd99ef0276976aad1860d2f813b0814e98bc1b..597735bf7b1cf8014a7e02d4e9f8c7d60999fce2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee0c71e5e745891c664eafec4e5abcdbf0af9728..6ee3f7955ad711f61d987d3bec2d39c240194048 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3eb9cb020e27101ef853d9a0ce9fe5da7d134f84..a05290b45aa0d8570c62e2a478a4d3db4a282d01 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b93a0352ee2a789d3bde83afe1a4da2a2c35953c..343cfa28f9fe4f97a823f6fb8166fd5597f5b11a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e863d75ea02b2fa4492dc0517e311a0e3637f528..f8c81d4ea06d6c97aaf0336cba2153a6518ba09f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3583a6e85d7109cdf10274145e3889c80c7b309f..07c14ab3b9f56ec7c13ca98bec7b91c70b73240b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9217ea16a612fe43cfbd06abe114aa3ebbb8ca4d..0877b933662d584833b451e066b17e5201c3357f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be3dacd9b995954bd9d1d9b24549ab53bf6c39aa..2ec527dc5ce12c79ed5f875f593f63faa130397e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2db2f29f4b4ae3681e51f9889c8b38b620d60618..5073cd6ea0c72b7d059d8b027ca7eba21cc2116e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41d07fe93d81aaed931be4fb11443dd6884a4fd0..522f677367458cf7ec79096fa2a02efadfbe217f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a742fc3036e49283da4563f3b81ff76100e2695..f68e11982b736fa2ad2477e1048d0bb3184e988c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc392ef54e3ada94a7562027693322db50b977d1..ae58760d0d24749a5090766fb26c794fcc30739d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ab24b1dfa8eb29256f67c64ba0b6c4e4bceeb9b..6e86520aed20d4383de155bad98ce9c083852b26 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 93e1767dc573ebfbaa2a1327b5b1c546518146b5..6ffb66718e0c18f1a9f652367504fbbe137ec095 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c992ef254b8f58c4aef07f1bda592f8d8f6e1cc..1f860c37da68c77b9af002d942a63e90ebf3a1fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 844911d32f40854848ac965e693053e3bf648d9e..ea6457b56a03dcc60faf201e49ce92cccfafb246 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82afc24832264f94a1f4c8e13cf3600749efc9a2..389c79505a5cf411a6e86b116aa493c4e063c18d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 046680de625dbd9ebd9474cc17070fb02c26b9d5..a1990cf99b9277710b0c0b7843382cb5d5b196ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6432d580085f6ef38f432b7bd0bb41ce052e5104..c79f52ec5731cc69ed092e3bca13ed4cdeeba7ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ecfed9f084a0b5e625e664a5f72f5f96310decd5..67ef781534fa3cc046431ebf6c5604fed9468fd5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fe3b5709682b931b9050e958254f441582d8c148..aef6ccd5e810530cdbb0372ded1bed469392d469 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a302d64b5820eac734ede2c6bd43500e222c39c..7759cae0f388d02b6c498f59c56cc12bec34be86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bc54a9318451210503a8b43a6751191aabcedf72..7f0935f48be1008813768026c9c2f7fd68e9bf26 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b9caf4ccaf7ed5c1ab49ac9ecba6206f9555b4db..4ea19e778da531d69d4ab758de282bc46f7a992a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 39171249bda2065c9b2b9873d57f353387f59024..822aec2fe4eaf9df2d493201f420af90fa1238e2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 945abf84dbe585a367fed772897e2a1fec65733d..c1a7ae33700306385b4de1cf30413ff00e051949 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ca2e664c0f0045313a747ceabddf94e5330af52..f196a1dffa8beded94ac87e8ad30c6097a6bbf6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a2649a9ec0e80337a0b50486c34209c7b264765..10a9ed7feccf61800a0506aa4baec1d52c38e3d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f872267005fea6d3db6d05016207d4b60b3317e9..0ee7e0cdb6cdaaf917456836f001bae7129f095f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 10e3646ae472a45251168dc633246806eca0f557..1e71ac8aa79b8e7932cc3dd59092c2a79d693e74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2323c4008a18fdc1e504b4fb41435166336de800..1f34943836230ad78c5f6e32302aae8a3fdf80b2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ce22a28d14e075a0aa3533e197b674f065361f1c..0e655e83db211bfefdd0feab13da905f14b1164d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bf8041e8e2a901df459ec43c109fda0944c0d6b1..b264376e633a62ff946d774dd435064be935d93c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f86976b98402249c842e89e820a316817c01097..761d915b9b19734582063fac81bc9ef6bfb19cda 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ef97db751e77b80eef48b44488725aa3bbb5837..e9e7ffce460d9876cf76a0ba7ffe8996e2d265a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71278c659e199bcd474aad45211e2e665ccb2a67..c8e45fd7730617a8b1399c04a580add515ffad34 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2cea82937d71690c5148cd28967162facafaabc9..3703912d3f835d624b52ad36a3a770c291797530 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e795e5f8ae2f1b1ac90a4f4e998d075e36cfde3c..3907a0ae87a099467ddca47ae18d3aca213c4cad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 74c30f6f7b4eee0a62a4b5746284be346a059e88..14914288aa7a42a65a96aaa14c9ea4a801bbd688 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb1853a0cea04b26507a77f500dc4413bd924711..406125b78cf6befffd5f96428c32d1f6d019f0c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5140f33b2c71085b191c12b13f90d01681d9325b..aa6571a4d1ee97c05d8a08e45f6ecf05a899bc2c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a634f3fd78563c211eeaf8695dc58fa123d21db2..fb993e61381e622a1eb26dc8e507b81761326ed7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 182f36bd0f436a943f2f6f4905c2386b5632b61b..a0cf77932a46a8a559457e92f2b836d80395991e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0d2e70c81a9cfc97cdc6df12efb061891fc69f43..58eb8268c3e5b1a6d35eacd2551108ea551f49cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1b010a355909c92e0a9a3ebc5e0388a82b6e6b66..e9ae113328a126738fef163a67948741b879bc23 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4f73001ab354fade4aab8d75da10ea46cc2c5530..897e5ab7f19504b3789e67d6b2344e9b33d97046 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 48bfbfee63458661640a41a0f64785edef181f39..5e14512860666fcd7a173c1615ce6486e940efe3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fceed7b1f9c36089e6b85aaf2976fd1972c7a983..79d26e118bddea5f9f5248d9579d6f3407a5411e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e9743eb339f7e238223c9b3da5f17338ff5d91c1..946857bf0b467b5baf0102da2ade9cddbf943814 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e264251624eab708b72b37988fc9cc497c5ddb09..4e4adb1ec22e0f2c209d2bff853b1f05a96b2ca0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *