]> git.mxchange.org Git - friendica.git/commitdiff
Update copyright
authorBalázs Úr <balazs@urbalazs.hu>
Sun, 2 Jan 2022 07:27:47 +0000 (08:27 +0100)
committerBalázs Úr <balazs@urbalazs.hu>
Sun, 2 Jan 2022 07:27:47 +0000 (08:27 +0100)
896 files changed:
bin/auth_ejabberd.php
bin/console.php
bin/daemon.php
bin/testargs.php
bin/wait-for-connection
bin/worker.php
boot.php
include/api.php
index.php
mod/cal.php
mod/display.php
mod/editpost.php
mod/events.php
mod/follow.php
mod/item.php
mod/lostpass.php
mod/match.php
mod/message.php
mod/msearch.php
mod/notes.php
mod/oexchange.php
mod/ostatus_subscribe.php
mod/photos.php
mod/ping.php
mod/poco.php
mod/pubsub.php
mod/pubsubhubbub.php
mod/redir.php
mod/removeme.php
mod/repair_ostatus.php
mod/salmon.php
mod/settings.php
mod/share.php
mod/suggest.php
mod/tagger.php
mod/tagrm.php
mod/uimport.php
mod/unfollow.php
mod/update_contact.php
mod/update_display.php
mod/update_notes.php
mod/wall_attach.php
mod/wall_upload.php
mod/wallmessage.php
mods/fpostit/fpostit.php
src/App.php
src/App/Arguments.php
src/App/BaseURL.php
src/App/Mode.php
src/App/Page.php
src/App/Router.php
src/BaseCollection.php
src/BaseDataTransferObject.php
src/BaseEntity.php
src/BaseFactory.php
src/BaseModel.php
src/BaseModule.php
src/BaseRepository.php
src/Collection/Api/Mastodon/Emojis.php
src/Collection/Api/Mastodon/Fields.php
src/Collection/Api/Notifications.php
src/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/PhpToPo.php
src/Console/PoToPhp.php
src/Console/PostUpdate.php
src/Console/Relay.php
src/Console/ServerBlock.php
src/Console/Storage.php
src/Console/Test.php
src/Console/Typo.php
src/Console/User.php
src/Contact/FriendSuggest/Collection/FriendSuggests.php
src/Contact/FriendSuggest/Entity/FriendSuggest.php
src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php
src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php
src/Contact/FriendSuggest/Factory/FriendSuggest.php
src/Contact/FriendSuggest/Repository/FriendSuggest.php
src/Contact/Introduction/Collection/Introductions.php
src/Contact/Introduction/Entity/Introduction.php
src/Contact/Introduction/Exception/IntroductionNotFoundException.php
src/Contact/Introduction/Exception/IntroductionPersistenceException.php
src/Contact/Introduction/Factory/Introduction.php
src/Contact/Introduction/Repository/Introduction.php
src/Contact/LocalRelationship/Entity/LocalRelationship.php
src/Contact/LocalRelationship/Factory/LocalRelationship.php
src/Contact/LocalRelationship/Repository/LocalRelationship.php
src/Content/BoundariesPager.php
src/Content/ContactSelector.php
src/Content/Conversation.php
src/Content/Feature.php
src/Content/ForumManager.php
src/Content/Item.php
src/Content/Nav.php
src/Content/OEmbed.php
src/Content/PageInfo.php
src/Content/Pager.php
src/Content/Smilies.php
src/Content/Text/BBCode.php
src/Content/Text/BBCode/Video.php
src/Content/Text/HTML.php
src/Content/Text/Markdown.php
src/Content/Text/MarkdownParser.php
src/Content/Text/Plaintext.php
src/Content/Widget.php
src/Content/Widget/CalendarExport.php
src/Content/Widget/ContactBlock.php
src/Content/Widget/SavedSearches.php
src/Content/Widget/TagCloud.php
src/Content/Widget/TrendingTags.php
src/Content/Widget/VCard.php
src/Core/ACL.php
src/Core/Addon.php
src/Core/Cache/Capability/ICanCache.php
src/Core/Cache/Capability/ICanCacheInMemory.php
src/Core/Cache/Enum/Duration.php
src/Core/Cache/Enum/Type.php
src/Core/Cache/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/Factory/Config.php
src/Core/Config/Repository/Config.php
src/Core/Config/Type/AbstractConfig.php
src/Core/Config/Type/JitConfig.php
src/Core/Config/Type/PreloadConfig.php
src/Core/Config/Util/ConfigFileLoader.php
src/Core/Config/ValueObject/Cache.php
src/Core/Console.php
src/Core/Hook.php
src/Core/Installer.php
src/Core/L10n.php
src/Core/Lock/Capability/ICanLock.php
src/Core/Lock/Enum/Type.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/Factory/Logger.php
src/Core/Logger/Handler/ErrorHandler.php
src/Core/Logger/Type/AbstractLogger.php
src/Core/Logger/Type/Monolog/DevelopHandler.php
src/Core/Logger/Type/Monolog/IntrospectionProcessor.php
src/Core/Logger/Type/ProfilerLogger.php
src/Core/Logger/Type/StreamLogger.php
src/Core/Logger/Type/SyslogLogger.php
src/Core/Logger/Type/WorkerLogger.php
src/Core/Logger/Util/Introspection.php
src/Core/PConfig/Capability/IManagePersonalConfigValues.php
src/Core/PConfig/Factory/PConfig.php
src/Core/PConfig/Repository/PConfig.php
src/Core/PConfig/Type/AbstractPConfigValues.php
src/Core/PConfig/Type/JitPConfig.php
src/Core/PConfig/Type/PreloadPConfig.php
src/Core/PConfig/ValueObject/Cache.php
src/Core/Protocol.php
src/Core/Renderer.php
src/Core/Search.php
src/Core/Session.php
src/Core/Session/Capability/IHandleSessions.php
src/Core/Session/Factory/Session.php
src/Core/Session/Handler/Cache.php
src/Core/Session/Handler/Database.php
src/Core/Session/Type/AbstractSession.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/UserImport.php
src/Core/Worker.php
src/Core/Worker/Entity/Process.php
src/Core/Worker/Exception/ProcessPersistenceException.php
src/Core/Worker/Factory/Process.php
src/Core/Worker/Repository/Process.php
src/DI.php
src/Database/DBA.php
src/Database/DBStructure.php
src/Database/Database.php
src/Database/PostUpdate.php
src/Database/View.php
src/Factory/Api/Friendica/Activities.php
src/Factory/Api/Mastodon/Account.php
src/Factory/Api/Mastodon/Application.php
src/Factory/Api/Mastodon/Attachment.php
src/Factory/Api/Mastodon/Card.php
src/Factory/Api/Mastodon/Conversation.php
src/Factory/Api/Mastodon/Emoji.php
src/Factory/Api/Mastodon/Error.php
src/Factory/Api/Mastodon/Field.php
src/Factory/Api/Mastodon/FollowRequest.php
src/Factory/Api/Mastodon/ListEntity.php
src/Factory/Api/Mastodon/Mention.php
src/Factory/Api/Mastodon/Notification.php
src/Factory/Api/Mastodon/Relationship.php
src/Factory/Api/Mastodon/ScheduledStatus.php
src/Factory/Api/Mastodon/Status.php
src/Factory/Api/Mastodon/Subscription.php
src/Factory/Api/Mastodon/Tag.php
src/Factory/Api/Twitter/Attachment.php
src/Factory/Api/Twitter/Hashtag.php
src/Factory/Api/Twitter/Media.php
src/Factory/Api/Twitter/Mention.php
src/Factory/Api/Twitter/Status.php
src/Factory/Api/Twitter/Url.php
src/Factory/Api/Twitter/User.php
src/LegacyModule.php
src/Model/APContact.php
src/Model/Attach.php
src/Model/Contact.php
src/Model/Contact/Group.php
src/Model/Contact/Introduction.php
src/Model/Contact/Relation.php
src/Model/Contact/User.php
src/Model/Conversation.php
src/Model/Event.php
src/Model/FContact.php
src/Model/FileTag.php
src/Model/GServer.php
src/Model/Group.php
src/Model/Item.php
src/Model/ItemURI.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/Category.php
src/Model/Post/Content.php
src/Model/Post/Delayed.php
src/Model/Post/DeliveryData.php
src/Model/Post/Link.php
src/Model/Post/Media.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/Module/AccountManagementControlDocument.php
src/Module/Acctlink.php
src/Module/ActivityPub/Followers.php
src/Module/ActivityPub/Following.php
src/Module/ActivityPub/Inbox.php
src/Module/ActivityPub/Objects.php
src/Module/ActivityPub/Outbox.php
src/Module/Admin/Addons/Details.php
src/Module/Admin/Addons/Index.php
src/Module/Admin/BaseUsers.php
src/Module/Admin/Blocklist/Contact.php
src/Module/Admin/Blocklist/Server/Add.php
src/Module/Admin/Blocklist/Server/Index.php
src/Module/Admin/DBSync.php
src/Module/Admin/Features.php
src/Module/Admin/Federation.php
src/Module/Admin/Item/Delete.php
src/Module/Admin/Item/Source.php
src/Module/Admin/Logs/Settings.php
src/Module/Admin/Logs/View.php
src/Module/Admin/PhpInfo.php
src/Module/Admin/Queue.php
src/Module/Admin/Site.php
src/Module/Admin/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/Admin/Users/Active.php
src/Module/Admin/Users/Blocked.php
src/Module/Admin/Users/Create.php
src/Module/Admin/Users/Deleted.php
src/Module/Admin/Users/Index.php
src/Module/Admin/Users/Pending.php
src/Module/Api/Friendica/Activity.php
src/Module/Api/Friendica/DirectMessages/Setseen.php
src/Module/Api/Friendica/Events/Index.php
src/Module/Api/Friendica/Group/Delete.php
src/Module/Api/Friendica/Group/Update.php
src/Module/Api/Friendica/Index.php
src/Module/Api/Friendica/Notification.php
src/Module/Api/Friendica/Notification/Seen.php
src/Module/Api/Friendica/Photo/Delete.php
src/Module/Api/Friendica/Photoalbum/Delete.php
src/Module/Api/Friendica/Photoalbum/Update.php
src/Module/Api/Friendica/Profile/Show.php
src/Module/Api/GNUSocial/GNUSocial/Config.php
src/Module/Api/GNUSocial/GNUSocial/Version.php
src/Module/Api/GNUSocial/Help/Test.php
src/Module/Api/GNUSocial/Statusnet/Conversation.php
src/Module/Api/Mastodon/Accounts.php
src/Module/Api/Mastodon/Accounts/Block.php
src/Module/Api/Mastodon/Accounts/FeaturedTags.php
src/Module/Api/Mastodon/Accounts/Follow.php
src/Module/Api/Mastodon/Accounts/Followers.php
src/Module/Api/Mastodon/Accounts/Following.php
src/Module/Api/Mastodon/Accounts/IdentityProofs.php
src/Module/Api/Mastodon/Accounts/Lists.php
src/Module/Api/Mastodon/Accounts/Mute.php
src/Module/Api/Mastodon/Accounts/Note.php
src/Module/Api/Mastodon/Accounts/Relationships.php
src/Module/Api/Mastodon/Accounts/Search.php
src/Module/Api/Mastodon/Accounts/Statuses.php
src/Module/Api/Mastodon/Accounts/Unblock.php
src/Module/Api/Mastodon/Accounts/Unfollow.php
src/Module/Api/Mastodon/Accounts/Unmute.php
src/Module/Api/Mastodon/Accounts/UpdateCredentials.php
src/Module/Api/Mastodon/Accounts/VerifyCredentials.php
src/Module/Api/Mastodon/Announcements.php
src/Module/Api/Mastodon/Apps.php
src/Module/Api/Mastodon/Apps/VerifyCredentials.php
src/Module/Api/Mastodon/Blocks.php
src/Module/Api/Mastodon/Bookmarks.php
src/Module/Api/Mastodon/Conversations.php
src/Module/Api/Mastodon/Conversations/Read.php
src/Module/Api/Mastodon/CustomEmojis.php
src/Module/Api/Mastodon/Directory.php
src/Module/Api/Mastodon/Endorsements.php
src/Module/Api/Mastodon/Favourited.php
src/Module/Api/Mastodon/Filters.php
src/Module/Api/Mastodon/FollowRequests.php
src/Module/Api/Mastodon/Instance.php
src/Module/Api/Mastodon/Instance/Peers.php
src/Module/Api/Mastodon/Instance/Rules.php
src/Module/Api/Mastodon/Lists.php
src/Module/Api/Mastodon/Lists/Accounts.php
src/Module/Api/Mastodon/Markers.php
src/Module/Api/Mastodon/Media.php
src/Module/Api/Mastodon/Mutes.php
src/Module/Api/Mastodon/Notifications.php
src/Module/Api/Mastodon/Notifications/Clear.php
src/Module/Api/Mastodon/Notifications/Dismiss.php
src/Module/Api/Mastodon/Preferences.php
src/Module/Api/Mastodon/Proofs.php
src/Module/Api/Mastodon/PushSubscription.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/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/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.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/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/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/Statuses.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/BaseNotifications.php
src/Module/BaseProfile.php
src/Module/BaseSearch.php
src/Module/BaseSettings.php
src/Module/Bookmarklet.php
src/Module/Contact.php
src/Module/Contact/Advanced.php
src/Module/Contact/Conversations.php
src/Module/Contact/Hovercard.php
src/Module/Contact/Media.php
src/Module/Contact/Posts.php
src/Module/Contact/Profile.php
src/Module/Contact/Revoke.php
src/Module/Conversation/Community.php
src/Module/Credits.php
src/Module/DFRN/Notify.php
src/Module/DFRN/Poll.php
src/Module/Debug/ActivityPubConversion.php
src/Module/Debug/Babel.php
src/Module/Debug/Feed.php
src/Module/Debug/ItemBody.php
src/Module/Debug/Localtime.php
src/Module/Debug/Probe.php
src/Module/Debug/WebFinger.php
src/Module/Delegation.php
src/Module/Diaspora/Fetch.php
src/Module/Diaspora/Receive.php
src/Module/Directory.php
src/Module/Feed.php
src/Module/Filer/RemoveTag.php
src/Module/Filer/SaveTag.php
src/Module/FriendSuggest.php
src/Module/Friendica.php
src/Module/Group.php
src/Module/HCard.php
src/Module/HTTPException/MethodNotAllowed.php
src/Module/HTTPException/PageNotFound.php
src/Module/Hashtag.php
src/Module/Help.php
src/Module/Home.php
src/Module/Install.php
src/Module/Invite.php
src/Module/Item/Activity.php
src/Module/Item/Compose.php
src/Module/Item/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/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/OAuth/Acknowledge.php
src/Module/OAuth/Authorize.php
src/Module/OAuth/Revoke.php
src/Module/OAuth/Token.php
src/Module/Oembed.php
src/Module/OpenSearch.php
src/Module/Owa.php
src/Module/ParseUrl.php
src/Module/Photo.php
src/Module/Profile/Common.php
src/Module/Profile/Contacts.php
src/Module/Profile/Index.php
src/Module/Profile/Media.php
src/Module/Profile/Profile.php
src/Module/Profile/Schedule.php
src/Module/Profile/Status.php
src/Module/Proxy.php
src/Module/PublicRSAKey.php
src/Module/RandomProfile.php
src/Module/ReallySimpleDiscovery.php
src/Module/Register.php
src/Module/RemoteFollow.php
src/Module/RobotsTxt.php
src/Module/Search/Acl.php
src/Module/Search/Directory.php
src/Module/Search/Index.php
src/Module/Search/Saved.php
src/Module/Security/Login.php
src/Module/Security/Logout.php
src/Module/Security/OpenID.php
src/Module/Security/TwoFactor/Recovery.php
src/Module/Security/TwoFactor/Verify.php
src/Module/Settings/Delegation.php
src/Module/Settings/Display.php
src/Module/Settings/Profile/Index.php
src/Module/Settings/Profile/Photo/Crop.php
src/Module/Settings/Profile/Photo/Index.php
src/Module/Settings/TwoFactor/AppSpecific.php
src/Module/Settings/TwoFactor/Index.php
src/Module/Settings/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/Verify.php
src/Module/Settings/UserExport.php
src/Module/Smilies.php
src/Module/Special/HTTPException.php
src/Module/Statistics.php
src/Module/Theme.php
src/Module/ThemeDetails.php
src/Module/ToggleMobile.php
src/Module/Tos.php
src/Module/Update/Community.php
src/Module/Update/Profile.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/FormattedNotifications.php
src/Navigation/Notifications/Collection/Notifications.php
src/Navigation/Notifications/Collection/Notifies.php
src/Navigation/Notifications/Factory/FormattedNotification.php
src/Navigation/Notifications/Factory/Introduction.php
src/Navigation/Notifications/ValueObject/FormattedNotification.php
src/Navigation/Notifications/ValueObject/Introduction.php
src/Network/HTTPClient/Capability/ICanSendHttpRequests.php
src/Network/HTTPClient/Client/HttpClient.php
src/Network/HTTPClient/Response/CurlResult.php
src/Network/HTTPException.php
src/Network/HTTPException/AcceptedException.php
src/Network/HTTPException/BadGatewayException.php
src/Network/HTTPException/BadRequestException.php
src/Network/HTTPException/ConflictException.php
src/Network/HTTPException/ExpectationFailedException.php
src/Network/HTTPException/ForbiddenException.php
src/Network/HTTPException/FoundException.php
src/Network/HTTPException/GatewayTimeoutException.php
src/Network/HTTPException/GoneException.php
src/Network/HTTPException/ImATeapotException.php
src/Network/HTTPException/InternalServerErrorException.php
src/Network/HTTPException/LenghtRequiredException.php
src/Network/HTTPException/MethodNotAllowedException.php
src/Network/HTTPException/MovedPermanentlyException.php
src/Network/HTTPException/NoContentException.php
src/Network/HTTPException/NonAcceptableException.php
src/Network/HTTPException/NotFoundException.php
src/Network/HTTPException/NotImplementedException.php
src/Network/HTTPException/NotModifiedException.php
src/Network/HTTPException/OKException.php
src/Network/HTTPException/PreconditionFailedException.php
src/Network/HTTPException/ServiceUnavailableException.php
src/Network/HTTPException/TemporaryRedirectException.php
src/Network/HTTPException/TooManyRequestsException.php
src/Network/HTTPException/UnauthorizedException.php
src/Network/HTTPException/UnprocessableEntityException.php
src/Network/HTTPException/UnsupportedMediaTypeException.php
src/Network/Probe.php
src/Object/Api/Friendica/Notification.php
src/Object/Api/Mastodon/Account.php
src/Object/Api/Mastodon/Activity.php
src/Object/Api/Mastodon/Application.php
src/Object/Api/Mastodon/Attachment.php
src/Object/Api/Mastodon/Card.php
src/Object/Api/Mastodon/Conversation.php
src/Object/Api/Mastodon/Emoji.php
src/Object/Api/Mastodon/Error.php
src/Object/Api/Mastodon/Field.php
src/Object/Api/Mastodon/FollowRequest.php
src/Object/Api/Mastodon/Instance.php
src/Object/Api/Mastodon/ListEntity.php
src/Object/Api/Mastodon/Mention.php
src/Object/Api/Mastodon/Notification.php
src/Object/Api/Mastodon/Preferences.php
src/Object/Api/Mastodon/Relationship.php
src/Object/Api/Mastodon/ScheduledStatus.php
src/Object/Api/Mastodon/Stats.php
src/Object/Api/Mastodon/Status.php
src/Object/Api/Mastodon/Status/Counts.php
src/Object/Api/Mastodon/Status/UserAttributes.php
src/Object/Api/Mastodon/Subscription.php
src/Object/Api/Mastodon/Tag.php
src/Object/Api/Mastodon/Token.php
src/Object/Api/Twitter/Attachment.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/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/Processor.php
src/Protocol/ActivityPub/Receiver.php
src/Protocol/ActivityPub/Transmitter.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
src/Protocol/Email.php
src/Protocol/Feed.php
src/Protocol/OStatus.php
src/Protocol/Relay.php
src/Protocol/Salmon.php
src/Render/FriendicaSmarty.php
src/Render/FriendicaSmartyEngine.php
src/Render/TemplateEngine.php
src/Security/Authentication.php
src/Security/BasicAuth.php
src/Security/OAuth.php
src/Security/PermissionSet/Collection/PermissionSets.php
src/Security/PermissionSet/Entity/PermissionSet.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/Factory/TrustedBrowser.php
src/Security/TwoFactor/Model/AppSpecificPassword.php
src/Security/TwoFactor/Model/RecoveryCode.php
src/Security/TwoFactor/Model/TrustedBrowser.php
src/Security/TwoFactor/Repository/TrustedBrowser.php
src/Util/ACLFormatter.php
src/Util/Arrays.php
src/Util/BasePath.php
src/Util/Crypto.php
src/Util/DateTimeFormat.php
src/Util/EMailer/MailBuilder.php
src/Util/EMailer/NotifyMailBuilder.php
src/Util/EMailer/SystemMailBuilder.php
src/Util/Emailer.php
src/Util/FileSystem.php
src/Util/HTTPHeaders.php
src/Util/HTTPInputData.php
src/Util/HTTPSignature.php
src/Util/Images.php
src/Util/JsonLD.php
src/Util/LDSignature.php
src/Util/Map.php
src/Util/Mimetype.php
src/Util/Network.php
src/Util/ParseUrl.php
src/Util/PidFile.php
src/Util/Profiler.php
src/Util/Proxy.php
src/Util/Strings.php
src/Util/Temporal.php
src/Util/XML.php
src/Worker/APDelivery.php
src/Worker/AddContact.php
src/Worker/CheckDeletedContacts.php
src/Worker/CheckVersion.php
src/Worker/CleanWorkerQueue.php
src/Worker/ClearCache.php
src/Worker/Contact/Remove.php
src/Worker/Contact/RemoveContent.php
src/Worker/ContactDiscovery.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/ExpireAndRemoveUsers.php
src/Worker/ExpireConversations.php
src/Worker/ExpirePosts.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/ProfileUpdate.php
src/Worker/PubSubPublish.php
src/Worker/PullDirectory.php
src/Worker/PushSubscription.php
src/Worker/RemoveUnusedAvatars.php
src/Worker/RemoveUnusedContacts.php
src/Worker/RemoveUser.php
src/Worker/SearchDirectory.php
src/Worker/SpoolPost.php
src/Worker/UpdateContact.php
src/Worker/UpdateContactBirthdays.php
src/Worker/UpdateContacts.php
src/Worker/UpdateGServer.php
src/Worker/UpdateGServers.php
src/Worker/UpdatePhotoAlbums.php
src/Worker/UpdateServerDirectories.php
src/Worker/UpdateServerDirectory.php
src/Worker/UpdateServerPeers.php
static/dbstructure.config.php
static/dbview.config.php
static/defaults.config.php
static/dependencies.config.php
static/env.config.php
static/routes.config.php
static/settings.config.php
tests/DatabaseTest.php
tests/DatabaseTestTrait.php
tests/DiceHttpMockHandlerTrait.php
tests/MockedTest.php
tests/Util/AuthenticationDouble.php
tests/Util/Database/ExtendedPDO.php
tests/Util/Database/StaticDatabase.php
tests/Util/DateTimeFormatMockTrait.php
tests/Util/HTTPInputDataDouble.php
tests/Util/Intercept.php
tests/Util/RendererMockTrait.php
tests/Util/SampleMailBuilder.php
tests/Util/SampleStorageBackend.php
tests/Util/SampleStorageBackendInstance.php
tests/Util/StaticCookie.php
tests/Util/VFSTrait.php
tests/bootstrap.php
tests/datasets/api.fixture.php
tests/datasets/storage/database.fixture.php
tests/functional/DependencyCheckTest.php
tests/src/App/ArgumentsTest.php
tests/src/App/ModeTest.php
tests/src/App/RouterTest.php
tests/src/Console/AutomaticInstallationConsoleTest.php
tests/src/Console/ConfigConsoleTest.php
tests/src/Console/ConsoleTest.php
tests/src/Console/LockConsoleTest.php
tests/src/Console/ServerBlockConsoleTest.php
tests/src/Content/ItemTest.php
tests/src/Content/PageInfoMock.php
tests/src/Content/PageInfoTest.php
tests/src/Content/Text/BBCode/VideoTest.php
tests/src/Content/Text/BBCodeTest.php
tests/src/Content/Text/HTMLTest.php
tests/src/Content/Text/MarkdownTest.php
tests/src/Core/Cache/APCuCacheTest.php
tests/src/Core/Cache/ArrayCacheTest.php
tests/src/Core/Cache/CacheTest.php
tests/src/Core/Cache/DatabaseCacheTest.php
tests/src/Core/Cache/MemcacheCacheTest.php
tests/src/Core/Cache/MemcachedCacheTest.php
tests/src/Core/Cache/MemoryCacheTest.php
tests/src/Core/Cache/RedisCacheTest.php
tests/src/Core/Config/Cache/CacheTest.php
tests/src/Core/Config/Cache/ConfigFileLoaderTest.php
tests/src/Core/Config/ConfigTest.php
tests/src/Core/Config/JitConfigTest.php
tests/src/Core/Config/PreloadConfigTest.php
tests/src/Core/InstallerTest.php
tests/src/Core/L10nTest.php
tests/src/Core/Lock/APCuCacheLockTest.php
tests/src/Core/Lock/ArrayCacheLockTest.php
tests/src/Core/Lock/DatabaseLockDriverTest.php
tests/src/Core/Lock/LockTest.php
tests/src/Core/Lock/MemcacheCacheLockTest.php
tests/src/Core/Lock/MemcachedCacheLockTest.php
tests/src/Core/Lock/RedisCacheLockTest.php
tests/src/Core/Lock/SemaphoreLockTest.php
tests/src/Core/Logger/AbstractLoggerTest.php
tests/src/Core/Logger/LoggerDataTrait.php
tests/src/Core/Logger/ProfilerLoggerTest.php
tests/src/Core/Logger/StreamLoggerTest.php
tests/src/Core/Logger/SyslogLoggerTest.php
tests/src/Core/Logger/SyslogLoggerWrapper.php
tests/src/Core/Logger/WorkerLoggerTest.php
tests/src/Core/PConfig/Cache/CacheTest.php
tests/src/Core/PConfig/JitPConfigTest.php
tests/src/Core/PConfig/PConfigTest.php
tests/src/Core/PConfig/PreloadPConfigTest.php
tests/src/Core/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/Database/DBStructureTest.php
tests/src/Model/FileTagTest.php
tests/src/Model/Log/ParsedLogIteratorTest.php
tests/src/Model/User/CookieTest.php
tests/src/Model/UserTest.php
tests/src/Module/Api/ApiTest.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/Twitter/ContactEndpointMock.php
tests/src/Module/Api/Twitter/ContactEndpointTest.php
tests/src/Network/HTTPClient/Response/CurlResultTest.php
tests/src/Object/Log/ParsedLogLineTest.php
tests/src/Protocol/ActivityPub/ProcessorMock.php
tests/src/Protocol/ActivityTest.php
tests/src/Util/ACLFormaterTest.php
tests/src/Util/ArraysTest.php
tests/src/Util/CryptoTest.php
tests/src/Util/DateTimeFormatTest.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/JsonLDTest.php
tests/src/Util/ProfilerTest.php
tests/src/Util/StringsTest.php
tests/src/Util/XmlTest.php
update.php
view/lang/C/messages.po
view/lang/ar/messages.po
view/lang/bg/messages.po
view/lang/ca/messages.po
view/lang/cs/messages.po
view/lang/de/messages.po
view/lang/en-gb/messages.po
view/lang/en-us/messages.po
view/lang/eo/messages.po
view/lang/es/messages.po
view/lang/et/messages.po
view/lang/fi-fi/messages.po
view/lang/fr/messages.po
view/lang/hu/messages.po
view/lang/is/messages.po
view/lang/it/messages.po
view/lang/ja/messages.po
view/lang/nb-no/messages.po
view/lang/nl/messages.po
view/lang/pl/messages.po
view/lang/pt-br/messages.po
view/lang/ro/messages.po
view/lang/ru/messages.po
view/lang/sv/messages.po
view/lang/zh-cn/messages.po
view/php/none.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/quattro/style.php
view/theme/vier/style.php

index 88e5d034cb34d86101bf0ebe3bd1fbe0c011c831..14ed7b0b2808b1f7bd2f1858aa7ff7654dd9b508 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 35f0b5feefcf3820bfaca4739cca5eaee7e64e49..3e588acd6dc99d16ff779ff149f4aa26c4625e4c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 490a92ab84bb160449268e64cfff792ae2b61a84..c7a16a9e8d5b0952f732160ec1e63ad977ba291a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 55197f63a3d2641dea57aa6db314b25270a7cd7c..fd671828a8e28833c4d64af6b7b57d5bf7585cb5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f0fd8cc60fd9fc71692490e9c682edc40b523272..388a660b8830782ffba8983859e8404922882a53 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/php
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 877f1333e040d37fd1e221afe4c42e5e58082214..1251057b0f07525cfefdcf1f4454bd561c2172fb 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a185a6b5094dc5dd66ff6ffccdf732e5e57e38b9..447b129b4c944fff304b0275b52582c82cc691bc 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9b9850f6facef2afe5a004a8544e8bd67f017735..21ba6569d083efdf80e5fa293d8cefcbb98cb630 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fa4c91aa3659241227b7e5cbdb9a23346789d84d..ba990532b824ba1b8998e5f6360a4a6799eda1e4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 75fe87e7463f3568062f5f9faeb80d875eeeadca..ebf78e77f6cf3ff9633f3d4403009ee7a2a930dd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3181d5b450a29d7ca75940a10724a0b17e5b7dd2..5b4ad5d20d771ce77bd8c9749360aaa0d8af9c34 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f9041811e3875a7b2e52f3d7892cc6fa2f91b1e..ae5f55e9052df6ced69f18abc1e924a00f53a92d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1b8a509b7015f9c7b9417734494de8350401886e..4db595ccc071232f845bce048b71b895b89a097d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6227c0304cb8792b45e8cda332bbcd8a054d6693..818a1ae5e95c7dd6ac0291655a2d50799ef5d526 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da3eb16c3087b9e0982a6dc238865de3b60bc3df..a531d40936a82b918d1f179c5174dd1e01edf37d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ffe000be2c26d655e6ba5a12111a5f912802c86..6aa76e0cc6c4ee45d9d0bfd3a06e52055283f1e3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f74b8d3a439955968202c13fb6536dc3fea589e..02ee0c3339241bc2a5a490a5238cf3d8695da6ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d431668b94e072822d6a653c2c276e1f4144047f..a007de8d84f5037201b9a8a4bc1b6eb0948d2dbc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 969446ffb524968f77f0acf1afd2528832abf23a..d29a2fc6472bd376849e527f55079d1ce4932a34 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5996c140f19e52bdacb92940b8f2323c4097c360..b5bdbf870f8c2031031620c57a792c9eedb354ec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15cef9ce0d14341fac76f54a3d19e88b6435aa18..31306a608e9e378c7e4465b7ddb8f98e95fb6269 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 20ac8a36e86289b891da8606ed138df1deadf81e..f4d5077c0ad7b4a379ebcdd014288066d9ed2806 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d756583159bb4ea72102bb80a8ce33647bf02e4..63956418b8949585e0c8bbbb0a9d6c2ffd8be5b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fce4cbcf01b5b2a37a8ef7a9d66d08323b612205..5399129d43e8cc2b2a8bc76f276ffa78ddcd31eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 651b9938b9dde0a077ca3bf93078fc417628ecb7..bd11e0971a2191a53ec3a184ea94004f1f507382 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f8f62754de8630359453f560530e2239e03736d0..7d5c70a54cd682251dce2a9d8eff069ef83a22b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6cd95995043049b9bc3e84adb1603267427e76dc..583167bbb036ac2d0e60642e85b27ae17e0d4c32 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e96a58b63a965f50ef70016481be5b38c46f3571..fe0da9e664a5f796cc5ae7f1ee553d84d0c137c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bdc49ab745ebb7cddc14beb0881a8edad0cb636a..ae441e59364d0c5d7b8f820ed0ca69e610ceac19 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9504a3fcf481648fd58348b16e002abfcafecef8..b2ca6121853fea1f2e59aee1015da20cc3055f4f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 388d4854dd245d52faa73b884aec68233a76ab64..a4eb3f81e2631ac19f584e3ff3cc1d743a0d4785 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 632517f16554e7e86d29850c0af7db6928bacd68..111e52330261d9c82084588f00b71e1d19a25d84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 571fe1e4d695f4fc5ff6d174c7dccf7cf23e4ae1..b18655aef88f16561c8da97cf6035e76115a2c9f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c18de1bd3dc46ea26db8c113ca225afd25629946..adf41c0c60c6cadd501d0500409ef331a5f52ba6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d55e34f78bd1d2dfa1f68ade73b5d6c939d07e00..310e3c6140347851bd3f59ff75186a49d8da1593 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 32cb19e691a461c97298e7b6300c79e6f53c8d00..fdf3ef4f8f4cfee64f55056fd07651737c644c18 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a00bf250873c7165048495c364d8a5470f4475b3..fb1ef25c34c11186aa1bb2c9d7f9eab1a6500893 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6337211648c257f99ca38c71807dd905b7da3093..0aa8a87b50865d3bc9715fe6d1d334d32a3f3704 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8eeb9facf1b81f7c2d83f7a0f4345d0ef32d4f5b..51c7562ef9dc743e3961d02fb56b6c5633885d96 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 554e4b94f7fcf4fb92be154204b045a8901991c1..581d5d97a2535c227a9c8b2ecd006d4ca0c9e1bf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 641f7db8be9017ed01493a96e1bbc12dfcdbde45..71650fe21a04bbabe87a0e7c40790939ab50f4b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e9591c228bc56e1985407100aaa15c163cf34be7..98dc3e1cba548458405bcfed3bd29b7f0890cd8b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a23664ed87fe0b4f6fc05f713ffb61311605a53..a9828e61f94333b478b4984ffe694c184fc2d62b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3f9d24ac35cffd65b1b3b19fd2c754a852b86672..4089279cf7a5795a1b30a1000ab67e742e8aaf2b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fade3dd9a83b8457769bfcd37ce6ff3e542df2bd..ce66d3180a759c6516b0812d5587f23791852184 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a17fb3ec388cd64ab06175eb19b740279e308982..c44656c4ee17eaddcceaa3f5b21ece82e132a651 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 19f8e9212310d8cef413d544a4e1b4d92adf44f9..ef1ed928563ea72665f17138c2776d0c012ea8d9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71f51fe2eafc1487e086603814f2dba528567147..9a8348510de65d8993de6480c1c8d1bb8f390c3c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 79cbb0f93e2e0100c3255bcee9865c58b0f237f5..3e7b9f0d1679a0fa07a362c8393c785d0d1452e9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 479abfed92dc16ccaefe1aa85ce7e4f4ddec18a1..1076142b744138557c9cc26f0b515d6d2a28a865 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b13334ae08ec083e8983677ce033933afde065ab..70e31687eeeae13a45354d77936e684737b51f18 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d2212e244b921d3e6ec18fbcb0e03eb79f0e6861..0bf46f0dcb73d95d3639afe60f58a3a56ff85c54 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1407a540f75d67c40f49749683ef6f0f398b697..b2aa19b0671dbe06188dacfa5f4c7ac5799367f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2ee22b1bb0da93056aa1b7d27e0a5a6f1fb20fb7..8e8938febc51be2e975ee26a794e3121db9a04a8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aefcfd18a454c5268b3c0593ac91efdfff1cb170..16fc4712752fcc63cb298a5061ca4fa4f8b4583c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 61b6e192a5123bf51f2d83f12da6ab90d9e36d65..768e9e9e53d5190e4f9277e9e7531b2d9284e5c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7dcd821e49510c33c68669d51816bb45e747effe..08efff3d7858f4dec0a07c2536e4715c4c8f3957 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b86eff983a003c438e513d3c35016e7b4606396b..3e8c2c292c0aebb02a4c99c399ba3fc787d4389f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37be528505d49123bc2b1e78729151f383a27d0e..e2011cc364120af6b80545b1b56d0faf3fd857b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 759b2e472a4ad637f75a876b8e5a1cac91953ed8..0ae7544e77920f3d84f08390f691abaf07726694 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7df59bda4c44122d1aba1dde5273fcd5c906ccd7..f44ba6000f62a0ab65ac16dfe64e10fe660a997f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e3ccc4811983bf4cc1bb0a5398bc4f919ff8890b..4990d99e0bdd9de1141f181ea3ed84e5db726c75 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8be1b34cf973f3565e3b30a258ffe40c1a82feeb..e80cc66147d9322bad7dc1836760f606fbcc9e1e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 560832c9ce17f0305d45b7216b42699369739989..e02d2225a2234698f741fdb5e866039bd3c54db4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9b2d251973090824fbb1ba8e4500340170f2b2a7..0a38f607f48674d2406c0a7edb035af1516f70bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ae0a9b11ad23cc58bfb7e93a9248caeaa802e339..11f7f87ced01f35045b1803d7061d826e34981e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 244988cfbd36028bf7dd080cb24ea658fda9adcb..f7cdeaa3ef0110c8c04ab7d70aa1e81696049784 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be301746c1ac3a3512cb2cb2a84b1dee796d49ed..a79e3a622dce9de67d76d14a7d76711611ab34bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba21e8b2af10643c72992db3e83497aaad503a02..9e9eb149707fda267daf779cd97b8782609ca510 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1b9d6ed2b6f1c3aae7ddaa35f1712cf47d6647bc..1d651f64130e6027a028a929e56438ad5dcd0088 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b09a6b1734a4f49b8db1b58d68fbcd1bf71ef7e..e4b895dead3c7471ca40fc5394e380f88d41bdb8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0dcb180edc49d9bf15691aecb757e760418c7576..39ce6d30149e636564c9930c590f93c10f00ee68 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2e65109e8b892ae27ee908346cfaad4f42a6ce12..a493bbcb86d32ffdb8383f837a73909f48d1bae8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c43213fba8f1bdb6513286b602631c2b2eeb2591..eea5d51e10fa252bba1432c004786cd8b89e3018 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29ae120f7d88f4b9f050fc87798f840dbfefcdf6..7e731828466d8d2f5b176bb9f149948c389007b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04258331319f707a598ffc0debcf0ed836129477..a6667048f432c375e969445d9bebc0d5b23716a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -99,7 +99,7 @@ HELP;
 
                $out = '';
                $out .= "# FRIENDICA Distributed Social Network\n";
-               $out .= "# Copyright (C) 2010-2021, the Friendica project\n";
+               $out .= "# Copyright (C) 2010-2022, the Friendica project\n";
                $out .= "# This file is distributed under the same license as the Friendica package.\n";
                $out .= "# \n";
                $out .= 'msgid ""' . "\n";
index 3879945f8409520a0c1bf45036565ed6490d9f4e..b67327826b72d6dc9e58b4018d5f31fcac3f6983 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0f1da08ebcd8d276a8f5340f0d8b2f4ebadc24f..376d3abb4b0354f6a4463b1785e9fa054626a7f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d6d60bf7ad920fea1774386266d07e9b93028daa..4f6bbc6b6b7c54ca1301ccb107beea18d936798f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2bf5fe1ab1b0c5224c2d7f2c98d0a176abaaa024..9bf2c0eccafe5b4b65f646404574d8d71ff9ef44 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a4342e4b4113b03cf1601a61a55b6e0c61d784c6..d5af7c51356ece6e33f3f1e0ed1e429544050720 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 965438d8abd77ceede6d2a0f0d7496816c5b5773..86a317d8addbf3f08bd62f17c2c771608072d030 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index 488e362aaf83ec573314019a37c749e4dc6ea2cf..1397f6092fa97f7b39d29ff90673ad90e5b83562 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5cf15747e223be8165fb0851166f7ca4e9e79485..1c1d26b0a9d773bffeab5d6a800a844e012301f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be896ad0d8839095fa0f14cbdb76b55ba047366b..dc080d464cde39798db7f14ffa4bd012ce96909e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4fc8a2df965ccb6f92d4fa0e912a9825833ba312..407c93936ea93234c86cc23dd6994ea100c2a600 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04f0b75a3a0fd3fe6ca80d9a1004f129874e24c7..59c4f9e09aa69f3906e829fcbc9d9fbe2a91be2e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index daa2774505fcaaa48bd245b21fbbf5f82aa56caa..0680a288e3e886fe78ff58310a3b4028aea0f957 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dcda234b3279122b4290e0cd2bb1bc1702d742f1..174b8df66b140f9f3bcbc50005f3f865363f6440 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 36f8119199a98744bf52db246b6d92b8a5730d57..7423b11508dddaccecc575bc34e2d61d945d5a45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 697be46f954c978998f5714de760780277073a59..9261f7a3e09600787ba85441c43f79ca1764ce4e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c5fb060ec4c1728df3c07013b410e43238fe7c6..17a0bce26500dc9975e516dec33be8eb0fdffd34 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aee01f3472f8b8cbda5ea563244ad7b4245a57fd..82ba36be7d5a57465619027936207af69d2fae17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e0f8d2baf082ad086a006e303cea691f39fb94f6..88acf854ccb8779e40152cdc8df997feb4f0df1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3bfa166b297e13004c940d7e8c971c149a353464..70d73ef880939d3bed20813a227802934a411f00 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3146ba396d3f37aa29793c1073388a27ce36f7e0..188039abeb7d0f6f9141117783e5e358192209e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5e85c60de7e6302c7c115d95bdcbd7fc161a26b..502630dfc7d14ed7dfa342778c5aa5ce8c0b23d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index 626c451fb5630cc90c6a984a686c33d91e6723a8..74ddd8e7a39f621f34962cf6c3816cf84b206332 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4261d4c9a4d00218a9a15e92cf32b6da41857d69..ae229d4c1f3719b2287bee7dbdcf5055620d2df7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f1846e15936f050a2e1da2e052f9d499626617e1..358539794cf38e38e6629eade1d9c8a1055fafcd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2e607113786cea674ad21d03136b0b8bdf97961..9035d37e73c01d3c838e35c30bbc662e1507acc0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8fb078fce355eba6321f41cd1d1a91db7baef5e4..af96deebdb2b7a9d5f2a1b5f480c8bfd8533f1f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 272d668166c9c83c35fa8b8542cf3308683fb567..13c9b314273a09fb10eaeb742c8f53e082fd9ced 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4f416542013eb50d53833ac9cd0e31c74c9bada4..0104d388f59f9b557900d0919face9e4dbcb7c7a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 91bf79f177c9cc3f0ff96a23a6b72d993035806a..694ef52d96ea5193c55b04434ded19fe26b1d733 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2cbcc0dc447056694a3905ee00d7945d38887b5b..2bba14baf9a3b9b1780cf2acb7eeae0ebd332ee0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14e910ebab70e9c853931d4cdd7294142824f66d..4e1ae2946f84f442a1b072f4eb07fef68d26f75a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d3b38336b5d790baeaec023fbb22fa7266f2397a..41ecb3d7fa35a0ec207747a7c174fe9707e51b39 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b1bb2e9c284ba6e9fd282a5b206636693010d098..bf5a5f691442032346a97ee0e9eda73efcb70375 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 19c53d340dbb5822947806a39a38fd0af011d9b4..4a20497a831c70a140135058902bac9b97117601 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a1d65add5d008375749f3ba4776e523751ceed45..6d30afbffd7d58bef90ed4f74dc93afdf1195b40 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3659fbc7b9451ca45f9c06409c87f6a3aeb608ba..192091bbd15f241cf1ec186b01df3c9b80f059c5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4462199ea4ef1c0564f8f4284a8ec8ee58dd99d..4eed07718d861d89f8de1807055ab2dd58d01e69 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 905860647f0f83a9bb17c13f2e3d2b6a1338c29e..8173a62af770dd487d8a3d80d4bbe9fec7d6f8be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 111acedd1ec2a755a9be402241b54391a5f7a2b6..382f0623e22201a1083fafff4e16c000401f2e6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be93ac4cdba76a859d3416c8d6925e0ff2e4994a..2fcff72d59230364b2eaba245c081e01feface76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ec57dce40f8316906ff9698c389b9bc4b9d572e..b5ccd6f14db7640fa1561cccd3b0d6118f15b280 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ea7d1e1809da1bd4a19b7f323ae839c35879e20..3d028ef478ca8f52272586440a44f48fe2940380 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 751aa921784edb873b26442ac16e3b531934b2d6..041f1a89ead577e2abd72418263c0672f953961b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e12849bd1dd2cd1ac4ff8f456a36e2d1100ef378..bf0e798661a44698a4c88c53e3f95556bf265c1c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4263d8cf4a88ea70f2ea17898e753f19f348decf..6eac362b4b35793f24ea60bb88325e1758441602 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3eb7d24069f5e60b5d7f1d584c374cb2a03c8212..e9c44b49df248e761de6e45f1322e5024bb8a72f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81a1d0cf7acc98ca4a26a90c3a32b4486f096d00..d230afd303109e181d0d8df48980ab13dc1af59a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a9c02e81216fc5468cb92117728f1990ebdd671..cb1ac6d58179d910d944b165a0fac3e2edc320b7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 357c02bcb6bd1b34734240c42a508b8c35004053..f6d0d49740f5be46b14de93b52b78396895b0dd4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 46d1df4685982c0827d457680c4a61268dbdc606..8b60de100e2bcabc27bbb21a476c6add7afffd40 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96e47ada1fbc12a3cf03cba8102430b2cdfd7906..65d32749315fe4f0cf9c33aa745dbbe82806a70c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5771c7803c3987ba77dc5095fef317400cbfdc0..2aecccd384a1545ddd2ab9f454930e5571855777 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9bdfed59531f4c7a0e049945c963fe2509e82c6e..ea94c190b6477c255c2cf61dacaec1abba031166 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a49dfaa9aaf1d5bac6b95b88ec788eae63cb2e0..843a7a8f1e3fca233cb5563f5534b3f888842a37 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b315a5cc03d3bcffae963e18e57d2c376a09f1f2..bb27339169fa163248c4c4ec9d4ff011b1c786eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4d2e9232fbef2a098b22e1a7eb1d6eb84052f61..501c60dea42ff632d3baf38619881d77beb1f8ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 879128deed3291a6a6be9cedf864675746a21284..94bed50efb0d67c1612c051a35abe916a892c481 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5dffb3080334bef39b5c978ff3d194b8a92f943d..5628eebe42b53d15c77bf88c196309537eaf11db 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6f0eeb2c159c2ab4e6240454537d58c239210b81..b4187a95f0b22aa8dc5c0c0daffce5acf6e19630 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ef6a30afeb80725eae13ad3acef2c4a7577dd0a3..57262ec44fa3d30bb439c282cd1f050890467ccd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a8a183daab9d55c2c90bdb581355bd4823571d24..441c64c3a0bb01fce61299280d2abc30f6d59f84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 10315d67b9eaffb821353189ce97fd449e29ebf6..3562b9871e4316a4113391978e10420320e66c7d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7aff735cedb45a3afa7ff2f4daf5dab56b140755..d86906de7672fb0bcc2e05af60afe0dcb3c869b7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 11b1755edfa3457a083254814cc66cdad572dd14..746984edae954be8339a1c36476eace7367861fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 494bd83d3fe4b718e8a181a10fb940507380b532..a58936cfc9b0d9839a3fb764e07180925bc93ca9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 09e70ba6d084322138de9a135a0d5bbec0ae2944..f18e8e1e3d7c9dcf16d4fb051bcaba8b88a9c25e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a121f94836b353380c99ad3a23c8e46c0d25322d..9da1d8bd63a27a9ac7adbfd83180eebb6930bcca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db03a86d06f51b7e913d46676f057b1539542248..6efeb7f7c6702592f8aaf856ad2df2823ebfefb7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 782f0e7c50742ae3b4e92f1b7a0549d6401c3ea7..73ef77f5c5d6b75599aa60f3aa8cfeca3d99ca8a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b9b897f956b05468251019c99b13d97f846fed0e..59a70ad0e426665ce2e23ab575b1145520a6665a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed1b9a302bff9ba68ece86f55294acfb9b8a8898..6d65287e68c30874a9b8ce45681da93259a34f57 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7740ec326aa87d7165013e7178584be333c0a03b..8d246adf3ba6e5653a73b3701beac60537600e84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e92bccea40f73d3ee96407cd73c4135fa68d16a8..6c934950115a6ec08940cf65089e6c7ea287dc3b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5c799503184aac6bbc2ed2cc8d20bfbda2f9ed44..28bf8523dc8ad3cd92af27c31b5b1c2324eab5b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81c5d882dc1b6688219e4e057e3d2229491c39f9..89e882e35edfa191d5ffcc53357624915f70b832 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96e73b993a28e881012320f5f22df023cfb9c0c8..516408b4e3eb9885f1855ed89b3297ebfcd3deb3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aca57793ca9711d1208c5e60f5c37231784f4a64..90d4c0fe510f771f4475ff8df1fd44e1aac2e6a0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1029e2b964d7ae0f9f0aaa65ffdd81deddc84cb6..985e6862b5d1864762a95a4a19c750f7aa55a22f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ad1ef78ec0d333c7352aac437beb25d2910d529..282593dce63024dd9251418b890de0dcc90d9b71 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bb44c44bbcbd69a124928ffd3f3a7baf261945c1..eace645ff5565cee9e77b12ebd0d9a1d586ba851 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc9c57a546be96a34d1a8674d7f36627768710bd..3728f7642c0e129eb27409a49bbf1768bac03326 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d3032c402c60d8514e6d1774269991379420e713..4bb091eba5654569651f6edb22b61227f930e8e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c2dd2d4d35efca28137df2cc924d4ba8f1f50c9..094fa79d0bea41e2044af8a47728c34cb528cb0b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 198e8dcc418043bea18dc0e6b2e3c868f86fbcd7..ceed955521e2b22e5690234090491423810a10fc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4c9bab76b4993d6b50b36cde2b00d3e2b776cd63..2a62e5513f60424fb1d6dd38f24ec01d9b20a5b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8f555483c80a8cb6979d64354e0a7b009b70e707..9090f559d6868aa744a0ff3525513e8e2d00fc5b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4e85fe6cc3a45484655ec4fc9d56a69d8870e27..7b2d7141bef517e9f9f8725ec2609cdc97699263 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e7e711d7ec3b7b52be50f7e9eec7d6270a32365f..e14c2057b6f5ce0bd7e570e4fa90597a5520f60e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d2a84401cc4afcb13182291bef9ecf600ae9169..dc7d1b00d26cfe86b6013893be3d084227ab9aa0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9da48ff36ac030d161e538bd3560ab539040040f..99a9defaf847a88935df4740053c0d6b024c879d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2333dd540341b69538fb488b39412a5e7f34041a..6849dc838f24dea92465c064c93337fe16908b9b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d4d8b577e4705a64e423bfe6f71808fa2e38877..a7d4d1d0e12ae9810966c1b03b652fdacad3829f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 54cb327951323a5310e3a038c93cc779fbfd6130..e6cbfd5766742b679a048b5caa32e5dabe183b4d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index caae45bca8a719edb5f0477c00c39c7f3de9c2a0..5d03db9498ee8874b2f2ba18f8fbca309ec9d1a7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c2040bbf0c453e6659f233411ffb68432253e85..83d1b6faf56a4d983c868c508cec134d71cd5481 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3af3576c67435318d1a01cd020102822cd4a32ca..ead3c261479f8a173b9dfd4a652dd2f5251fbd06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1793e09a217f80c75493c5cf5c819ccda6ca86c..0903c367647b0cd1b024ed90d9d42a7dd38c0984 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7f1ca3d3e0ac30b2b131c562454c5bfc8ba69c5..50637135f6c48be0f68e0ac3a79c02e09c32ac8e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ddf8f6f9553ac8591893015d30123a8239815144..a62bb9d34d74cc08bab1b7c707e83caebe6e7594 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14a8b274484316504c886dd8fe778bbb60e5ae93..4f210ac7d6bfd3604cf8f3fca083f93e9d598191 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51f31691bf0a8fb7359e6e9e58075581a5c6508a..9709d74d2656b2b78575c1b361e4f435adda1bbf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d6855199a8533d9a92217a68b920ff41cee42d2d..f13a112eb65d0217ddb177daff911ea62d5067b1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bba7149a0462b848e4e3a6a101a2ec1f0256479a..602dfdfb01d0c46f544faa9e2afadadaa51c170e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 608c707434ca539c295b68425c943c99c757da88..29bbb2b89491f83fdd63bfd554108bf5f7eeb65b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82c0ea3d36c3b0cb159ff2febb0465e76098fbca..6c741821e5a138ea2e063f225e584372bc06c5a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e648d4cac025bcff9335ebd6b35d8a8d5138b43a..aa8de99d5cf2f47ea06d86981700ffa81fde9e13 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b863b76f54b6a9e31cb5adc18e0d7c130a34091..98c46ad4d91283a2a3e32898f45edae485bfe76f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5062c33c554fc4cc22869918439a2cfac83d74c6..750a4323c774e58108505a21f9a6dfe94773d12f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ab888e81d14d5d928c7476dfa364ec3deff200a7..671fd7ebe1263771e3c44c889cf440ed47f05fdc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b18d55db7ceb2b49d23ce97a77c89960a20de26f..46311dda2a93e873d24301649c4233e2a4c7fd3b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 832155741c2df39982fd5f78c17a8e86547c21d3..a24b6e478e1271e3cfa03096725f928f6c4e1d82 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d4020144b30516ff834cf37e6653fa73f10357f..a520ef2fb552520468234e61faccf7106deb0502 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8dfbc57c84f035216d723499b178f63bab5a02de..83bbc606a50bfea2f0a83ef0bb8f9532cb998e9f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 09d0718cfe980936a97c5e1ef53ed999da5ab57c..875487734026ce18901e27be438c48f29f2c285e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6c63751dc9fece640d0544cf380380e2be74b02..68d936b78beb9489226cad79ec3e59ce80d5a70d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd9d0e14f35c12e0fed68e673c674ddae87eec1c..a6c532a2935db52124341636b8082a762e25d71f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c1c7bb2b6d3d4dbe4ccb7e864c7fdf97416fe06..2782b643d84c470b5f489c9791fe07ee43ad2702 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ef5960746093175a5f2f3aa535abf096f491bf6..16614f61071524a84748afd51aa1ee0cd2ce12bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c7b3d12ab046779d1b0bd1a1cfafa21caa5d0ea..42dff0d088d8630db47bb3b189e306bab402d22a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b8cb0c9e4d4da06ee321151206ef09bc42ceb632..3dcbef651178c9ad8d3bfe8e50110d6bbff8ea98 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a22f8ae457d22667b459898512240d6c45ace4ad..92e417aaf4494d9c8ce4380ea23af6e7f0e0e8c3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33e65921b65ebaf6d6d311144fba84999de006e5..767ec7957d31bf94bbe3e5ddf834c073f8677731 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 21a531946d05f25d8bce0abdbec875fd3502c0dd..f4c61d352be3211c63dd15f43b41e9aa9319bfab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b30b2af0897d1f86a6e420d8d2911db237edeffd..b44a0f271223ec86ddf9cf9de11bc9266287c527 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b73b7c2eeea0c3b6aa2721b0009880079c8cea5..ea1a51e16c6270d60713f45e16c818521dcb4db2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 44512390617e53008b859e1f229b159c7abf566a..562502895b6dbe61aac508e7e197a34473d755ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5da067e73b7006b9c824ad4362a76c3161d9cc9c..57dfaa4d634ca5522493d5c4d1055e4b6ed603bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3ea743117cc68cfc44f33ec6779b2d41403bf5f..978baec10f871b55f3f2de2596f4787dde30be81 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fbc89ccf580ce0deed66a66dc9421c33bce321aa..b6ecd74a244e631b467e2396e1fb8ba0820b6dc0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8dd1ece8e5e41ada1cc0bfb4a9ed85de59ce219a..3cf47b5364f41a54299c5954d816806985a85dd7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1353e2635e4113aaece3dc4c21cabdb05d988117..c7e53bb06a5c4e0a4cfdbe3c1497f6ad515b2e86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 034a21cb526763de99a1825cc8f25bb96aa63343..a4ae0da5278ee47bc9699e4d9af8cf4bc9ae281f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a45eebc41f420249af83a175e4a7c2bb4d27cf5..f7c17d06b81b26c3932ef1ef397335d223795e43 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1c53462be09ed31a1560a8ba066becb78d37539b..8d4776009490926771ac459b8034b064195583d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 190b46a05f4c66344de1fdf04464fd4bf6c9f4bb..89b102afc330ce51e9d544409d543f6207e5cdb2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 784815f181e774fa07534bef5af3a53f7af56d27..b72cc632a49285d6bc12d1760656d62c7e453584 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2b0e3d1e358966d3768cdfa418b08eb764fb57fd..cebc9041a69ddcc5008a544a206b1720b06f2ef1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0e1cffb4ac95204ea2ea8d557917e5737a6d6d4a..a812efbdb9a9f09811118e389bd459fe96d7fc97 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa657b0233d9d818167887aa08c26646d9207943..ff60fff7be52152e3d76caf4f525b78a375a0ce8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9af4de0fce79de994e64133f6398e89d1276b7e3..a31151c2117a3d8d63a848372f2515d3164a4ac2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c09914a7214f81ad96d517d418a1cb57d6d89c27..b4936f31079257d418bedfc0b70c399b19ba349c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b7eba0ed5b539547e254a13ea6f113a109baebd..a9b363e2900e695c6ffd743fa5e5ae8f7e42fe5f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a7c0e6fc695edd1197bf84ecfd7f2841e008ceb2..edb88619acda2d61c7dea9da04146ac527305a46 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f073ac1575e9dcb294b2e5da14eb860d0447d267..5a87aeed954074d89d11b4006467716be560fb73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0d7f7d37707bb52c7fd8e65969589192c668dac2..659ab3a3de1e530952973f4c2b993f5b08d298cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c610f7b0eccece83d9a9f9dff4ddeba1b3efcf3..b872911592a3c82b378fdde37c9c95004c29d292 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5e28f0d0d3475e5ad0a15b2080086a3003ce71ce..6161377849ff8bf66e69221aa8ceab9c478b40e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ab8b1c327fcbe7c2589a13745bb4222ac8df267..0d9d40a6030b22c10bc5790c9cb18d1d29ffeaf9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 397ca57adbe073a2c2f8974c61749a40a86fe283..52d1a87d412cdf324ca3b3c9c6f6d826429d2cfd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d90c55f04d8b310d22a915bf66d557e8169f7dd..1a6babd312a1e650f8c564ed372171e767f6a5d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82fbd5e652624be873fbffdbe1cc9d9078c40d7a..448a0369af4c588cc52f771327691ebf79a066fc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 597f205db8f0338f910308ae956f8d806d579bc6..63a70427b100b3c3e49428837fc666c805dd6041 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bdc5717f89f9f8f80b09757ec08ee5bfa5dd0739..5bd2cca4c76e21357f4e29467ece1499c778f09d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6f6c05d7e610772e8bafd21d11f10c4fc82681d1..6035b61f9c8ef3cbf05ccbb3d27109419083c38c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80dcdfc5958abb3033639b1d7da957f1ce5adbff..83c1156b2278706d381ae821b38ba8fab06cc252 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2d3640f3a5065334e61fd9dad5970753e0b7ff2..002a48e6aabe4180f8bdd6b512614c114b0b83f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 76034708a925caf37fbd352cc9e5695ec290f6fb..3489795ac43268b4b22dd61062c37333c3048baf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5a51c5484169415e44342d9685e52ed911a4473..87a6fd5c95d9d7638fb4b821c362b0f1b0072a09 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 62baf820e25488a8c255a8ea9edc65127f2102a5..b811c4824d4fe1bdab7acfb77934d44a04b656be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80d1167b52ebc4a0d31366133c39e8e276a35ee3..14be6eb0b2ac021fccc69074e27f11072cdd77db 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 301184b3e5337bf96e3d365924f990a5cb461ea7..baf4650cff63e1e1847ac6b4564e5229f66c3c50 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db0cc3bd719ffe9daebef95e9de1bc06add0aa7a..db5ce27d66e63d29758ff96d9ae6cd12116a820b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2db1cf1355cf7613a89630a1d6d23cd628473e83..271aa9c4032e3b4127b2bc5c7a73b735e5450086 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f5080dbb42152502d3e6bf7aca33632a9a7f053..9a260f8a8028837903219dc641b6d05466e5514f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 55db59f6e82beaabf6500afb53b1f52cc47bbbcf..6dd19ede3a01b9cb8bef1a7e4cb99792e7ce0cc9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 17853015e611500c1b5b2cbe7204b172fc03c90d..22d393ef9eda1e5706360e209efc74dc264cfcc6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5e992075e8d3c8999dcb1f22b67fadf2f30fa8e6..b519655e13bbe97e57377a5e12ae3505957bac40 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dcc79067631758e237bafe6b04304645bc0438e6..9009126868dd66460890c02b9d09c969bbaf9f04 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4898ec56783e57368fab52a946457eeacb5f9d1b..40f04213786033058066c01721cea807898c6bd2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d9ab8c607bf234591b39548ea5c023ea7fcf9e73..2b7096a9a88a6ab073d59e070431f2d3b3bd913a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b85e90eaed3c2ffe62855157e4adfba03486367f..7b2f7ebc507178e5325ce829163df9b4059cb626 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 565d076a7f451ed2385057e502c448dc1978f593..d68555eb3e854f2df8e5e6423dd47439e47176a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 984d1ce986501887067b23e362968d24f39bc9c1..c39b1302a485e973d608503887d1c5f9b25e3ff5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a485ac2d93e6b4ece8da8a613cb0877df7d1e2b1..1403b30be267026a16724e29dcb6ded64e1ee283 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cb7c39c37d094f0de46d6db4846cfbd11ae7f1d6..dac00ceceb4a3e5e008db1bdaa839e5f17d6ed50 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 006a37a608510b3d3453a8ffb0ab4504d25ae94a..90abc12ca6cba674cdf23fcf4efd98c5aa702bbd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d459237e757355684e6043172c3c99d76c57c8e2..ec89c96c696236e35b1689d7fad7275ed1a852c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af03041498d56cdb2ecaa36bf9afc3e5ced9a880..bf0d0d2c2e76eb6790b1b7753ffb5726680c8a2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f6700a4566ffcc4ddc1ea61e5a18ad127ba3a18f..17e0a18e2e49dd0c8019f2779dcb2b541898e5c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f764aed3232640b481d2ce677d92dc158594127..e816fec57f272b508abe70409efbb1bf32a78556 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 460ee1447004becb635d059fb63fd2705515748b..d57df4c4251c47b918449ca4e8a1a38f959a510a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7cd836610b6ce924650f90f868a902707dc2b63a..79a0b5f72bf22ea07b4437b02f5d03a417647d68 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34cef88a0dfa99e4c76ffc698f860871b3936a02..2fd05af64a4347ed624ecd9086ca527bf8dd288c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5f563a969d2d33a25b0cc6be6355e64f6d9148c..af1bcd645160a446085dd796e44f9e8c1e27650f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88172a23f6e6c2db14e468fcd6f19195d21e0e86..57953b00d068f0b53e219a126336a8cd8e18ef1e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0fc046ea62d44bc3680c2e88502ab36e842d423..802e4edf2529474a2bc02b86d7c762d372ceeed7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d27bac47aceaaf385e82c5f7274da6f5476a2f56..1d347f3d5f6c09db64009bac79f5b3148f6edcae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b77276de83c38528a410958174d5f2a6da6915a..c5309b5bd4eb3db5ae61cc1305630404ac4cccf8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ecd401b453967251d40974125edcf5339f63afe7..9d2a359ba3b421d4d74be4f1eb93860620e16427 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7248122583faad9554fb9e2e641cc710b263f829..3a5c32810c2657a248f176a4d109b23fa018b979 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f47264c538f65caf8cbe3b270ebd13ddf92407e..1f15f26b972ad81d6bd1e6e078b566ea96d55188 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df1a22ff406ac6c7cfea1c94f9fdcbb66efe8c85..f9e7e5e3804635545be27222a3b57d98880045ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 50ed12a36999250d3ba20af6655f5d1dfca0f11a..78f57425f890554f1cdd41452460110a43ba6cf2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6fe996d76ab69e9ae384d06444f7cba7cd2e28b9..c9e3128c4e53710fcdb2945b2ed255d300263418 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec2e8348c9a12a23dd47008b5704fd016dbde51c..60baf04081ca208c223c9c092c5a647d85138d2e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b0a30c486e66987b5243f2fa42405a22e050f71f..e599e3dee700ccee2d592bffe179abb9d54793d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6a6837c63bb54a09112585665d0096804a4e5882..0da3062a0ba33d07e437728636f0b96acd8d7119 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d14eb7f3be556a9c7b1cd94ecee028367bbc4337..d7c72d8994f3e67143bd037be094c5857dad3d60 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9bbec24e63031e7c031229a90a41fb52dd7fca89..05f88a2b58ce89838c634c2ac1b9c1304ad281cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8593478dea27812ec814a0f44397c08e9a8e471c..c48f71356709ea3b7ed78cbeff972a5353f80201 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d33d98904a00c02b4601507186f462bc2c6b45ab..b4e9f75ea77e50915fe5b6f4a983360636add56d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b8384e87468593151c2bfc356cf08dde278cf244..09e490e77b051a5465fcf86b4c12c9830afafc84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 31048d963f3350977bfb5a7018adc4f942e4c053..0d8f346d18281dfd80035b4b1c0c14c2f7fe2768 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb301d1436299e828913503dcbd55537c7dd4cc6..3d3619ae06894a4051be53127cde5d243566f065 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 736612b0d158eb45e35059d5574ea372587c839b..c8e9a61f17339ce59a22248b08de62cbe9028cc8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 164a527a37075358b827b0e755254ca2b2e7cd47..c0e8ffc0e1b5181eb807cae6440c07337c997057 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6986c2d763376c4ce94bf3e91b0c390eab633224..714cae4209fd507669aff57ee8f1d5fef9b8ceef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a96ad68fb70b6bcdb735479f53dae4b136d985e..cd17f758b4149abc6ec019bd2915a6529617fe1a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5e37e614e0700fecad65547a8c69b20449de9e2e..3fa679ebc3ff629fa9ee2788dcb6f70825afbd20 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5dd3a274a200e9696294ec9de3e04eb7e5ebbd7d..fbf5bf282e8834344e989bc3302fb541647c3a77 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a17edd1d7b2271e4c66154453e4ba34e4b04741..67d3010a3a68564e569c4a8c0a941d3b47f1c908 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 19a695fc701a3a0676c7a853fba87017b796e828..b16eb9fd403b1a8d95022130148ecaed3a724585 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2c553746a72a77b375633e9efb8d28ec40c8465..c085d86836e052c22c983158328dd7452e0c08ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7cfadff949da0e69f686d46c447ef677e3593730..3fa143cfbdfcdb5a6aceff4c75f74d81c54f3592 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a84409fa56efdcb433d8d3015dd2f12ad11eac4..28435c545b0912819bd51cb16d53a90b03fd6c3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aa615943134e0870a805993e4bf5c9d3a51c2292..b9198ee361c26d8fb779c4d61610b29d617d8269 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5dd3470277a70cc90426f1ce0b6bbbadf63dc301..1b10e815438cba6a678b41ad12ae36d7cbefa40d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71a0739976fac23330ee01b553cf922a009f72c7..6bb0c39721817e7759362163a358ddb00bac1a3d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad8f148a119d55f28eab6ef84682e1f8939dcf2a..b728a6e148e0bcffd097e0a76bdcbd8da4ea64d9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index c7e82f7668d8337be1b4b1a5d1f2f810842f51fe..90a2ca7791164f31ab64000ac43aeccc1a97fa67 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index dac953dc88d46828fcf352c7a1aa57ec21f4f461..d5a16f9be293e79b17910888c0ffba5a0874dfe2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 546b1d6c69ff62b263a802b2658c42a255a010b1..6fdefb0a9c1d89a0f8c1868109c33f2e02e51829 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0b906d02b7255d078a9aa5314c94af9eff6e746..9e039fc84c715cea4bd9ec3fa6d56ad874a60caa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3415a2621d93c424b507add69e2ea5a1d4f1139..e5215605149b2d370264f066f0615dc39e3e6a54 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a60330291b8e265268bd7281470dfb95cc37aa7..d03eb4c9e0a2d06acd149883dcc11f67ce0d1e9a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aeec02d591c67a0bfeddaf40a5aa34b3889e08d0..9dbc8f3528ab7844b1d928430aa4bb1d9a19ed26 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 92055ec294410e12705e1459544a4f797d67e853..1104212f6b0ff944a3f91903399b5585232de1e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2932a8d658ea70a4b0e868b1c6b60d416d4207b8..0177424f3d49f7153821f27aa727638ac5430fba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6fe4facefdca39248a66399ebd321cb2620777e4..9c9b375f0f8e5f46e0711c56a61586e1755228c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ceeee8da15eafe762172e36c20bfa36bc1d43614..2bac3d79edf76532c9b97ce6def3fc55f833bcd1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33457d452d80c11d853ee5a383be09e322314b38..f54344f478a958e7cb218c8b89df837ede085083 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c919524b1ebe50849823ea7738854c60589053b8..500732a9f4e9447bc9ce91ed25270fc820e6b392 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7d64ce6370498d28cc7e25ec3e186ad097a71929..25724dc728432b2767173c98657800cdc8245cab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index faa8061c57d4f52ef40ed1d8265cdc3c1c0561e6..132a35b67b3b051683775726df0ecb725932f5cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0b458a90954b1208a9c308e41629f3236fef933f..9677ce30f2ca2b01d49c5a8ed87852ce71b2c0b7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d064093e63735b42c3f2b0540a99e982f383fc1b..f48f57fbce6de384a6c88e3a4376ebde08e12d1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5596c65fb8211dca09bb8adf73796c1d2eaeb4f..685a0841efbf382df5cbef25dc6e3e4414489024 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f8f61f6093561be4a95d9ae198a9b1ec3589d49..63294f17c2aad258087807f62f779a77d9e577af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c3fa30767aa712afff1f0ab5c6e060d0f770643..5ab443b14811349d62843db932309a83755b0d66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 61c681e3082380bf54a4fb681012113a72f590f9..d60ecbe51a86292fbc1127c73512f9d2192c9768 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c74071562d764e7013ac9d8ee1e5175ecbea56b5..81ee868ab39642c352f1599fdeb519ce42c88526 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0d8fd25ce6b5570e86932055e512c897d2a1af43..b5b164bb578464cb8170724848f6245b00bd7ff8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca96e39a8cbfe1e5f9eb227eb30af172e16b7d14..70aeee613fc2b1164299638b397282501aaf16e7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db4cd781e274cbafccda37f8d7a09f60357f44db..0386bb076bbeab7d0b8d70a1497ef79d06accb3d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fed7cc54d50540e1185632fa7bf3908f261291d6..e6d26a96f5d939b494192ca211ed330724283cee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index 5077dbc7be3b8624adf6a28255385d98aa049f54..e845bd7a73ad76d69881f1b6292f85b28c0ab08c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 92c42df553909317becb0a047fe179c9d3e4eedf..4faec89d8612170de2ee8a9e80ea22919eaa1d65 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index e48d719c5d9bc6f5f84afa490ccef2db4b8fd663..3cdf48aea95da421c337923e75176c917441c9ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index 597f3d681114386876ff55345162f5190308ebc9..1f5ac9b488b8d99b23757e0acffe63fc4ebef505 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 07d0e275c8c382902375bca5438a07fe06c579f9..e2933726247d9ffa1fed053ba46a5f63fb7ebe38 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1b1c7713b2fa135afc85a2e30cf99db633b77672..e8dabe3a1fb19fc8413a2ae1a05de2fee371f6d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 64db9782cc10ca89041bccc2dbba592de170e342..4215ddda7f8aae84249dfd7f9d21708930ba6eb6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7dc7245c2cbc5e1978a7497f4cae7e3b8c0b8673..0eca5b22ee4e55dd41d0bafc97f1338160845a41 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6e77f9731e847595ac0afd4acc903d221c2ac6be..60f4f024b0f2697c5c7545b8feb3f774f41efcc3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 094fd5a100491dd556560b1c77850c5beb370bfb..b0325f47abe05462b9a29db202c55a294a59700e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9b2afe128e57f4086c43b6de21cdcf966cfb5c12..f6be69ebbe5e9fd71dee00574e3a6c6f149fa694 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a2ef6f831d7f75549bb9d5c74c03029a3b51b63..4cfeda6abaf2697056eeb45e0024e77493deb95c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 24da0ccb9722b7af134ac67754fa9fa41020db8f..76bc9b81657e26d5c6d3b42e8849b213d754d9b0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 043d94b6da40b8a7f91ef692a5e6be9782f6579d..69168390e24270bef68668b40c7da08a0c3ccff6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9b237cde88bd400e73876a8d196d6e5ab95d2fa7..94c0e3712a268f06b3208d951828c56b82f11415 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c476d1090d6bdd2021cad9b53b4b3f54451f1425..cedcafa0d749466bd34fe3230e63c1b19c2650c5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03162652ef706696fcf333216393f822f45c2d2d..55523635e21efb92c02b05112e6ecc2ad6761749 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e06528bd7c38af20b16f3dd8f661ad00da2612d..4797cccc2cab16d35973ff45544c7e30425f9d1a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2aace2683ed456268221a10a6bb061244b3948bb..528843070d5e42e2b4e5b80c483dc4cd7d469bd7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1edef9d81ee544d2ba8529222b257f38e7b5a7b3..a924808229351a2e3c9f84f286dfe29c27e4cf4d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a77902e7ac634fd61492ea9d47ebbad2e09457e..e100c09d36e4b6caeba48196886cfd8586defe28 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 858dc8d84d30e72485ee3426b919938be0a1c1d6..68550dfa424a82d7a4e29fee600b8b66cc230b22 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 429581ccce6b783084b59bbfdcb39c4242aaa7e0..0368f4b8dcdda96c3d484855a248f4e5edaf374e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6fce26fbb80b6be45d6c205aca02b4f679cab35a..3a77061b4b0328590b5927b627852e9d4c70bfaf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 536c68850bf7b0464699f14b1c8b79b7e5df3077..cec6cc0d95f44a6532884999d310e69987d5cfc3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ab5a2a50a1d262fbb92ac09b088aec7ab39a32c..5f2913927eff78dd0495a57e38f901830853150a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd1fdb38a92459698883930cb4be5731401707c9..1afa5474c9004130cbed34004640cfd35e3a2dc6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 67193f8d83e591fa0436c32852739126047d8af2..db1e049db9f18dfdd0dc2e316745e61848f81367 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a21f55dee051281b6920b2b3579e949c8679862e..65d901ad7da5e4b3e449d79a39a762ff891a9fb3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e560d4c4f409a2301f04b7277527e0ae3ae9997c..a2e7f395a47b7aaa43074f3e26030b0d8a2f2c71 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 472ca7f5656e502f6f7350088b6cd73324789c7a..46b7fa4bbed0e10f12ec5a1d8c94a9ed31d1fc7d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 46b1e85e05f0852049ae888ad0c1ea41d361f44d..5178d671eec672674a4e46dc9ddb1515b814a626 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30ea29ac3086fa9fac6a17067d071df4282195c6..6139ae5df413a69ffe677f06285e735cff286ae6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 89e2fed086a8c5c83ac2474904e787646103ff13..286bb695a99b3cd5eea7a8bae19aed1007339eb3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a299185aebcf1ec0a65bcc1e7f05446f375aa00b..43d3fb2f1e798fbfa147f2b3c2f7ffc9f38f2524 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3d00dcd829eed4248e81ccf1346c921a5c4e3bc..6959cd3f8972ef8b9e0e10e7cd98833dfbade19b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6cc364c9cbd0064f186ff4d50e729cd533aad5ab..1fb2f292696bc1d251a407e19a01c821cc4b6ece 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d5e87a6c9f1e80705903b75957589fb84befd455..3882b33002d0833dc88787b3e288fd85000db063 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b82a9f7d693aea255e6e1d3f6b76a7e2578bc75d..167ac72434c637280bcb257572c5a832fd9e8146 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 67104dc28f27441d9f0fcde24d5c9f81e34fc093..5149eaf61986865f600cb55c192e53b15b0d61ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6c1097bc21608bf4e6fe0eb8a7dc491fded56b0f..37675fa5097ef0a4e534eaf9d08ffaf884fbc9fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 243d119f9616f618b237d930e477d7adcdc48f27..02c2e7d36bafe85091685cbc6c0da6370529f554 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 781e0341a3b89bb784f72c09fd08613625c61881..c2ee8034304a3dbd8dceae054e824f4771969151 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b131debd60c77eaa8ea4cd35cb90958366ad7bc2..99e20cd7f0792d0557fed528e3fde088a69af9cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ef89de3159e96d0b8986c1f5348b89066cc7c100..4115e0e6b630924dd486b6ffb4046f23f8abeb74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 01b7045b2199dda91524806e80de8e536a8e858e..796523d7eb16f75bfc62bdec72eaca7e16486e7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9154c4d6bf2ad0936d755707c8711b59550599d2..4e25024f88d4d555d3adc6ca39681ac54cb1191c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 12f6ea011e964d64d88c8ed79dc0b9c7ac3e9b04..f615376d6a7b05636b5e0697d4bfa8945af6afbd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96b6f5bc93201f1a205da02febfe93e2c0fd9efa..899277cb7b9fea1d409e5bc2f5cdac61029966bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f74c2d1036c257295f55c4599daf30703f6233a..43949f74c7f94b9928abd5c5a4b7872c11909a18 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6ba366613ad1937f5e08645a14d1708ebda27f3..13ac3c9e162c7078eb87a397f2046d6be41fc323 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96a0c7eac436a4f33d1b62ee95ff4d6ce5801363..1491e1603ff74f6a19a0f47b8678db27058067b4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7527286e09eb2c093c529fe8655a88aea85d381d..9098ae54c6adc7d18fadc4841e3baad670173cc1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d997a7fd445636a5482e747f9db7bd8fdf8a7e11..3072a9723a22fc0837e9e3dbf6e82d96e9dabab0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 277a34d5cb931d5e68bbf60b769b5ee2a83cb89d..17c58fe818ddcb441594e57dbaa54a0ba66b6dda 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14b5efe6816f6c7ca688819f50857cc112c5645c..3548faa2ed05557edde3512d87e055a8dcf5a711 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f39cfcf2713ae657d4cace970a9849ddc67d4d49..5a44bdebc89661ee8d52912f6b0391759c459818 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e90aebd9d295a4f329412703bb9dd7a26fae5cc..61645e1c8745006fa6301c2c31d0d4f8fa2ff10b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a40406e8dc57768b5f88496e84bc07067d087c73..0577c4222ae1072d0a064505d2f915b40f403350 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dcc9969f798ffa4b26ad7da9fedc689cafa001b8..a427b25d8a2ff7feba4935624acb97d09bd19fd9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad76e3ad7e29b87cd8e7e1d07b483a2785e927b9..7bf40c837e60f908f221ff5d76d44ed02c1fa31c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8092d824aa78946ca8dffc286241b48ef749ee8f..f33b88728af3ec6cb1b619e1ec995972c34af3ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eeed4bb0a6ec8ab89247233076024d0a41434ba4..80b1bd58eb2eb3e703062996a50c68648e385f4f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f463f46b4b799a2f2b0a9815be722b49a62bef1c..a15b3c4649ea15f119c58eb20d3fb2da78363eb6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c644d3df00ee68ed89d0c765021ee4d196ba025d..8a731871a2617efd4419b5ee26a96edd759fa1d9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d29da2c99ea0b8213a0a8884bdd5ea1293af9335..ebf8b63367e52cfc736978d7fa0a0f54e8b4171a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f8e5ae1eefbeff38ccb086e52b8da254ace992a..e98af8ad75e881be65707ba8623f064f79140163 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 778aa87883466b7de25cf885936a244681b86044..4816eaebf88d4affa9a410faa074ca6426171168 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ac18a8ef5f8686c870782043bbf56a5cd033923..65b641ab89eca1c570fa89a6f4b34b25ec31aaaa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3010e88263a5e142f07b8c7ff77b6b85ceb76ad..10fd65a02fcbb7761bd183a50751fc27c457ce29 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea5693af2b26d68d6e9017de4fd889c19cf71a8b..9dc9e73f9009e4c53b0b88bb4da5af48b8fe9a3e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e580b2cc9831965422fb5637cc7f28fe88c491a..2566daa5596a7df77654dc31493ec8c212be2250 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c01bbf52e7ede2dc4ade27d5e234c2ba4781cf3e..722d70f8df4c0604351ec2512391aeafe87395bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a8da4f2f29e9434c2b206b356641cd9a019bf55..b158e216fe93021ec4f77f0e663343a025655b0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ff5ab2ff0b86914d7803f154937ec3964a7446f4..a6741c6de2ad3a13ffe39ad81d44583048554b5f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f8773dc875d2091bb176dcad10d26e4d63553d2..f623a79a98a9eb86cfcbaa08c5e0a4d2951cb0a0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea3a296dcd4954fa9c97a61850c3826ae7f70daf..50691a506dd953eb278772eab96b0139c098150a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bc53e9bcf8046ef4fe47a7b4e6e4ae714f59e3f8..f4a26f50fb5a7ad935f469fe7dede5b557667fd1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c3e525f764fcf7146cc8dc6fe62fa2a9339d641b..185c3410bacb72a7e6f5d41fab84d07ef445de02 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c3ebe7af0f2fa82fdfdcaf73a763e82c4fca158b..eac59bb2d4c925dbd9e1a7ab7ffa721861259196 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 441de039d80d7487855d8befd940e79b087c8fa9..432708bb2bcf7361628602197e8107d1d3c51425 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f87294d0c433a97a7f13b88cf783f071cf903df7..c42a27641b427ffcf80752f8bec60b7cc4c1f22d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5d0eef122d9e333c3cf8e432058881e01fc4226..60775ea5c41b3aac25f9b717065ac2bd01c6f8b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f1d37e7b5eb72b7dfcd138cb0f18209ee25a0e6..7a48f4f0e0712fd2f24e8cbd6f79a24757b78274 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a66e2772e7fb98107e62f505ee409d44c71dc74..9b2e95842251070d76b575b4960ffee9b80de4bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2de15af2bcaca4f12e525d4e968074f0d97876ec..592cff4c0c76f65177ee90bf48cec5696f429a01 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea8655a63fcff32862813a32be28af37158249d2..626f5baaa53c869f715621d487e70f9d7a3fd2fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c0322ed6eb11a09ba2833f3ef59c16896e535f8e..d0d5c5c47dea6ec2150cd99891ec4126b65111bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 541f7fd86d05e31040361a188d96bcb5cc0d05a2..a96953df766df559826cb898cef8d22f3cdf5f4f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f806b23eec3b543928a333d9a19f6507d23a38f4..751558d13104eca4bd940d3c1f427c6b1ab577f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd23c39f3b08e9efda0437cc6a700d2db44e8d07..a9c6c962d521915d72513d00d089317d76f0cc57 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 73c475fd0de50f6ab266b45bd4c14eac750ad836..0c25e9d188c8999b8a07113eb6c6ea905bc94760 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f203a052282f6084af8fce4d9102fea9a3281e4..cbab14ef2e5a8b2a5acaad1990b0bac5a435ca6c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a812e38da6769bd97c4647f09a66d8ccc6c779c3..48d1bfc37e0cee2c5e433534a28805edae4e83d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 62164840dcdce186facc50582f28fa8319a16607..0da3ec19c74a097e48881a15e69c9c7bb1c3edbf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 57841c3c90ab856b83b621bce7c11550fc9fd5c6..e2fa70e3eb06267f82ba2d40e62296987c648a73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 068ef6c527c9b518e4360301884ed969d2b2d958..e2e0dd70c5e4a8135c2fd4e3b6f507bfa3cac54a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8a4a99565f2c1e162a36dd5e19586d7cca6afd1d..b01b2995bc94c3f55b1053cf10de47b08a304262 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 854507578a11ea2abd2f9e1a724706b3554eb4d2..6db48506a34f5459c38d47f00ea1335de3241be8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d647e4a271c09dc764b4f2fce7111d0c32b3082a..2457b7627f179b5558ecf780ec6b01b5ea000cde 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25d8a9dfa8f8fc69c344263fd8cc3da5861d7597..a566732c0fc7951bffad8121b62ee7b3f924fec9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f58362f20c765ddf4ddec22e3aa70b355e7cb33..f6f161e40fd0b01716231ff1ff9feb5cc23ab1e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 31824a8d4c0a72be13dece18f943cec0577e9728..de41dd19e0cf521b2030bc087d1005ab8052f5cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac9857ac9b93f7e7cda403eedaddfb3b8ed433fa..759c797a6e446756a9774e301e26eaa855dcf893 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a8c4be6f4e0b3228e22b40083b611a6dddba0d49..05e64ceb9deaa465a997a456c8a969cca853bc6d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 250c4359b80805757f4686acd4362896b3ee760e..a9ed6a832bcd71bea4712ee2ac24aa0386beddcc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 47a860c7b945760d64d01e0749124fb909420e3f..31cde911ebc1813e73ff64be0dbd1bc926284274 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ec00acf25afaaa9921d845fe905ee39b6930065..5fa104e88f1049cd674f084f4424d624b1f8fd86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 334d43dbb24ae19ecbb74b3e3b6434b67640d383..0015d3e08d5420995e0e1a2b5e558583912a4d25 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15fc26925f8b1c751cdf415a919fe441f2c53513..7e35d695678393d3845739d213658882211d1eb2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 66939bf7acc7d07524c4bdcb0f0ae25e5c298ec8..e6a7769320cf5147c8f42cd89f87953e4625a00a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 18cb932f80bc74966bd4355bc59dc6c943149be0..764382cb32cd05a3614bed4613a8ef63485ebaba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba713c7651c88a3556e70299162e5d3ff452dbe7..5f5c20a828dabb798f55dc61b51f253b8f78d982 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9d4c460c6eb890df8e0bffad4cfc614012193515..ccdaeaac764d362c0dfbf0f592879971010755d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c7be2f5153d5173951250d8b13c42d3fa4a25c4..d317275e2c8dcaa5f5d7f5dc1510e2d248b43cbb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ce662eb352b185a3741ce26b7cc9160581cf3e20..395d1c4be9edcbf22b17186acfa5978ffe4b7af9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6b8d18b94244385d2c3dbccf26a4461d07527412..db5636bf9645e6f6602c8419f60136cfa9c64f59 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bd785881c3d067a9a36cdfb0a17bf2ae7b84740c..60d1015b0aeb68295b05c2f9830973af958157bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 91b9e85b689fb4fdf9f572364b54f75bac650113..0535996301a4232659f72b6afcbf079105198ea9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index db5f191cf1d0bd6b63c421f82ab4598544afc667..f219e56dc49cab165faca418ccf25570efe17680 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bd19fb4777c35b55b8673b4c17ef276304649afc..d7319fa4ea37681c1e4fcc135f79bf87a7541669 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5510b94112e54328b3d0b9dd4099d7aeb9f55c47..3937fa07d2ee2b2da5b801882caeec47b3c708d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3e7a8a8ccb4b97a079e6143e9f7d1cdd8a2e3e1..3abc92318262d8754d8655b36af61dac01e8208e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ff8d2c3af944a410ac7bd87fe7f5e4cb0c48ffe9..9319662550a8897fe4c630b559815a0c38a75cbe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5306cca0cf3d662dd874d9b4c35f0a2b989cb6b..970eb4790f66507d2cf9b1abf53fb3326214db86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d89e556fcba6eaa540be0c40bfc92eabad5d1960..d571016f199ff08b7c86ffd84b703f2ae9e212bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3daafe94e68f3792d77bcaad4bd001b9f8aa2758..3a45acb85c5dfffccb3bf10b7b835a9e4b70211c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5dd21bd12d240cff9506dd53c702058762ae5ebc..0915a4bd21d63ce251ffb05fdcfd4144b49dc48f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index adc503fa513116cf4ad51d9f4289764bae082889..ec77a19cb97279cb43bbcac74e34655748f22595 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f2ff694e4858a4caa88df467ee28e11323f5b4bc..0678cacd3e792b05b6511eceece610e15e73d435 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8823b7b40ef2401ba5fde5f495d69c83532e0cda..78c88976c04e2fb8eafe611b5c18b90796f6dd24 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88f927c40f6c7d9087de0d355b06e364fad35287..9ade7ddc10a92e4d1bd996a120bac483509376f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index 5d4e7c3e39d77b5b485a93d73d8421939aa39270..4ebd11d7ad20d15a5ea1c21930306b3a91a4043a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index 0edd12c3034a18da706b834e38d3d8d59975f93a..877bed3e220df7255820f8e382873c700c448f6f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cdd16c7b45a8da2403579055c9a1a06353628010..d0b902a5174bea313f655ce6b6226c28d9dfe9dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1a2f19d487897c9528e28b802ee439d626ff32d..09fe7ec144de198f06f2d126e8fa1c3c3e3afcef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7cb9c292192bfcd94ef054d0d8fae55db8bf8b0b..65a3448fb4012b205498a8e7bc16f781b4c222f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c9c2526a9cbcde4101ac82f4b6c99d8ead758628..5de4b93b74222939517e6bf4584871a532833aed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d449bd07c4152b91cdb4e3da027abe60dc9ecbb0..649c12cecdf5b6da8f65481933982154abd77048 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d6d03658ab3f1d0b9168010172399dbf049a655..470b61df2d7c7a4bcc58574ca29fa5ec5190afd8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1477b629d0b01af3075f053ae7fe0720c98e3047..55abc894ed736d263bb0399ea41fb58ec98e635b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b686e5a565563dd09f80386258d416b48446516d..95d1d7665d0023b3356e1c7672dcaca3f1b59f78 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 07f82eaacdd2b525ee7c72ca7f2bb067683d52db..fa2cb36873c755eee5bfc5e500da804602602b77 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1f576e7f9a0c4f67c0d86cd7b5a1ffe4561209e0..3ba04b1fe4910382e1950dceb27ca7cd0aa66173 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bc3c72e8d008c8b9d248fe9ed4868219930a5dcb..b8b6989b2e36eba196d39d5eff8475b9460a8015 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a32dac6d35fbe1e248d675ac985e5ce125cd001..97cbb5878f65ed30628505fa6fbdc496e2cc448e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2dd0d4dd88e2f3bb069dc9702c7d05c455b9091a..498d1b13eda2ff14e05d1858573898f25025a4a2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e43d2726195592c63b141dfda808bed12eb7e5db..3a0a9fa34e211b74431d5f0a4523ba5c8f498db8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4a671c055b1a2120e11e7da1578d624a282e5f4..3a1246028b4224c0f306701b723a259d177c4c22 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68d265c5fe28a3303f1993e61dbf953e512d2409..74abba9326cbf8d0eb811331ecb978521275de20 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3adf4f1fb5fc2e3ec57e257c01402487bf4bad98..3dfd7877c59c629f86abc27f81f183d40777d860 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1bbae8042a91974db196b63886ca4d912838405f..3cebd72cea580a01607e00fb199c200b21a281a2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 74d9309bdb280bcd2eb9cf301b75b270d7d6c0c6..87edf14ca8c2be358dc0bf83d813a3a04a55daee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ada1b82f694fc05158dd55f226408460d8d9b3da..3cd8166f1fadc2a37275b27b39787c29fc7ef917 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 12ea65f136fb2c16432100616575c83113f4cc73..cb84c1aa94dec41fc115510e1b1fcd77fb09364a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bfe0e18f8012aa416c591ba01f820e8d94a16ae7..7dc3737596bb19c52c20bf9609e1b3d729641177 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9b88e463a0831d34b56485ea0295c8d30f0b1033..a73757d828975d7c00ddf69a5cb7dd29d5f16973 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ac73de531fb8fe39f78dfe1305912007e8b0f3e..471515e6296ea4cccdc63a0833454b035a720eb6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4083c310badd7ea9060caf01bc632e2d3e6e0ac..4703c3216520e64b2605bd9fb8034af4058c3a74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca0ce0b7258dc5bd1c8e0ce1e5cd9b21f60841d1..e384205f5cb77fb93bcb469f9af1b9b8a7883ddf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e27a7d335a05d40a90b86db6e11d7a5ba55bd75..09025ff493dfb4e865b52ac17813ef3b5c99e71e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index acd5778e3e8a6bca2ae1213867b8ee6140b47b95..1ce9700697c6ae7e67b64fa44f1d2dbe9db24028 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b788167662db89be7aa6ddd5cb06618b02d4e492..648ebfa08cdfe97e774bc869fb5eb15e40a6f51e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d0c6b6afb1a6983b686ed3d82125dfe3c1fa68fc..68b14b97d69fc6f98b348c0e77b5df603e579988 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b12a0ac240a6afe60b10765566f7a6e57382f030..d3df85298fa8edc67c6ea1e28ced185380bf67a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0987e75e92a637b10657d3d65b64bb5937e67a23..626d6bb508fad6083dbde827d964a1931ab0f495 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71aff6916dcbeb996632e7f47e9de942114d1456..d002e8bff1376266b7b06de607807be6e653af7d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1b581f7155a208d232a14318c6450b39ea6cc7ee..8f444d54edfdf79c95eb99964622cf6f539226c5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c861d3054b73e1f68f520171447e8be40210bb14..f6f3bbc5908120dd06ec1fcf9ed67fb8cc94701e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b695c53ab9bf741a98c294ab4302991cb50ca308..05540a228b94618a739e2e542942489116832dbf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e23b976860bbce4859a927e7eb44c5756339afbb..2ae8009e251617092a9ba07420606db4901039a8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 131cec13c0f4a52c43d99ccc9aac41b137927b96..c315ff0454220768dea0e5d429694156a3898d6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4e740ab3fa5da7e490b6c9be395528a13b6ce32e..9935e9089a24219ea891bf6abc119cb1a3fd922f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c8dcbd280d7b8ba3716affed9d3b5636ad35c72a..34bff3742590668c1924be500b79b4eb723d58ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 43857c87aa4033c1f0e732ab547fe8fa3948780c..7e9291b4928947c077e4b6f64d6a01f2d04b23c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f8eacb85eddd301cb80f5c3ff7e42cbfb3e5cddb..42ec3b6f75c6ab1c300d610efeeb756fa56afe87 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 653c229d289aebab8218fc04dec71eb81cf3db02..d72e3c2502709ddad804d67d11d6e2da8dff49af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5ed8a014196b37722316cfe8f5acb4fd4ab3cedc..e090aa5a38ec32bac76a0002f0dd758cf02db6cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 477d3dfcf39ce609473b4cbd2e9e75ec467c3261..9991e980682f03d7ae52798a604139881ae44393 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 56a11ba0ac5134dd54289ffe4b622847c9a47aa9..6a574a2ac5a7dfafb7feaab6ff366b15fd156f10 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 86bc01ced48a328275986c3f230317662dfbbdef..e9d3f00a3ebcbe881c9fd2a4da90e85349133b8f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d41708a092c4f8ab224a278e7dec5ba46cbe50a0..d41c056dfab00af847433934b4f760c34601f63d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f433ca188a6c20f04ad9e77fa7d50f2b4aba5054..81c858cba3023f959a786e1488caa55fa61cb283 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1342ba3af6e7afff111e5cdae1db81de072107d0..94215aaa7ae77d9a22da4bf5b78488fbf72da220 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2b8aa81bdbddd6d66a03684f7440d4dede838011..eaba8abd53025704c82cbe810bb94110e24a1b6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ccc8bd5707dcd1e269afb8b96cdc6e1dc38df72..afb54ea325b35936643e8e90e923a893c1da8fc5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1eae44bd78b0b8a8396e2929ae49418ada26364..a92568015ca72042361bb64425f90ba330feb578 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2bda4466b9f2532f55756aa39b22fe1222343253..a9d2b7e9fe1ba71b9aef3002f1b990ea791f1689 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 133b2c81afe5b6578b037c78bf29281d38c89ebe..544e1a24099d056323170273bb12aa6d4e14454c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6980380fced308f8ca46cbd6361e8f1caaed0f6e..9bcc227cdf127b2ed200a5fe5afba0a0372bd3da 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 049232dffb6b969f4339648c673b539da6cbd489..f67fcbb4387e08cb1f9a90c90a86f719e419a499 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6624d993f9a28edd4e534207cd1cf4ea3ae8ba16..199b96e2c976e4f10b8ff69b5f5e42da1583e310 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6149e0237a99e63ffc9c1c81975fcdc765c66f61..cac77c9c769ed82da5d3b1794d03cc88a1a2f527 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a3b0ff1ea413e21f52eabc751502d2c7c380214c..2bb7b6eaa5f24eb91fd1e2f92fa293f5d26c9961 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c84564e0f85213d6318f3b747c1f470c1762cf8a..419289c39f6e2927b57871c20abec77e89d39880 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f0e9dc285b39a483b30bc2fa708added0dfa57ca..d803de754ea2c06a012125e73e236d4a87b39ab9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4882b1bff361a7de298c98b16896ddce9e46957..17c8fab7a4909ecfff0c7f86a4e7b8da9d466f0f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dacee205b0dd8a8d8e67b5cfa1b9f1193393f6b7..d699455f470ad7f6fab2a98084f5711265082a71 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fbb30220e83a5ad38589f6be6af48c88f5022053..d415abf74cab69243fba1c7cb0f5c6b4b8ec06b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6737398e44b76c69bd9641d6da47e707072e72e8..130c76319c12b43c073d3fd7bcd9971a0f5e6825 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9297c98de7b0d99d1387e1cbf2a7d85f4f9c3e0d..1fcf1269edf72de6acd90c982a1a957fb6c4462d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec54804002ba93bec26fa6a5f6cd1217782c7529..4fbc30ef9ee68c67975171b7ec77ad817cbe593c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca57b3251d5644ee1a06de3ba2ecf992d4084b8a..496a3e0985d9e66637540aa0ba59a623aa9b317b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad90e729eddd31a35e98ddcf5a4e1d8cc5c38d85..93c1af7aa6d5874afb82f08d744ae4392969c893 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9dd1ed0196502849495115b5405333008d4b6aa1..4256ffcd44ec4904cd68b785eab258c02083809f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ba0eb714ec1c39018d85ce2137ae6dc03be8c0e..080c3ef3caf9b4e2a40e98825d248c1ca363ba3a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f9c702d51b22af2543ff308aa934b59a766dd582..1ec076483440dc0658954148c9dff97dc1f6677e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af2b0fd0952305bcda3eb682adedc586b63958bb..fec00f8ea13f8d9ed108799cd348f227a04f6222 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cd635c394ab2529716dcc5d0df6fe4f30f1a0c28..ca7215da435cefc11850da71788f551492996879 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4afe7ff31021f8eeca670cfe041f7c903d04f8cd..c6d129432077c46bee513425e0b072c9d36edef7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88750ed6268fdbe26d54838aea71ad0ebc92845d..75e683e60a179b3190538f154a4d7075427357eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f8cd3e9d40815b0fc250a07d43626f34fe6cac44..cff75aac877212fdac8b2d23715c925da633fe17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4ea8f72bda92cb62af02dc75284ecb56f000fa7f..adc4fa68db7b5a1de09acdaff6e5fed6240bf0f8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec4863a48f163fa9f117de2ce21b2df871a971fe..ee9ac3246f8b56dfc2dacc69ce0b88c7f91ac0f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ba46e00719ee1fb61861463af92d49fc1fd2c7f..ff2a239b5b38c2cbe969cdb80cb3023ef9fc74a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a7d426b2e17591a67f3e5f6a9f12b64827d5c994..5fc513393ee725233e00d3667c35e6912d4d87bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de6cae5a125a252d5cdbaa4aa099d655b57eaff6..35c5d3cf9c19abd30ff9cecf18cbf6c54812c8dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a77943838c5fde59b2a9e7e4260020cae0d43dd..9d453d5a2de3328689143efc85685c0a8b213c63 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b2f1e54fe02846ba20f35c96c2b93c864ef335b..be450e60c5460794e4f6a7cf45cfb2a55d758225 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 431cbfe106180517392bb63d20aea40956cc784c..e1b247f10251f874ea5f0e2072a854aa80ea310c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index ae368cd71cb4a82edd246db4337ea52dc7529c48..1ea992d68e9e3d79c433604170342c6cc26a0b2b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 44f48ff2eb9929c58c31cc5ab092e33b1f0ca587..34bb67538555dd37e8103d59ba9a76263924c528 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 823b399a500b5f509ee76f8c1010de6cfb0e7acb..88b01e255e392adf19705654c0ecbc04db34ed62 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a57751ceaf0264329105af4592c904a72521f3ea..66c9d06f076bad857b4a3279bb16e708cd961478 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82d2ff18601486a16fe2e7c7982827f5b2985953..cc5b75154640bc266ca6996f5f9050faedabda1c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5817394cec211a08c775ad053d2c42f29f3591e9..6ae882bd946bd355e3399ceaf197e85e18b89493 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 78e4df69c26cc3f9ae65aba810bea913bab39227..49d56ed6cf1df05372245f377e110417c265c4e3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a1ffd771f70ef09a2f0b71bc3aae12fcb13fbea..0810cbed24733e3e03b87a6412a9d59c0ec735ed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 691d9d955dde8b4b6336868753d6263d18cb5c96..22e6e4a997b1e371dd57624cb31cdfa7981f1d2c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9144541cbc5dac68e012fdcdab01d7588b0c3956..02008a4a8673a9ae8319d86792dc5b4b9422f0ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 485004d70cfa3cc5f31bcd12bdaf1b8e78e6188c..c5553272e6f12530776714b14e424a02633c9bec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 403c26f21c2e7c8a4608b14c384a08d67a4ae6ef..d34823bb438635f79e51dfb1257d6b6081c9433d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1455db130fc2d6c0c0b02f5f8fe80d1e5fb686a6..40c24e49c047d11b463199030d828c855fbedd49 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dc29f089a276b79aed4a5c97551b0263f434f3dd..bf767a3e7ba0f0d34b5570ab42596a9629dc73e6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d3205b7a1f6466da1cf8ab1b2aea1004ba47115..d24628ce65652f81ae76fd466f2477279ba052ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00179ab32a38582ea4cf71560e598b1b237da93c..8dad2f6af209c0dff39d9679d09e19fee55917d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f383b4ccb0321ba4824869930668aa6f00f067a3..0c32cd523257c79b488deca3d79e2336b7eb6881 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 47fac8d0a1d8fb08d40f21bd2726eb15cafb3aa1..cfcc38aa0e96f96e150d1eb11e02b64848c23346 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df0a779155ff0ca2fa1bf281d83e24ef985be183..38a69504bc8473ac7bfcff30bcdbb3b06801dfd7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index 9f5198b181279d7d26babcae4ee274222ea9f3c2..cfadce5a8f95f9e8fd277ed4ce4fc8e8bedba3bf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37d9ae8ce3429088c1c3278e7c7b06b736aeda72..09d41fa8764f5f49f20bfd484292f0ad6fad2da0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 332f6ccf60f23b96f29ce63e2895f6b2e9bf7c21..cb27b388866bc298105a2bc38e73e3a34326e93b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 24eb6dc50e125cf268049758c089afc461017a5a..42df3bc74afcd188a426169484674bd7f457b3b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU APGL version 3 or any later version
  *
index 33bb8357e79e53c26b703ed8c643e45933322e99..bb7685dcf29fc04ea0fbe2df7f7b2289cdb5972d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU APGL version 3 or any later version
  *
index e5c2777cd3a5752ea2968462599368bbfc3b17df..9ae510b666226032f712bcfc7b046d7f0e838cad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a0cdcdf6af3ceabd8c467a48184424b1e0c896eb..f59ff547c9ba457770ce614ae1d1a04817687d9e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3c42802ed79e48bb6d1aa26cc05e3541ffee52b4..97fec4726c573341fd3d79a5012f6a8a1ea02061 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c80202a41ac7b8f2c25b23540ed03e9339687079..00e171babf7da2d3d5a907ae78c8a590dfd8c81f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fef39c1c16add5051f135f2e2ac1d005dc50c35d..958575be394681c5ae7b624176f6b240052c6958 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f7a892e2597bc3f1995082e10358819808bc3e4..a5263299fbc3b87ce883c6492b711facabeaff89 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5c1bc6ab7f7cbdab8449380612a28c9ce30e15a7..c6cb7d5f0f042f627e9c9c361b3de66a02d27ae6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2d6598706454f5542cd75c61b31f6063afa792c1..7c09ce6b21da68c0696e561b2d9f6688bf385f9e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8fcaceb773d4d3fe1ab170ec76ec6b4b3f7bb88c..78a02559cafae0b62584421e6fc68c62d89f863c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 695616f0d7a09334d35943563d0048b0d38ac10d..2067ad741bbd7b86a004fec2c2afd44bb7dfbdae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 400bbc23e4f64f0f4753eb37952ef92bda15275a..eef8cc3222a6dcc53559b053e085f5a91407f747 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33f7a641b2acb03eec7d4ab3af03a780070d5c7c..d3efd81ecbb2a46c259732d6c6ab83adad9dfb38 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4638d5c8496923583ac482d383d795ca2f1a4794..56211641be8e411399d098e01fda50616000880c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dd0c02f8d7e7ed02965821d07fa066010d2f4faf..8a827626e6a2d39bdf5193e3cf41bc6b3da6aaee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03841e5e5fae559125e547b343b96de26fd54132..2cb5784228faf692dc09735c3638edf43a25c85e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ded3847a3c0ca73a845af6e2c15f53c0cf3390f..2ad2e60b8828649a2590bec72125d880194f9767 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f652b66211095aeb3a1e7a517f69e76089afc664..2dab62c9c04968fbd017068622e0703712fe8ac3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3b1c1538af193a4fb7236e01bd6aa8f1472df838..3dac835a3f358f63de8702657ae8f82c3a3d733b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33731bd1c10f8af872eb674517d403ef2fd8cecf..e1e7902338afa5d530262d1519ec123236c201fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 94e7af09164887eea90a928321bd808c11be1c51..b4b568763e447cea636849ffff8dead1eb49228c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9bdec60f0832f7a82abd23a0c7991ea085efbc21..52b8dd482d8b1dba424010d8380121e0697ea681 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5daa199a94ceaf1b05899bed2201361174ad6d0e..e6d65532c5272343b7a9583a609b8dd378c935d9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a62ca7d56605b2c78780c4175b460265cd6fd11..b78b5f90faa34b5e80c9edbec45bef79cd7d28fe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d520a9df0fed1e337194e473fd35a8cb51c9e373..347fbd3659d1150d15e3caa3799f9de8b41a529b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 008e3798cea3798c602f45c3c61bc7c9560a6a03..8ff7ba359bf14ac6eda27f4f1a479d617170f6a8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0861aaefc7515e0970f634a60d36d020eaaa8533..4766a9a1c885ff211fa24978157a0c44861ba0ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4bb2e862856b569d0438532b04aaa9a446bedfbe..e3cb98bca86c802e953ac82819b7fcfbfaacdbad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c78b7377012406e40ca8b905e8ad80c47d4bfa5..adfed04bebf838b0ccb96ab916adfa42dfe81520 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fad8d9f7e779011db225901f35f600b375a74e87..7e4aa08e68d29e8d77ffbbf69139ad0da59a17d1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d8c1a91530e23cae1b7dcdf19b1e534763cc86ce..00df1758d2501b0d60c5d90e0079c4fd7c4fdd93 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1bec7cfed165880153ebef6df92b45f8420a2daf..02794ef1871c560e6fe025552a663318751f67c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index 2b95e06877e6401b4d5ed4cd1cc8c960a890446f..3539b46ef59e65989255e62d6f3cf0ecd9094937 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 822fd66b726bfbf428e2a7bd5c0a5491226c16ac..064842557bd7bdc5d7496d1c1502164c9a8df2f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c8b286d5fa04e4a6b335953dbf3bd37169371179..898c1368909dc73322909080dd82b1cfd2886b05 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a70e9822d675ac84c160a26a45240a214853a34c..dc92ff38cff9cb2456c9b2310de6e0ac779e95bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b18ba28e44cc0b83c2a10bc9beedc340406467b9..4bd6c6e7697d152b35062124c667260a083f7c83 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 145fac94e5a4581cfad4a72aa3755357ef32b5ae..6ed7866fb8b6a2c933fd0e0ef7a2eef332690159 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a7ce565e35108b3107170609130025f790619aff..ac633b1feaab3c0fc56422571a855d5a1d491983 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be3ce007fbb1ca684b633e1bf2054f013d062211..f07e54b10cf55f3ccb5e240777b549f9f3246664 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9df38cfd918a43bc601f7b2aec82b716b07a02d6..53553156e2f17329a3e5e188cd321254c90b4ac0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f647508a68d647165d91950f4e5e6420b0e9f85a..3a634d46e0e4f1e004f74a7b0fddb3c9566b700b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82f30390d7a4193c42c3c36ac592f09982c621f3..70184c3131fe3c9dad3df912792787bd05fde649 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b3407d28ed5596610e0a3d8400496c2794590a1a..7f4f4b7b362ae6ca5725cf618052543c34f5278f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3fd2507c4a743bfa1423c11f99f5961186033320..ecf4c1ce95d5fde406f18ecbb310f13d45ba48c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d912dc894d2ef66e6d27cd511978b841ec48110f..a54eda45df2799028037a91a58174bc546edd58e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d633c1128c5197c7c6613fec064b186f283dcda6..4adba064ed1f4291ec69e9d7d0f3a40a0d382de0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d7169b8934d12a4c8bd7ab3ef7d2a87ff13596e..96e1201a3d432310ee85e9308de3aa4168917459 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4df92cc367426a4006e75d600cb29789b8429a94..e93c1c07b3acf21843170760888eb48f5fadda8f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ecfa32584bb1ea94e3fa5e5537834adfb4c77e80..5061c5729ab993fdfb9f9180f53d5a60f026e054 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1adad0932611dffe6fc552993af3d22ede3e33dd..987cf00e6ac0eca69b4e7b7b6df7c7cbbb2cf9ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 590ee59039ba81d38425569efc30ad8c124550f5..58ee8624272b90eb10a7b7076a543933736467f8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6325af436d18274f8301ad55a220d616649e45d2..b1f10e9ac9f6924eded5274a8ad79bae400c8ac2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ddc6f7d6ebbcbdcdae06388493e921fe95f3ff2c..aba83cb77a44314845cad25298acfdd834909949 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a6d2d3a23a56fd1fd1f4c76f967c81b5cfcae59..340e30f703b04360f53a7c30b8b7f52dae13d42d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e69d6ca6eae1deec97a8265599af80788807f3ef..dca16ef8ba71093d8da67967f29e0082bca2d289 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bd4e647a454c1f5f2b2afe15abc45a07ab194569..f05dd0ab38d25dcf4b02996df47116eca1f99d06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ddfb6108403e2e20f674a9b374fa1485387dd57..5bcf9de481f349a28aaa2e3dc8c9ee42c1723804 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1c09c865daa5ce34db6f446c5c3c1d921a65a6f2..572489f121c11d971707323a6cb688faa81d19b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1c40f89de450fc0dcce728d8f7c1c653824904ff..5669f636b78322b8ab4b54d4358a4f198eb3e724 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7cfa99c93e887fe441fae68c4b0b20734dc458e6..7ef5ff4218259fcfd40c6ada72fb40dd8d5f6bbc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed52deedb8bebdb98d37c7a901143ea6f3b6e5a8..d3c17902bc306bf6e47d10cbf04946fde4b10a6e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b42c2269eb3e66fde4f34ecb0b7abf5372c98863..1be8e9b70a39ce2d19cc56609adea0211074a1a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b67426326a59848bab466a8b6030341c7b818ee4..67351fc220bf0252121a95d4731dabce4a46a61f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ef7f15fae39f74363820e619fcee43d30972886..f1e66a224fa088efa141438127c39fc01f87203b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 199a6bad1af4634ba3f9392b04993de60b1ffc0e..5ac8b990968b2d03ada6c75104e7a7018f6211f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 43cf8eb2d0c3b9a82e26bdea63ce7dd55d2aeb08..28d46f50a3e0fa141bae42b33f555f0326505a02 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 608f64e97c057741445b142d799f3f20ba98237e..5cef75180bdb2949f4fac96c903a07bb81d28342 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 10204fd5227e5da0ade86ed8014271132997ca47..815376487e78776e74ea15164c00550d28110454 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 815f0d9cea045967cb45beffff246586f029d2c9..827f1dc23809b55b1b618a1ebfff957367e36aa7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d165deed90183a0e3d7f402220e142189ef1b298..dabae1f4d3c37aece856e0db3d91a6c3e7f28b5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f44c550204932829693d43a860ba353370d550b..17e3f5cb4996897d40a75bdff62f7d5b0baefbaf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6ddf22013ad9c2daade4b7a76f1cf90232be654..5aabec3dee768b111d1462c82716689b6f8cb21f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 666210c39d3e7b3791f389c8ec57fb7ba5a71fa9..dd10a6aece8cf71177bbe43621d41a1851f97adf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 21af7397c9f9bef8c6b85f46f1d85d442691750f..0520103d7623080aee8d4869e821811e8e149223 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b81437d9a2bf02e82945314eb1c80a6f003c2b7b..01e24fce3b95efe66a39d8b2e13ac952edfd96c4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3ee209cd79a136bf460b328b78f58746f7e6eaee..9ab933f123505c33f3b119d00e5bbc81178fa30a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f14e17a0818f75790d579a68f37d9a1d101bf60a..d9932f43f6c64c859b8e3883674212ee2f38bd13 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 91220def63c54ff9b76374cc9c6706d81c914c08..58f6ccd0ed212108f91e65fb2737218c1ad04e04 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 80a8f5502a670fdab2eb1b4fd2460f72407c10fd..36309ce89f2da4a5d1c519dd8f300c5823144565 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 09959e430b408538d6d3c12affea7c5caf4ad0da..00e5a975dad6fcbcf903152a8f4c932106d7edb3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 286c5bfa3ce43a29783e107e4f47bb06c6ac8f9d..4ebb02b8dd5880597d33429c07bc687983d0699c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71fd78c95a58b76431754aae72309e2c049bcfe9..72b0fe915886502b79d5b66a04d7796fe3743e6b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5654f3d61db15e3d8db5dda8a1f4f09603cda35..550655460963d1425a78499af9ac227946362be1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4e88b31436550d4ef31d0a18ff522bcd252c3c7..9ab2a3c8851215783c3572a7680b13740b41a295 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f10df66b6f52b65d81101ec9ac04b02182681f8b..8a72d792204fd23417327d48b7936fcee3cb23ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 495e0271d8823afdcde960ae9cd16b4c46bbb1cc..81cc9b4e63cd136151665d13ca4ba4b0d3ce18b7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 44b0463b033b4e73e799937ddd6d617cb77bb356..a2c0d531af95027c06802b7bac96dc9a29bc9447 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 79a90d403c561c4454401f5bff385d019931a093..3a14a0db9a6845fa7950907ef33ad76c5244d2ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 57f3502cc9ebeb32e962d4b9183fa5fd6815c09f..db0b8435145cc1549503004c18fac5e653496a16 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f915e9f742b4385092c0e33bde6d5d1e4979cc82..09792935e0bb9bddf7e1293f6d8c0dd1fb716819 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a9e50d532ca9cdf749b668ef1dffc24bcf75440b..bf660d33f2ebff1554336a5f3b49c20878504367 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9988a4009bb1dadc780224d067d37533cc0b3c24..86716e99379d4032ad82843864624c0e4999aad6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d98fda46d7620289bae4fe4eb1218b6b829689e3..f50b73b7d707de5c6a20bd3d7023d7582770700c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 321b913925f5cc120fa658dbf926d0773811abd4..aecc35e9f9372f34159f7899a320c87c05dc0a55 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4ad2c83d9dce28f9d322e389a1855b29dcf1a9c0..44a741d7c83f1fb6dd8363b59fa2aa70288bd45e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e482b70e645a91fc53026c4f5e2d48b305da01ef..6fc8f4480676eb892583c7f113968ff2bd4fc243 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5873cee4e4bd2d21e41429324e2a8b3c3f9ce808..6bfbe31971311a5aa6eb1a95b0eb46d0309341d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 736f6b3b16de09cfdadbadc7d2e7dc652f6ef2e0..709267c79fbd981dc3895ec0144e0dc41b243fb7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b6a6b082502d982e0827141434a7c31df437b84..fc31d34b0717507f3dce391bef656b2785ed8b0a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f5dd396410bba4f1634b34ec5b7af415b71272d..a28424c5eae482711e2e5b5fc5e8705251c983ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a18a05d1768f218d34ec603041be469a30b42ef3..16ef1b7b8580f5b71bfe03a10e9a8b264e0abceb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb71909f1f584fb8d86eb623ed9ceda9cd0d1b73..2225b609763ffc81d31d0ded008173c0d81e832c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 969dfa18549be8971d0dfbea9fe50a169e25d420..5ea7ef52a5e3699fb1b8ad85b03c66aeccfd03f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1c3b393520f145580406c9ff28ecaf9dbb2a862f..308bbcbe617297569119e50c2b4efc14cb496b3b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6c2d806ef1724368034ea9ee56aa9252412002b..5fda54d46ca3ee415323a044368ca12a1c1d38a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3958802b1815e2ccd134d6f37188805d82676d6..162a193688eb0af30e02893a73a9f7d06f306ff3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f5c1a3136d5a12c5a74f471ad234da6550e92e7..61ec154fcc23b9989085bd2c86c26751289a6c5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c47ed5564cf43a217e835c55b272b61eca2445a..ecec5a01a5df3a06c054602ddf8082d48e9b0eba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7b168f871b9bbf0d97317ff2f582e7bbe9bf1ce..382388ab9507ca25b9aa2b92ab2452abe6ead7cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a3295cc655175aafceaffb19beab206c17ec415..d0a654d5f282045884654fa833636b855e1bdc44 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 35407029cdd00da1f0917e7232b27c29efabdbe5..2a62fa7007306868d9258854183221fa549fecf7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03aded38544f2914c8f91dbaf992560c5887ee2f..3989bc6ef9194574caefea340040bb40e8fef780 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29a96bcc335f4cebdde5515da401bb7f5a28c436..b515349520bcd52581dca19629b08c520795e5bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a6f0cd51f3d55ddb25c322902e3d2e8d7920864c..3d5a23727809a9023d29807c4e9e08a6c46e7392 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f2fee3be8f5698cfe72b822f2fe70bfeccc33de..d983202c0c1847f149fc49ffa1a983702d9a4711 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 141fa37f6c3b70c7e87cc855cb5f189b3c55b8f4..9374ec836007b3aa4664e80cdf9dc1e44c991745 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8430d529858127069c0b1aca41718eadad108a1c..6e892cf254575e5f6c4d2165ceeb133a058e961c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f25704c55d4cdafaf57227e9fe1b43a4bf798ee..6e25dcbb10c3533ff7903b3aefd6a6cae1ed5dea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fef051a39dffcc93535a460c6366068f3b042273..99fbc646df0a9280090f5f08cb882d2b07ec494e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 626401b15c09dab32fb9cdce4f927435260ccce0..1341aaf33e42b0de3fd933b3767a04ff4dac4564 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a86f43be716486cb223ac61c21da8f6cf445625..4de9384bb031991b2ab5437c08e8adb3db5a15fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22fe64b9e63e5620b05d060fb3b1eb9360dec4e8..e0fc2ab160d6e74703631003a1edc092fa4a3f79 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 26d09c9772ea9e45d8f4069a6233130f5d02ade4..9382e65b3055c225e670a71b433d725d7b0c9b52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f7ede9225a8bbee75e4a939129d1d24c9918d507..de0ee93511cefdb28609c51993589e7c684ac610 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8a810510f0489916363b98e1d397e430b602a9e0..cd4704dcee068018ec0f1a4c4b8a701930e257f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e8c4751c4387266eba55eb35b84b0192a04e3444..866fc2cdf54d532142039db2214ba55b3d8187f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f51756633c16c63831ee05f6cfc892c862b5d0e3..b5a55ea3596f8b43dcaebca876c45bf028a30fa3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cb3d813d348fc5ce04af8daeaa1f050354b38de9..4fa1d1ca3e08fc0f41c0ec4143718dc03323504d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 64a060da381084aabaec11998f4d6b741c5a2690..d7a702d71c056a60ce1f89f7e4c56f0abafedf0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2631fc75b09094d84b2547d448d6696e5df2e3c3..27851caa873af67f65e18feeb5f60d66de8f461f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6c3c4a0259e80873e1130d0b243531097f9fa3c1..6b5478e63ad47cd790f214fb424106069e69931c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f7a4fb0357840023598f337c9882a508b85c353..6f8233a6a009954b4fddc6fd03d0df53e2fa50fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7e04ee563f6afe3744b6ae9116baad09f186b8e1..24289678c266a41450b751fff3b6132ff8355cd7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dcc46115588af775e53d1feb16861afa93b615e9..16f635e3a04b402e1ac8255f8ced3a2a72589db5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1be56d0e78f307db5c487ed24d1ab96488e5f73e..3870074e1a7be84cfc3e6b1f4f17ab37fb4ee202 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a49995a034c7428533c9a377b55f15c1dddf4d5e..e6d0f207df71963d48ae28f140232e3ddcb9642b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df3e913f5675ed2dd641a130b41c574912983632..e8eb4233b1a8a3040da04da6b68cb02c7aaadc50 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7af50c67e4bfb597acff85868e3b6093fa114150..dc826e33159e8aa15b3c0af7bff243cec77663a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be9ee34663046f040b84ab1cd30e4b1fc67e04dd..ff2240ec1471d3ccd1168480bcbccfcb1abc71c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 385cdc12d5ec5495cbdd87ec7d691862e9b6f89d..4d1c3b6374638f0e316a245325931cceadecbe9d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 134ddaabad309bbdaa71fdd5e68bc52ac885182d..14ebd87380a072527feb6f06e23782261f927b1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15b0a4db1e84392b6dd425d5c7b06bf722b19589..7ae818ea16d97046a663ea84bd5c322d1462027f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33bf5894752bcd74aa5a9681c4c41d1a8e710150..93e1655ce88ca467b640bb60b2bd77ef7fd749a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4510e575e27203d242ef642c4cf0222d235fbbd3..fbede2cdaf199a1c86593b44fac34f67586ecb61 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 615a47be10252fb0ea679fca936f1f4806d1ea19..239192102fc3c95ec87db7e957a65c632dfc1ada 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ece67935c090dac2fa38dd246b048b8147e50b25..9ef10a25194f8a80f5dd120fddc2979faa820d1c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 210abfcecf6b747a08a24d1eafbc3ddfda6ed05a..439024a4f61837b7a60eaf8514337d4c27ff040e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 322fa349298bae9da171c7109a1ad2687fc8a0e3..c1f3b12ef05f40a221abeaae2e1a12eb03fa7707 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cd2bb1ff0f9539afe8f903dfd0e46762d69c2914..08bca828510fc8034f44c55a011a5b48999a2eb4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ea18370cdf215e6ed992569a745558c13696218e..3be49a38fe1ad2c158a1c39c9fc57db268084674 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b098bc9480a68e83f5c22fe545e95158ec40cd4..d499f778ccfaf4ad4df26eba9b952281b96a4183 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a636499bdafde0ae507b3f64389f6ae2a644e1c..875e60e25d5425ce1b36fb11ecc50386dbc88fb0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c2da44d3699e4728c4b71f912c7c6c9b23da8a52..ff2bda33b0fc4cf3ed0a8c61cd5c85189d200d7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f7aa593cf6f3cd9fb9e6b35877951b0097f7186c..84f3bfd591d21862189a48b663f03989f3a50f46 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d7b8c6eeaea645988048a255e55d99f453dc90f..61cc44d5218df843460e1a75b955efc3475963b0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af9645dbfce869b27ecbe41583192fe531825c0d..6e5ac9c93a9164edec9b5820ec8ae30db4963e1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bfdd13a052ce42a4eeca45bb7170d75ab72a1c2f..2378d98e173f07ce0a9789855d5e82a03737da6e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34ecb5c147f2b384c620d8461f5d925b7bc34567..4b24caf5ba3421a6a48daf6f93f713b073349a59 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d1f1abbd80992ee9ccb5da9fc77473329b3ed316..4f18c70609fae3e6fed8ca392bc8a8f4fc99fb9c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a77e63868d4f50c0dfc94df9ff10f4fb0bc537c..bb66270860ec79d81f844a8533b7f23b640f735a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2c49c9f1dfa5af17227ea438c2770e1588285e3..fbc00e1d58521b19a0c30efaf72b997b485c63ed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 954b89702b23e8f59684b8d524d48bbd8d121d23..cfbdca7fe5f6390074273be833ff62ab1c692ebf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da4ac21420449f49d189667bfed366ed6e859903..ae523d93b8712c6b0f19ca383e9192964d640e51 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 909f78e7082290bc5b03f178b9147df1a6aae3dc..eb43e4c552f8253c96bc7dd2f2d35599cc3c38bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d353b5510065d2b3dc9015b59c3695ce34d2e2e0..ba15436d841c0ad189bcb6b6ead793d3e46f58ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a1fb1f5b5a20a1994dc55f0777cc2d9df44a2d93..e84ac3152e36e8c5a5e3114885e2e42688e08dce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 86c8f5a25a8293de66b090c2da0d08174a702734..04aab5016a838ea98cd104c45bb51f5542ad636b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f07b773198c73090075b356b4210dd41b1e9cfe4..7b9f5acbd9adfeb82553b81e8ccf4e78be959648 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 41a24325e745e610da58cb3e802dd6480f21e8c1..da9ca7b04e48298b937d9f9708a4a239e38bc107 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f93e3eb50716ac36eae5323d6d289bcddb34441d..0201c54d9921ef69cc9cc10da049b404b8a90daa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0db881a0a99e8e19c961c868ebfeb139bd0d8db5..e209aec07f18c23056e0f523a190df712bac65fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5e1b1590fd5c906c5e4bd0b4d87eca1fc9b0a2a1..9d64268561d3612c63efc6e866e1f98357e1aeab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9501dc64a40a8cb89c8a0ecc93108677a954bf9d..884c5fd49a87cf7a71547f8bfe934ede4410df38 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 790badc9d2d3e2510f49416c4e568c22ed4a075f..edabaf163c897fc890c9dc6603049162161faa52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 13c5b51f9fb0ea2f596a07b02231a093a1d52883..00c077168a93a611d7a4188195a14707b4de5f5c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5ac862bda89706833458fe6fa2b6edd43cf0eeb..d7348b25861710cd115b9ec861d89d3f90532676 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bc836253a5c110ab90fe74d351331718cc35d358..1085c467c7b9df2645256f91d769a80a65a7d04f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 38ab6e5d3079f0e55cc3dc4d7cfe9671eaa7c85c..22635e7341618f9088d8d5c9fa36602959ce612c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 64817cf0ada2ceed1bd2aae3ec97ae7523b908e5..751916eb32701de12892d216bb437076b4d89d51 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 301b42c03e207894d936266fdbd40dee61a98594..e70d3caadc23e405f958938de66062682efc90f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6b908b6f93b7249e43b99f95f843e8a68fb89403..10cc66cc10da0f3a9e7b3107f5b5af71a3e4e2aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e058506b8636359ef08af691145b09ca08f69809..c14dccc3aaef90f88b880ed220d0e35fb1bab75c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e0645c05e07f0ddc10a2f9631277225f70501bf8..24e0839d386d3d30806ddaf51c0912f10fc01d8c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3caa7c0877c8d5a505c69310ac4a9a9683cc95bd..9939e894d9be4dc97b0adb17c5133a4be91bac27 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0cfc2f65826f4fa6489f0a4a549cd9ac176a26ea..27e211619d43999bc928741122fcc059a7346ce8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fe1b486d5fc2a110d3229fc5f304ba1c913a118d..929c90432c59089f33f4dba86f3bc62ab236ad50 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 98c11afc270ee845e4123009059b9f901b21db93..6243f13a02e0a7e4f29f64dd825fb4d362b0c0fe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aadd36990490b1837358822b987fb390caf0c850..0925175ef6972ffcfd7583c62d47d7f0ecc3883f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd07c5d26212c15107e790c4326e7be1cce3d7e1..24fce52f21716776552a034c41006eb7edef24f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc13c4bc897d697a587daa96b2a46f7595a4763f..97f73a7291828d05ccd880d34260baa8abbc684c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9d46259ed1431fb1b35a894b720613a0c898444a..c6348d774754d3dc88324dee692bb774c333a1fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3381a3219f8a5520cce55a30f548a7cc381436f1..50d717c23a7641d9f6af4fcba910eaad03a466b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fdbfe219dd90147a7fcc66352ba723be8e86f329..ef027c3d3b685c288ecad85460f7ef52863be54c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index adc503d788bce1965bfb8d1ea07a33f7e8e20f96..1003c6eb2a2b08cfcb7ed096afb021bf85d28e72 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c9ce42b3ee79daa2a1858c012f48d85a652cb052..b127e312cacb848068444e80fa33d7645c0b8394 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3bf6396a94bbf3d4dc9be99796a6df0f294e2213..213d8a439256feee9dca600e9d9a3b2e23156043 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d7ba017042abf147127653f48f2d90dda4e04c2..9052096ea30d4ccbc4ecfad6a02afbf746db5ce9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1675fa392391741edc064a25be0ac9bcbb35b0c4..5a3a4e4b468cfecdc3ae9339218f2183bcbaac28 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5fb4bc640b772082a58dad3424cefb24fc3f349c..2d07e3cfd559021c7a6758b67da58184511d8159 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 39b8e0ff0d6b4a43672d985923bb317657cc3a3d..49c669a2b21932ae8a6fc76888c76e757c180396 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d48a995be63a5c74b9e7295bbe7c3d2020cf4228..fc055647ba79ab6f2436cdec3f14b79135d77979 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03fca0171f64685c02dc18707b842fb31cfe3d09..755a0ff1dac804e68fdd2caa930dbd3f9c242797 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 286709c659828bfd7f49a8903b8d52c9304e8ff5..2623467dee52b5c894ff544839d68804ec53004c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a66025bf543958a7518ca8eafbfd76f8cc3b6917..bce9813d9d087f05ce817721f005322ab3652eaa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0b594814fa2b04ff22298de827318cbd0ac8e99d..53d37f85c81be96443acc7765af5786c78a1a338 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b034b092beccbc80bee7841f480538cc4b9ea2d0..75c01f06f4c85503e8e1f593d28f7b57fca63135 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9e0174c029009cf0d29cf2b7107567ff6a1ffa2d..86b0c4fa8a8e1c555b80fbdf9319091325d0fb17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a8c6753190503e36c25e0606a26e35821773fe3..fc47a7c0fd88c37438c9d5b74b29fcb9b8a2a670 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9065ca1685e4968f8ea60cb025392cefdac95322..51229d7c9aa9cc38019617e399a1594098c8606d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8243205ff68b70ad798e08367eaeb06d45fd94d8..e41c99acb8ca8170643b4ae931f912598c799007 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1dc08aff8b0aeac5d8dd61fcaafafcef9a178fe7..8955a50e7c4dd2d622080f2ed6a94c9590c1cf45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3740945178bbbe2ab7ebdeb5b2e34e506b0c4935..523d997fd8c78a885c62146d905d24380290b91f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1fc307a68dc725cb1257b53b37eae6072afc5bab..a76ae1c06313e1d62f4b9da6b262deac157f0713 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 36d8e8846c8c9da8de9acbf61209329611c8ed2a..dd7925ed9247450550e75f7dcf0caf0a5738ed88 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a4315452dfd3c6e70fcd8b89890877c8e675d722..8b19b26fa028a5527e9e7a751b53d6208f69e351 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b8bbfc0b075eb7f6f0edb507e62a3c8395718d2e..345c2cab70c329394f851d6c9b287c265457d2b2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c060a889ec0d18eeb52d10ab820c6cfec844f7bf..202714fb1f020c4dbfb0b9df3b91ca4dd628e462 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d947eca3b4155f0b813b12656c0f04b72d99062f..6e862605585f544d84e420ed6bf06c036223e03a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cedd6ed99fed74140daa7e5301bc65d917ffb320..8660b75b2505017070e25044abd4c6b57ec4180e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f1e6b0b507872942b206414ced6f8b8ae670489..96353ce49131c3a4f8b8f2f7c3f39c6e4c4a1cbf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0e95c2d166ffccc133546d1a48cd920e7a89ac97..4da21bc102234c37c27e4bed91a7ede432e45e57 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 97ea18cb02433cf04ed8f90ab415368032afded0..a9831a9d07050fee64ba0648ee69d7cf78341936 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c257795445f5c00e3f3551323ad7f53281d618e..3fcdf064c4a505a32dd44b6438a6281a64329886 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f718aa47c69b4db06c9e6e7a7ee6ac803401d4bc..57d45b743a90873813b4c9887d51c65044c54cd6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f957a5d5b5dc22cefa0d28501c49a62724a81d7..37f664755f5695bef967679f548c2dbf6ea89087 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3623fe0c185872c63ad60a36245fcce3f7df342b..1d4d81bbfd44c8b4dc929c307d5165164cb62cf3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b57aab391406a46586669b8d3132fef2f4283aaf..88154c9d22cd899d7e4989e3a36de8641fedca6f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a1cc42840c2b5a4cfff156577b2025ecbaf418fb..b8d49aa0cce238f96eb330b7173bfd880626a37b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b50a999dd590f5cccc25540a1882e308ed185d0..a08c2293ecdf25a9db17fa0b839cc31c014e3f2d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 831458c3365062db382c5cd2c8a8d44a965c7bd1..83f81daa53e75b15e22b90f5e07dfb7f6bd505fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5159cb458436d1db27bdd5e76e1d0a7b043ee2d4..9ef9088d080d0d0a7cc4ace12a1854d6fa490a2d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a859cd10b5652ec6982c7e82e9e108704542f21..36902a7b4c0494a2feabbe2b7a329b86a57f0c3a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b369127c095561bdc934ef37667353849471924f..b5687784df006f05d22c01918c64aa9224563cc1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dcb5b88de543f8203694ae3f46824d16039dea4b..b956e558ef7bee0188b0445a458992df584241b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 46dd400adb5c29b9bf737fad401d18874b0f39a4..2f7c765cd303f52aff6be8f127ee1a459cb012b0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5c923beec753e4ccbdba0658a9ffbb0cf1cfa804..253ede4bb8c994d01997e2f800f8e71496c16c5c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ce6f4e1ba0a06a5374ccc9456b6cecd7ac50bd4..280788fac9c09c2b01960819d40018922bbe4cbb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0e44f19a4285ab20639c6d6aa8ae6fd132042fa0..abba7cfc4fff328529a0ffc3e68ae15e51225862 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7763cd4f164edd62815b01b5b025503043b8cdf9..672699ecebf23a2d136cc2c4adc2b12c528a47ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3f13000e03b8252e3f3d9fa6779b5a9de7a18e17..22b9a81097d125e2ce13a098132f257a5eabe497 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4f6bf3fe917c627ad3ec67ead84e3a028e4cc1b1..d47342db44e907bb69a032e8c8a1ae7778d5b0a4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3bf0a96ef3333af83c69058758292733b3c298d4..36f20af8e89d62aa8373dd36d6b31c8a5f1ba5b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d1cca4c36ba070424b217031a6cd21d0b9aae7b6..4c8989eeb8b960808d8788551d29ecaf31c04f53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14d18cfe266ebb3d0a1b1496efef02f619b6118c..c4e485ddabddee8dcf1f382ae5ab3ee2be265eee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e623a12faf14087a658dcb8c7e76b84e40285800..5373a95d01a476350af5d8b14e2347caad6fb820 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 179de63a8605f212374d74ca71df331ce52746b4..cc0184bb83b5b1136d709206546923f9266b18b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 02cd447090cad7126a1d302cc216f29d44b513fa..647fd3009c1eee6d478597c6ec281136e979cc95 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d85e754c3f9e8298551bed1cb39a7f7ab3442950..7ad083332129d3b34851c80efb98bed5561b2739 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0d6b004cfec7269120517beb70ee3dc3c8e96f74..a74145a4eeab5e53ab85b618044fe68356cfbaca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3b8e7711f81460f3ce34583d0fbfbd1757c77dd4..0e5802e5cf7acdd5ad6cfb43f16a983df31b740c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 16c8786bebfbfc07b417e4ba217005655fecdaa8..1022153aae1ebddfd30b40fb1a56ddc78ba7e7ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc3525e0bcc8d35cff8a65745962c853dcc93d41..abbcd66046d193763d28ec4751a45123beed9d49 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 92d71f80a1ccacc4370514c8859de90e9eec7508..ec283534d6f7d84252d4d3ae7f37b8f1e99cdc4c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 39b217552ff1e6386542b1e657f12cc1ecfe58a7..85be229ebae36edb615c9aba0dfe41142914b65c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53a46895da5ff495c2895cc30c21c89b33fb8bfc..01eeb137c6e87fff6eb5b11d93204645fb16827a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34428cb317d784d5c8e9e3097e3903eeb450adff..92f92f13bc8b57c81b85730e2b4aada0cce42ee8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1f0e89364ebcf83e3208d05632e216b5f3d2bd6b..62e9c8bd881043192047c2936ad37e1952b974b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6ffee63f76026ffdd0e10d4688363011c648e520..04f9cd8e856da1fcb78d1c9fa4747d84d61ee0ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b51f9fc2be07ac6350099b8d015ed9e38edbd8e3..8f8dc8bf1c2a01659b68d2eea0f70bed28a905e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a48faed764a3092719484fb23bcdb474676a1591..2c64481c7a0a0abf955a72c0b67e3a237469ed0a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c97b9375534988670fa26e04eb58aa72badf91b7..395d6fd290011747d76f1a735e6e08bee3b5ba08 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 608e48f074bd2da684c32d60b03953b2d9b51a50..6e36821892cd00b50bdd1989b1c98d3d071e016d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51beef6408e957a735606ec366517e1d30673537..b8f26a65c122c185f6280d9a724f36691e60b809 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 71377a95569c6abf9f7f771a11c868f9f61a6729..76c7b2233fcc19b6cc6768bbeff9671d0d84e092 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f37d2a2937bf54c520d3fb458ee5a292fc1f5929..95219bc32c8458ee63b19a2b5ba8f60d64783ef8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 87535b5a3e6b3b444ab9c5884388c88dfa1f5669..638a98ed7a2350db9d08d36bf1377f667481f76c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 87657b45d40d473834fce863db034e78a7a397f7..bfc7c3e0a27ff695708b6b3fc1b7f9df87b3245d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c278621e77eb62bd433c6420a6e4704c4b427890..a9e43967f1d3c370ac0bef1d2aee020768ea9353 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eaf79f99e6a1bd6703932dca2329aa58cfb546ac..9021605f82a838d2f15e6cc56dcc5378bd734586 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a382806fb71593634d901661fab20f284edadb2b..84934c6af5043514d20353a32704275496e5467f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 154f54a1cf41debd8fb8e331136e5358ea2e523d..aa0a9ddbdb2ad04340c590dd3b505fa57ebf5100 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5e2a4166517a6e796c45ff17027ae57790d3683..62fbd96c173598ec4f9b3fbfe9001046067576e2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c49456b36f528ccec9ddfadea31f8966163e4c2..84a8346420368d7016967b30751512b3a8b455e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 88355483a32b343779d7ac759d7df0fe6e5456fd..bc3e67d7e414578601db927458dd2f2dbb77c04f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22ca155cbb82390fcfad15cd2ac9cf6339a61d0c..1e735a2c19145aec2c047ed6c938e7b549ff7879 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c56666843649473965d3bfd971d359d0d3d2400d..63d83c6cffdebccfb9eafbc123e4f4fdee9543ee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 65d28c45227a9a011fdd2622945a46b2e2489a55..b1f933d3f325f400fb3b2c27f615b8374f7bfac6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5cc27a0fd08dd7b0347bcb4137daa89855310148..4a8b1fe91b0ac5ea166fbf78948ba621a3a9856b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9705c34ea267805f5c1ced37648e47ba4cdcdd7a..ed50b8a70cd0c11a7c47b0454730731db5b53cdd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8d509bf9de7f154f710fa5113bf6bcdb63476942..4f8875cc6edf29fe44273192711b25c99259b602 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e34f8d3bdea3afd83794a860dc6e749ed9dc961d..767cd70dc9885812ab2413c64ce85cf9e3141033 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f0fb9590f58bd5e1269da1184a03352bfc397abd..ddc50a534ad5cfd90270cbcaabf488c3a51fa064 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d2a61c08caf2cac7675dacd8d96890d146877503..705a6e369ae6e642e5539d52e0b8a2ec95c4e823 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 16770ff6491e3e76534d4a531ed1c502cd899ca5..8be5bbcc87c8f4c9486cae2c4ce9d315d3243996 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d02efd7020f4f41be55bf56f9a14b12527ab8fe..d7bafe8b7bcef13261ea18c6395eb979f03ac9be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af80d1aff9a5155f77985a978c7a7d84b553c1b7..0fcffb3f8d77f312ae9197dc4f6f24beb7e522b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ce3702f96f13edfa57b6a69e34b8ea419ba37ec1..88cd9c58424fd41cc6ee40b26d0c5373d9021e28 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0d7c3938b50f94e5f13a0c51661f7c86e44b207e..72cf430703651719fdb8de1455075af77a49462f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2d1389759304832501b552a418870f0f4b96f20..ff98f7e56e0264fceb1a6a92727ee298e45f769d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fa69cc1c6c81876213aac612c27082fe3da2921d..6cb051f08c4d103c2159a7c4435969c90ae63736 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9a9492d172d755c684074adbccced93390a427c8..167f01cf0cc4364235bdedd33fd032b5495a7fab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7bfe9906b47119ce36a226c99bbd33c837215c33..6f0fc32fe3c107250686e680b320a728c66fea22 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1641093ac236c8f5a6d684c639009e5b7c14e92a..4a4716c8fcbe86019ae27a0bb95894272d064874 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81e5be8d649875be0c76d4810003ba5cc909e72f..203e4a45f09763a9f848f36270bb793401bdd5c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7e7102b0eabb5c12061a431fb9328e3a9a2e5c99..1bb1f91e9feca942bc5e23689d3aa9676edb451a 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # Mike Macgirvin, 2010
 #
index 628547ede1583dbc580d99b81af238f444fb5ff3..beb1d763d8853a9701c46d2de91fb6668bb62748 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 58d0ebf5696351ca2a01f3911379f5259b85a487..784f32e6e43cd3f91b3397079640311bc51b859e 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 21d0485af9ac6b5e38a4f47f71ce15b6e1c628c9..1bb1d7e43a3c2582eae122417455a07dcacd4693 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 4644cfb44ef2c13d5c331407333d972f4e52e80e..010d70d33493b26c6abdc0889488034270b0f507 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index e689207524438211f4bae344157581fa478629ef..6655f0a487ac694eb2bfeef91309f01727431636 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index ff63a0c67683878ed1fc55d20cc8c4064534f8a8..1e6e967dfde3cb15e8fb21cddf292f5b075ca1d5 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index c3e3af3b1c8884e537697dabaf8c9e45209f331c..6b5dbdffbf9c3688251e7e9ff3a31a6cef57dd38 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index f9e11cbe29b69f7379ddfada4942d2d2a21a2bfe..5dbdcc005ea7b9aeab04eaeb5c4758b8eac6c297 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index c4fc2d5a6678310bc8bd68c2ea69717cd094b25b..8920b89cf7576da06ac74de32851b4c514ed0db5 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 80c93b1cdab7d5b56240fdbf613ac0d6d000e4a1..0bc4e0da10e65d86d33143d9ff43d83f1cf6aa05 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 8fcace38fb2992cd197cf6037d9f2089ee3fd70f..a08ee4f372e2f5c9e08f6c246d0fd923f2de597c 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 160caeaf4c9556db93007a39e5b09c2705a6d49f..ccde06784a75e4bb17ff8fd7370e2431f2cf9a20 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index c018d00ad4ae33afee0f18fbc44918069f5e68c8..d31d8eb9fe81b008dc4289b1812ee177f1d49fcd 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 6fea8305e93777440bbcfd6c88250487296670ca..57c99a6dce64b2e535aa77bce0c6e6ac9c223d17 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 4b160b6f1467bf2a9c51ebe187a8d0530d8ebea5..93ee9e9fa3ac3b00453cd7d46e322cd50eca6a85 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 2da935d793198456e9860775a3c75719e6798978..2b3ecfe4ed52e87491f7fb3ad64a3325d872fc2f 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 16796673f603491571931327ea1862b49dd5181e..9fc3961fb1e05a005220b9e52ee93c2a8411ed76 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 4176ecb0b68483626ef90fbd05f075d35e3fe6eb..d9fb6a6d60fa635c4e3a6e26dd4be92eff041360 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 9c36798e064ccb0478caf0fe8d45ef0b9c7e4ec2..2888ef0c1b8bf050bc34a43ac67bd40403f0e5ad 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 36f1ecb3b9d86fd2a322a37fa978e384a50ad390..814ec684a5798a4ea900b6c3ef2e475aae7d43dd 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index b5fb7e10b9e4b24e1aff86a480c92a29f5900f9e..d9c586727cab9ded16442ea64f9808ae93d33ab6 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index a2de794be137ac7245841a25f24c50f11316091b..a5198f362248e13a669f74020c66285deef16cba 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 2059d8a4742e060842f408ce17efe379dd91ba02..d5938afea56e4b2b0631c7d13faf72203c7d05d9 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 347765687a49f2af6c692f482c6075e05928ea37..fe2e3638d89714b8a11a6cbe92b1ac24937a284d 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021, the Friendica project
+# Copyright (C) 2010-2022, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 40c6c8a0b0f6c24e61fcd74d4312aac571ec6503..336cf060ea849828f9cb1efbfdac69b0ef60a870 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3a52d88f53186095cba670285dadc8af2f7062d..a56a012825bf36def09158ad65739441169c82f8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eb036a3900ad290b38f01144a2ef0014b7a57825..cc77e781bf0c225e6f5632c6c75880be2886c1cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee4f036607c89f3ba8ac161008cf24e8f6c36938..7445155f9d24f49a758ed32a9eb655d838f4514e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2c232ee4b2891af327da4b45d54b786cbd1e8c20..2fc5a836568ce053092f196741aa1946e5996541 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 63291745fc836144f4a5aadcd63bdca76c27622e..d0580373e0b16ff211030d1983796bcfc2c6bec5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c479cbf27f43603a32434e987d04b6ce44c69ce8..c0f84ac2908c2be5a8852705854eff627ec4b97a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6148f3db68b50e37bb0be16913a112f3b053173f..ba0b640a6dbd0b9e96936cbd3b11d566f57f024c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e4156d7460ee402014129793797b4b7f85b9ab14..5d269fd9535e85d70f176bf7b5e6c2b9a09ebdd9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f68f4c291ea313c1b777055a1b167140b2cf3c18..b39cef10294d96c910d51685b1ac9204794e5d90 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 27ceb3b9016d7026445b8aa27166181a4b7a60e3..112eafe0d4487be567f5dd8c3a52fc2f2548cf52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 909a27fc6cbb06135e03ce39624b41691a8f600a..8e31a14bfcabecfd553169fa1b82a8d365c54803 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *