]> git.mxchange.org Git - friendica.git/commitdiff
Update copyright
authorBalázs Úr <balazs@urbalazs.hu>
Mon, 29 Mar 2021 06:40:20 +0000 (08:40 +0200)
committerBalázs Úr <balazs@urbalazs.hu>
Mon, 29 Mar 2021 06:40:20 +0000 (08:40 +0200)
714 files changed:
bin/auth_ejabberd.php
bin/console.php
bin/daemon.php
bin/run_xgettext.sh
bin/testargs.php
bin/wait-for-connection
bin/worker.php
boot.php
include/api.php
include/conversation.php
include/dba.php
include/enotify.php
index.php
mod/api.php
mod/cal.php
mod/dfrn_confirm.php
mod/dfrn_notify.php
mod/dfrn_poll.php
mod/dfrn_request.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/videos.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/Module.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/Collection/FSuggests.php
src/Collection/Introductions.php
src/Collection/Notifications.php
src/Collection/PermissionSets.php
src/Collection/ProfileFields.php
src/Console/ArchiveContact.php
src/Console/AutomaticInstallation.php
src/Console/Cache.php
src/Console/Config.php
src/Console/CreateDoxygen.php
src/Console/DatabaseStructure.php
src/Console/DocBloxErrorChecker.php
src/Console/Extract.php
src/Console/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/Typo.php
src/Console/User.php
src/Content/BoundariesPager.php
src/Content/ContactSelector.php
src/Content/Feature.php
src/Content/ForumManager.php
src/Content/Item.php
src/Content/Nav.php
src/Content/OEmbed.php
src/Content/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/Core/ACL.php
src/Core/Addon.php
src/Core/BaseCache.php
src/Core/BaseConfig.php
src/Core/BaseLock.php
src/Core/BasePConfig.php
src/Core/Cache/APCuCache.php
src/Core/Cache/ArrayCache.php
src/Core/Cache/DatabaseCache.php
src/Core/Cache/Duration.php
src/Core/Cache/ICache.php
src/Core/Cache/IMemoryCache.php
src/Core/Cache/MemcacheCache.php
src/Core/Cache/MemcachedCache.php
src/Core/Cache/ProfilerCache.php
src/Core/Cache/RedisCache.php
src/Core/Cache/TraitCompareDelete.php
src/Core/Cache/TraitCompareSet.php
src/Core/Cache/TraitMemcacheCommand.php
src/Core/Cache/Type.php
src/Core/Config/Cache.php
src/Core/Config/IConfig.php
src/Core/Config/JitConfig.php
src/Core/Config/PreloadConfig.php
src/Core/Console.php
src/Core/Hook.php
src/Core/Installer.php
src/Core/L10n.php
src/Core/Lock/CacheLock.php
src/Core/Lock/DatabaseLock.php
src/Core/Lock/ILock.php
src/Core/Lock/SemaphoreLock.php
src/Core/Lock/Type.php
src/Core/Logger.php
src/Core/PConfig/Cache.php
src/Core/PConfig/IPConfig.php
src/Core/PConfig/JitPConfig.php
src/Core/PConfig/PreloadPConfig.php
src/Core/Process.php
src/Core/Protocol.php
src/Core/Renderer.php
src/Core/Search.php
src/Core/Session.php
src/Core/Session/AbstractSession.php
src/Core/Session/Handler/Cache.php
src/Core/Session/Handler/Database.php
src/Core/Session/ISession.php
src/Core/Session/Memory.php
src/Core/Session/Native.php
src/Core/StorageManager.php
src/Core/System.php
src/Core/Theme.php
src/Core/Update.php
src/Core/UserImport.php
src/Core/Worker.php
src/DI.php
src/Database/DBA.php
src/Database/DBStructure.php
src/Database/Database.php
src/Database/PostUpdate.php
src/Database/View.php
src/Factory/Api/Mastodon/Account.php
src/Factory/Api/Mastodon/Attachment.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/Mention.php
src/Factory/Api/Mastodon/Relationship.php
src/Factory/Api/Mastodon/Status.php
src/Factory/Api/Mastodon/Tag.php
src/Factory/Api/Twitter/User.php
src/Factory/CacheFactory.php
src/Factory/ConfigFactory.php
src/Factory/LockFactory.php
src/Factory/LoggerFactory.php
src/Factory/Notification/Introduction.php
src/Factory/Notification/Notification.php
src/Factory/SessionFactory.php
src/LegacyModule.php
src/Model/APContact.php
src/Model/Attach.php
src/Model/Config/Config.php
src/Model/Config/DbaConfig.php
src/Model/Config/PConfig.php
src/Model/Contact.php
src/Model/Contact/Group.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/FSuggest.php
src/Model/FileTag.php
src/Model/GServer.php
src/Model/Group.php
src/Model/Host.php
src/Model/Introduction.php
src/Model/Item.php
src/Model/ItemURI.php
src/Model/Mail.php
src/Model/Nodeinfo.php
src/Model/Notification.php
src/Model/Notification/ObjectType.php
src/Model/Notification/Type.php
src/Model/OpenWebAuthToken.php
src/Model/PermissionSet.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/Media.php
src/Model/Post/Thread.php
src/Model/Post/ThreadUser.php
src/Model/Post/User.php
src/Model/Post/UserNotification.php
src/Model/Process.php
src/Model/Profile.php
src/Model/ProfileField.php
src/Model/PushSubscriber.php
src/Model/Register.php
src/Model/Search.php
src/Model/Storage/AbstractStorage.php
src/Model/Storage/Database.php
src/Model/Storage/Filesystem.php
src/Model/Storage/IStorage.php
src/Model/Storage/StorageException.php
src/Model/Storage/SystemResource.php
src/Model/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/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.php
src/Module/Admin/DBSync.php
src/Module/Admin/Features.php
src/Module/Admin/Federation.php
src/Module/Admin/Item/Delete.php
src/Module/Admin/Item/Source.php
src/Module/Admin/Logs/Settings.php
src/Module/Admin/Logs/View.php
src/Module/Admin/PhpInfo.php
src/Module/Admin/Queue.php
src/Module/Admin/Site.php
src/Module/Admin/Summary.php
src/Module/Admin/Themes/Details.php
src/Module/Admin/Themes/Embed.php
src/Module/Admin/Themes/Index.php
src/Module/Admin/Tos.php
src/Module/Admin/Users/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/Events/Index.php
src/Module/Api/Friendica/Profile/Show.php
src/Module/Api/Mastodon/Accounts.php
src/Module/Api/Mastodon/Accounts/Statuses.php
src/Module/Api/Mastodon/CustomEmojis.php
src/Module/Api/Mastodon/Directory.php
src/Module/Api/Mastodon/FollowRequests.php
src/Module/Api/Mastodon/Instance.php
src/Module/Api/Mastodon/Instance/Peers.php
src/Module/Api/Mastodon/Timelines/PublicTimeline.php
src/Module/Api/Mastodon/Trends.php
src/Module/Api/Mastodon/Unimplemented.php
src/Module/Api/Twitter/ContactEndpoint.php
src/Module/Api/Twitter/FollowersIds.php
src/Module/Api/Twitter/FollowersList.php
src/Module/Api/Twitter/FriendsIds.php
src/Module/Api/Twitter/FriendsList.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/Hovercard.php
src/Module/Conversation/Community.php
src/Module/Credits.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/Followers.php
src/Module/Following.php
src/Module/FriendSuggest.php
src/Module/Friendica.php
src/Module/Group.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/HoverCard.php
src/Module/Inbox.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/Objects.php
src/Module/Oembed.php
src/Module/OpenSearch.php
src/Module/Outbox.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/Profile.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/Network/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/GatewayTimeoutException.php
src/Network/HTTPException/GoneException.php
src/Network/HTTPException/ImATeapotException.php
src/Network/HTTPException/InternalServerErrorException.php
src/Network/HTTPException/LenghtRequiredException.php
src/Network/HTTPException/MethodNotAllowedException.php
src/Network/HTTPException/NoContentException.php
src/Network/HTTPException/NonAcceptableException.php
src/Network/HTTPException/NotFoundException.php
src/Network/HTTPException/NotImplementedException.php
src/Network/HTTPException/OKException.php
src/Network/HTTPException/PreconditionFailedException.php
src/Network/HTTPException/ServiceUnavailableException.php
src/Network/HTTPException/TooManyRequestsException.php
src/Network/HTTPException/UnauthorizedException.php
src/Network/HTTPException/UnprocessableEntityException.php
src/Network/HTTPException/UnsupportedMediaTypeException.php
src/Network/HTTPRequest.php
src/Network/IHTTPRequest.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/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/Mention.php
src/Object/Api/Mastodon/Relationship.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/Tag.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/Notification/Introduction.php
src/Object/Notification/Notification.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/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/Repository/FSuggest.php
src/Repository/Introduction.php
src/Repository/Notification.php
src/Repository/PermissionSet.php
src/Repository/ProfileField.php
src/Security/Authentication.php
src/Security/FKOAuth1.php
src/Security/FKOAuthDataStore.php
src/Security/Security.php
src/Security/TwoFactor/Model/AppSpecificPassword.php
src/Security/TwoFactor/Model/RecoveryCode.php
src/Util/ACLFormatter.php
src/Util/Arrays.php
src/Util/BasePath.php
src/Util/ConfigFileLoader.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/HTTPSignature.php
src/Util/Images.php
src/Util/Introspection.php
src/Util/JsonLD.php
src/Util/LDSignature.php
src/Util/Logger/AbstractLogger.php
src/Util/Logger/Monolog/DevelopHandler.php
src/Util/Logger/Monolog/IntrospectionProcessor.php
src/Util/Logger/ProfilerLogger.php
src/Util/Logger/StreamLogger.php
src/Util/Logger/SyslogLogger.php
src/Util/Logger/VoidLogger.php
src/Util/Logger/WorkerLogger.php
src/Util/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/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/RemoveContact.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/MockedTest.php
tests/Util/AppMockTrait.php
tests/Util/DBAMockTrait.php
tests/Util/DBStructureMockTrait.php
tests/Util/Database/ExtendedPDO.php
tests/Util/Database/StaticDatabase.php
tests/Util/DateTimeFormatMockTrait.php
tests/Util/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/ModuleTest.php
tests/src/App/RouterTest.php
tests/src/Console/AutomaticInstallationConsoleTest.php
tests/src/Console/ConfigConsoleTest.php
tests/src/Console/ConsoleTest.php
tests/src/Console/LockConsoleTest.php
tests/src/Console/ServerBlockConsoleTest.php
tests/src/Content/ItemTest.php
tests/src/Content/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/CacheTest.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/PConfig/CacheTest.php
tests/src/Core/PConfig/JitPConfigTest.php
tests/src/Core/PConfig/PConfigTest.php
tests/src/Core/PConfig/PreloadPConfigTest.php
tests/src/Core/StorageManagerTest.php
tests/src/Core/SystemTest.php
tests/src/Database/DBStructureTest.php
tests/src/Model/FileTagTest.php
tests/src/Model/Storage/DatabaseStorageTest.php
tests/src/Model/Storage/FilesystemStorageTest.php
tests/src/Model/Storage/StorageTest.php
tests/src/Model/User/CookieTest.php
tests/src/Model/UserTest.php
tests/src/Network/CurlResultTest.php
tests/src/Protocol/ActivityTest.php
tests/src/Util/ACLFormaterTest.php
tests/src/Util/ArraysTest.php
tests/src/Util/Config/ConfigFileLoaderTest.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/HTTPSignatureTest.php
tests/src/Util/JsonLDTest.php
tests/src/Util/Logger/AbstractLoggerTest.php
tests/src/Util/Logger/LoggerDataTrait.php
tests/src/Util/Logger/ProfilerLoggerTest.php
tests/src/Util/Logger/StreamLoggerTest.php
tests/src/Util/Logger/SyslogLoggerTest.php
tests/src/Util/Logger/SyslogLoggerWrapper.php
tests/src/Util/Logger/VoidLoggerTest.php
tests/src/Util/Logger/WorkerLoggerTest.php
tests/src/Util/ProfilerTest.php
tests/src/Util/StringsTest.php
tests/src/Util/XmlTest.php
update.php
view/js/filebrowser.js
view/lang/C/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/js/filebrowser.js
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 d6e20dfe15bd435cb47046b7fc3a12ca69592959..faf302985a4cf7c737d65a4bf290493f11973060 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d5b4c79c2894f679239bf039dda6655c711036c..0684f240e2113b8fe782f69f4ff536faeaf049e7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fcdd735668cf042550a3f598c6311419a7c70431..4fa9f8bd3fb5e844f3810a6a9657d5ca88954333 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3bc0286bdd74a3e231da1cfc04b498f369a2f63f..06fa7204afd5d624b787f670af1efe86195af8e3 100755 (executable)
@@ -94,7 +94,7 @@ case "$MODE" in
        ;;
        'default')
                sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDICA Distributed Social Network/g" "$OUTFILE"
-               sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010-$(date +%Y) the Friendica Project/g" "$OUTFILE"
+               sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010-$(date +%Y), the Friendica project/g" "$OUTFILE"
                sed -i "s/FIRST AUTHOR <EMAIL@ADDRESS>, YEAR./Mike Macgirvin, 2010/g" "$OUTFILE"
                sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE"
                sed -i "s/PACKAGE/Friendica/g" "$OUTFILE"
index 9aed353037701676329844e3ea775ca94bb8e51a..55197f63a3d2641dea57aa6db314b25270a7cd7c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de860e9849f59d62df7553d3eb68886201335419..f0fd8cc60fd9fc71692490e9c682edc40b523272 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/php
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 52400a045a4e4b9d57051edbed9c6289ece7e412..46638a9ef3ad3b3a3bbe30d40ab9221e0a51c982 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 05f7abcac4661158f174442f6a70acb366a36e0f..2223379ca33672f40259c5976e1f00170b3f72e3 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b83302a15fbb4a55813fe0cb5c8aeb5099da5630..115869fe27baeb96ba65138e868e62a23cb7433f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cef0bc0e80e0da21858e53193965d8bd6f7c887e..f3384f9177907b7095430806b2aa5d536809bdb2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f633afaaa65328f7087ede40faf130a4e06e637..2b3f9060fd6fe13d49a3032e20156b216bd12ad4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bc758666ab3d423cc4e596c6d9905e6e4ff03067..3aa38c1c443624abc60bb5cc7c6120b09e0da57b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index baa6818b094cfd051a6f894303a67260ed5e499a..2c18cb878c5504a82b2446f68e062b850428221b 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c7dfe7965dcfb3a52e30c10063edf0988a0a36cc..79ffecd25d8c61af2f0a895d0978846289455f84 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2992f29e5c9e09cb004cff425dd59c773178a3e1..aa38fa658203799dd018863144bd4c225ba3c8ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4a552d306313d2c947323d491e90f4ee5f5fa5e..164198c9d4ba58a1dbbc59bc031b34df9f1b1c98 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3f38eccd30c243b13cf3137f2a2a98e5b351e3a9..f43357fd4ca1bd11ac819a4ce21fabd0d47ca086 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4ad8e0f499deff5305ff6798b6d32b1bdbf5ffee..54a996f651221be56a66335ffa6b6f7ac435a213 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bd72813b8ae71b2bab1c3e158dd596cb015d9cce..bdb5a8d2fe65aea2b51d8a777aef3a8cd33231bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a64bcfe6696a89d4794ad8cc6c48d60d91dfae6..89dc340a434c1645b6e775b7d577c1951a0fd336 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ef15208457afe333e785401e7fb788a74d17e68..6f80bac0c1ad21b148b5d6bc0b7d351bf3e46e82 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 50ffd41a4276be549059f0d132d591bd2473d939..1feab61d5baeb2c32a1515ac8587e4f53d2ce4ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a1b9dba22f6e49cdfd846417098073407f96d37f..ed8e3aa5fee881bd470d308be901fa3adb613809 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 75f234a759ff8f4be4f72ffa4ba49750748c95a4..19d0c1172b9193768c2d8a9fbd70f64b1bd3b8d4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 01e0006e9533a42ed993e3e146000e311c4d0b7c..877b67f243cc682771da2dba78b8093950d437f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cd1c66c89191bc0c05586e265cd5c9118047b13d..29d4e086a6b226a4e0139974ba0d91acc7fcfb16 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2b699dac0ebdfff32d962ad74e416c7ed1bba1f6..06542bbaf24708f507448f88f817cc9c6aa4c755 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14dfd1ef7c1646caf7bfde3bd5f2b269360f196b..b280db4f1879045d0c21641902426979d37258a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b7f840b08c92710c76a283e2df09407c2a88664e..2b8c20783ab4ce1bbf5470d5341919fe12797483 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e3ef01cc4d5193d9341d377f66743fa2c5a44e90..7de4acadfeb3043f63131eac4678fa45b7d7a27a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3f716c8c7bb670d3f1197d7414e8f363c3195a80..9e817eda930e3633d2306f65766d9ad8437ad96c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4ce44bedc9fe2472398402e6cc715a455db3dde8..e720d7d4b33c847b7c828581642cc78093cb5bca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a716e58231503aa0156373d89379841ab390397..6efa889c7abcc0dceb6f066d91b2e9a3a8880631 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f084361dc4f731368cf6a66df2c498375eb42cf9..42b9af02a782bb59c8f11cb7f33af56722005e76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14cb7465b116caff80e00a9e7d48114e291d9525..fe5bb3c0b61e1b2575bec54a036722136a930069 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3445436182b40ddb5ada3430a3b4ab261a79b82d..f376e9e8567663ab555f05e6626dba5cd95fa869 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2f76738bee74f020673e9a2a4bd69db960e83bd..71db74e9a42eb34bd07c456a2084ce22ed588c8a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee0a4c275b6f1f56745649596152593d051003d6..3c53ba4204f5ed53f922938a3403562b5fba9f11 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0d30fc298dea1c83be9183906b7a2aa23dc801e9..054a19640b153d19cfb6d43953f5738f7f8d7cc1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6b3c1a407b85e1411de029b8bf2def084fe2dd4a..1e92980f1ceb123a2ef362e97581fc780be7e816 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 414894ef544f67367df92f88ecb70c1d486043cb..c8dbcb9105bf4443d67d1aa711f8159af46909d5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b606c1a66916fb096c3c0841e67f1b44786c65e6..022c7bc232b401109f3f4d16c329767182ab587e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0965978ce04babda9db242f531a480a03db82be4..c18de1bd3dc46ea26db8c113ca225afd25629946 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5e989c7cd14021f872b48a884fc61d7692daff46..2e5116df8dcd445f6e03461ad0ed369dee5d4aa3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f376573fefffcc69ee62fdd345ab4ab0d80dfce7..e81bd2af38940439120b16c9d9928c5388cb8636 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8abff0cd997f521fc4559c63c995488a8bc630f9..c291247247b446d28c75d1798234165b25d42f86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14d789e15e21d9bbd7a1949b9a515f0a6fde9f07..1c6022a4cb4b31dce2420f33d078dd96a004cb65 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 44bb4a36ab5cc273f859e362e70431065ab58915..e11e290a756f30b9f52821a270e4400e6c617090 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 601808ff5e494109651cb1ffe7a803d9601a57dc..554e4b94f7fcf4fb92be154204b045a8901991c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 75958a41bc87a7208bfdc78708148792e963324d..3b85d34b9a1898147ab8e6fa97a000d919023f82 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ba566eeaab78d4fbb6158c1a0a7667bc1adf25a..020e5f6cb10c900ca56037b3de87a5696b2e47ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8cb19ab1a09e4953e1a2653c667553358260fb23..94aac2be9f1e42f25cefe74e472ea48f2e75371b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index feb960f7aa9703b1c4d2f19ca22b4eb935f3d7c4..c99c43fa0a1495a591b3954f615d075b134a0978 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cbf53b45d62c39548040409fe465cf3a0a4278f8..3f5482a5baf326934e39ae003aad09b321e4770a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad4a53c92237bc8f487177700aa28337b618bf0b..fade3dd9a83b8457769bfcd37ce6ff3e542df2bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 790ed97ed7e52cd3cea258902639958ffd33504c..772d273c521f7e1555a9e121b009a6cc0106bfaa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de3fecf9edbe476e92f6d2976304c10f2244f94e..a7cb37f28906319065b4f44333b3fb37277dac65 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53f65ee55c2e7233f546b87ef31054837484c333..7e1ab1c2b9a3418cf37917d1f89d3a3f9345c405 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8aa812c93de35555bc28f63aa69e5d5e56c7c551..7210184a0da9dc6f50cd235885bfe54b82573f76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fff7641b76059113bd194fa5ba9cbabeb9866a67..4771ecf589a40916c64a57443402ea9f345b1a28 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8a1ec47d55edfc19caeb0726e16db5aa5ab60bcb..bf33ebfab18daaa93eda72ef3d3c7f30d6223370 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 78d8ab629f8fd27afb31e3f7c8ca637bf6dd4e3e..c18c048eaa8db0ac3a32a94f7d2a56c8534d2587 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5b35653fdd661c86a5d79d16ee3585429c7a81d9..c4d637a3672642cb604fabdd161ce8de69387fe0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5736cdf32310f214522d3abaa20e034c7337aefe..e1407a540f75d67c40f49749683ef6f0f398b697 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 66acab1bb0eb4d42d2a8872ba1f4dcdea34507d4..a5b968397c7058c72b7c94d59664a90f2f73e3b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6868dfeef501dbce60e0cf2701ee7a57d443f5c1..aefcfd18a454c5268b3c0593ac91efdfff1cb170 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2750d568d604cc0cea2828f283b7175acfa749a..61b6e192a5123bf51f2d83f12da6ab90d9e36d65 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1f35533be1e5651f2cc45a2a0eb0c16a068c26b..19b58ad06683f8413ae6a2385b69d42909a81c24 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3e67cd5b20f5368133f1f4534ca8c57ec7cc5a56..1294be88ca053d94d7270c0057a062f5bf7355fe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 589760851f42ac33c828b0fe8bc310dbe998b063..37be528505d49123bc2b1e78729151f383a27d0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6a2deac2f11c06ba989221908651d2ad52dd7b9c..759b2e472a4ad637f75a876b8e5a1cac91953ed8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6aec6ef978e656a8493bc47f43aad19e48da77b4..7df59bda4c44122d1aba1dde5273fcd5c906ccd7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 546e07ab1f7baefd6d7e085b1a3139e288e5bee6..78c964636f8756f57c13b8aad30aaeab7d9c0fec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eff6da043b7673b9b0e911f3b8ed907fb7935b20..e95433193fc1d8086186e1c47e8fc7286a6f1563 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 42fb2c1940e90d8806e081d91294772c32c753bf..adf0f485811048e4006eee56fcfcdb4b794e4935 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bfcce6ad51bb4da9d1e5dbf1ea5c21a3eac0646e..66dad1734a47f00832c532c6c5ef394b73701d23 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 57e0375dcbd14fee0c3bcbbebf826c3d4683410c..9e706da1f3a79a4650fa986869453ab3d3a89dc1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6fcd7c1a7ead64a898497234f2827b926c2a130..24251bcce521c37eb6fd11ef78b840681c032f66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37ba2dc1376c2fd539ff938d6644f03d087b25e2..45159bcb127fcb8d2d680b3d7d311a009f9ce31d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c087aae6d61e417c3c076d866f0adc385f99bcf9..049ffd0ffb39825e2606efe8b07d863f70f2fe5f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 831ea9e9c5156822bf8ef7dbb57a0efc89fc4f8d..d9fab41c147ec7098df7a9c116bd3013964cc122 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a4c565e327c67313a17875be9399ba0dd5a21644..9535efa3e22315504720c6104b47f9a396867ac9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3898774a5a8f123f00cde4361a27b0f31b5e1180..c6d708eb71dfd9eb41e6c6b69cab0c0563fbd625 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c2fe5059ed1a05a43560961985a94210970a0eeb..ba21e8b2af10643c72992db3e83497aaad503a02 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index daa14d00eb23472729a6aae42812918c2298886a..1b9d6ed2b6f1c3aae7ddaa35f1712cf47d6647bc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9023d84ac280b336a5c41bb8a9a67089dc8a8450..a8ad3b1f7b8be480a54645969c8563adb8169ee6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 385503faabc9777dff139f09a2ff0dc8d092ac97..0dcb180edc49d9bf15691aecb757e760418c7576 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 26f5f835020f3f8c09931c76fb6046a16441c444..d74892b340b8549a1a42e0e81cc93fa81e71a08a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d645800379f9b1d10f1b44670d58abdc9aca340d..7ac1cdd241fe2bdf97b860b21da0b3c2785b6f67 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 494104496fc3283122ee7dc5250068bb8824e2e4..647d1910f468999e8c936f2969e624553afab1e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5e286d4704b49747b154c388773308d78aedc460..04258331319f707a598ffc0debcf0ed836129477 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, 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, 2011, 2012, 2013 the Friendica Project\n";
+               $out .= "# Copyright (C) 2010-2021, the Friendica project\n";
                $out .= "# This file is distributed under the same license as the Friendica package.\n";
                $out .= "# \n";
                $out .= 'msgid ""' . "\n";
index d5f746a6dbc795ff4041ff6ce4d6b28368123205..35d87165c12c934787414af2a5be672f1921616d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5cff05a6980e6805622bdf796c24e78922e25fb6..35b57fb7aab9c23f4773a2aa4c3f7cc9e27c159c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f417b51924fa8330ce9c040641a16d869161529b..d6d60bf7ad920fea1774386266d07e9b93028daa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d8c930c58963754efa92d91519ee10cad0fc5a5..bba37c617c69b8c20be9a1e05b5c57f7165f510b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a048d74ff8a75dfa8f4b80d90b0d3ffeff22bfc0..93bbb26579a28db8b72110d29b69ccc7b844b659 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8935a86c17b7acc3e7706f6ae2766b8557a1bf1c..633ec1ec38bf539b2cbb326d665349b4f63dd7e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a9378a61e957e1ed043b2999c965cdd2981d76c4..bff5db74323977038bf5dc230e670ab993a39032 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ebdd72c911abe2ad458080231e410a9dd810459a..f1846e15936f050a2e1da2e052f9d499626617e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9ff7bb865350e0afc353f443926a872b7ea45528..b2e607113786cea674ad21d03136b0b8bdf97961 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f3493ab292055c26ee4924f55c9221d25f94c9d..272d668166c9c83c35fa8b8542cf3308683fb567 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7b4bd2637c0aaf02ec7cffe9f02d63a093f15f3..8556ba35303dd8591a6123b70233b770bc166fb8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06190dc88f5ff2f8584432de6765de0ac6041374..f0d08d48e63bfdb568aeb24ac4044cea1c7733e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9e34cefc75461bc277d51f9b195df4070d00a664..01eac67335bf418fb88a937e2920feed1e616bef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 45e352c152616334592f33a53e31373156b2e4eb..c3ce44da00fb33711255695a6858ad8cc718cde7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3cfab3769d28d86b737cd77af437614ec37a717f..e61db3865d40ecc432c56158ed3ec4b17131371b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 477e535aecb193c9abe3a4a986677346eab7818f..b1bb2e9c284ba6e9fd282a5b206636693010d098 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5ce4b5f53754fc624767870a10d88707b469b7cd..19c53d340dbb5822947806a39a38fd0af011d9b4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 12d9cfd7d9a1da4bb33ec0cb7ae98af78f0252d6..6c46163f729006c1ad943e8ec563f3410f00e592 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 82d4e60c1d508276896f429b71c11281501ba504..3659fbc7b9451ca45f9c06409c87f6a3aeb608ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c77b84db8ab47a485f7219cdea899c2dfc673d11..36a926a2db55c51675850aa35cc1d87e9a770c2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 45f38e4c5b3896c125587619c5926a7d69e50c2f..a5ba08ba3271466f503126a139523572fbcca286 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 43870cd36205f2ed8ec61f481f2c4c663e6c8c86..111acedd1ec2a755a9be402241b54391a5f7a2b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6d767f15999cd461facca3de72288af69ab0668..1c602b2bf867c732b6e0a33ea63601d58fdbd223 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3e82b0db6b2371bdb08e2b01e47b4fa38c67b21..139fd8ebb6131b9566d62c33fbd9bcac2b4ba253 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f282d264214e854564422a6f9330532e9c7ec0d..63d1d7af87a7251f5b5d5c7dba31c27c9a8dde37 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9e74a16115c459429fa2c551c7ea626a08fc6d85..c755a7d4f671b89efdd8363716020c587215d522 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30e5b9c2ab65fbd272a7fb86c00794eb39ea0ca5..e12849bd1dd2cd1ac4ff8f456a36e2d1100ef378 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 964fbf7ddd601fa9e6bcd501f33d8cfe9911cbc1..f315b3b5373579f4d53ee55c20b5c117911b0728 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c24d1549cf8871abd7034f0e676705c420a222f..3eb7d24069f5e60b5d7f1d584c374cb2a03c8212 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0da636699e690d71116d823688cf0e6f2984e1ae..297ea6e7444974771965dd5e414b7d3b0c868893 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 511364b8acb0cff9bb6180e97d6dd8441bea288b..dd0236551bbab62757774896cb6db8d23d6a49cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4c97d768dcd668e58de4f57b84b2a4b61678a6a2..c6c6b60a64633cb9a1e36c0d5d1f31c765bd270e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2c64f525ab2ccc1e8f0a387c9ac703a88717ea71..f8583de46f50d2e79dc1f1380618095a4aaf012d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 065dee4b298aa22e603e566b0a4a870db17d673b..474fe98ea6da50c7ba46cc24757d6f9d0878b29f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 858dae4a14c6731f355d2478bf6e53dfa4e4e80f..366a8e60614c929ca60d840856f79a490a2ed057 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd198ca3087e40795c6b994728256c7a39750cf7..7d819b4e8d86d1ac6fcda3e62e9e2431ad9380bf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 01157f7f8dbd3e7167c688d30ee41f08c8c47fa3..5970500896ed0a4d9e02bdd187d230006ec2da45 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c2909b4ea26e3b8e2b712dfbbe1e7ca10dbde8ba..8dcfae8aff8f44db4ed32e9d702790e6f6dbd041 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b83b55b943c84c2040177421ae07732702b41cc5..fcbaadda7ade9d1cb12f84793e9cf6f5baa0c2f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5984409bccc76f090bdb9051ce69bfecdd00caef..0589f4506bbb8d1ae4587b6faa6276b75403debe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8348dffbc4eb40c48f17a50d06dbe9bfaa46322e..248908d80105cc6fbada87210c683a6b1b0351c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6d93bf804ff6f54d8339dd099e3bcf733aae8b8..ac826eaa264b940516085e288304480f5c7eb5f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d8fcbc770d428e1e68126f11e3493d9b82c2d23a..5ce64e9995e71e5fac6b7f9f3284fbb478c3d9f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c4802077ab07d99b1ae9db724854f34425fa109..41d9a29758aa413e70eb216b495ae12c8f118330 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5dbb963882917d3be47bed7d0383380cb3b9993d..ce081d7ef7b4dfb30efa97ab4c964dfd987de5af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 508a2c866ffd248855f343feab8796daab13d199..31c3e7cf085c55398cba55b9a09b32a2367b3164 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec192a8919885cb430ff8395a09ce00ad958b6e0..fa20bd9e58d89009ec0acc8debe3f6a6e30c88d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bec27e33810840995049c30a8aa3df22d42d9977..abc41ceeae4a2f9e44f67ae7e1e489dcd3656430 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 73177f8c32c2be77ec7f9bb07e4aaf7f10c1ba24..5153acaf8d51ac020e86c67d9cde113892126ecc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25b25550e02182c748e3f1d76809a2bd464e54e4..8d2eb1a97ea69a61b1da1dc78de6a4b6acdf8850 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a8bbc43a26b98e5162e2ff76dbc7d497db7fdb3..81ea1afd7680d31ae05b7c5efb7832d273956fbe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dbf1ea3eaf2b8fb83bf4c261534de7c199a7e947..c774840a6d7643988912ed079d6c93e39c42c539 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 168823f4ddd2503284becb8d7f327ab68e990a81..cca78f947ce082a2b81dc120b4a07b2e082e7864 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f43b89e9e67cc1832090d00ad10598a6b40e5bcf..b296714456564849ab18da7a3bfe155cac81f734 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b1e234b295af9f4f2deb11029a4f767cb275814..81c5d882dc1b6688219e4e057e3d2229491c39f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de75aa374f1333a1f4c51a1c265c3f69dceffcc5..7b72322124bc700922168d029d0f6f421f02c39f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8e6ee171c86cca18c5e4d302b1a4ce95e4797857..95613601b901185a2f588e4e6843eb879b1b9c3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81046b29c49bebd4e0e83836f45c97007c6218cb..31c7d1ee12b8a19810d6bd051b323ac05a9c1c2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4936b0680bff07cfb2da0e78a42282325d68aca3..688a00dac783098a4e5ea01949e44a19cd94ab07 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a54217a9d8132b0149f8132cefe6559887c9474..7369e5b5aaa043f75321bd93548dafc6a29e3b7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25bc9aa1d4a6201b24afa0e5138c8fdb6adf68bd..219a4d738bb47fa3aa2371f2f3bbc36929dfad3e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1913de04ce0c28731afa5ab0958137fa8f69f5f1..259b7d0ce27ee5f754e5c22189ddf9621bbc606f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8ff09830253489346c834f5628b4386ba8068a09..6dde142cc953f3feae67ec1c39d1d882d009909d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30e7322cef4706f9bba70e1483f0d654e37fcf13..d19c34d80a12f5d9e07b7078b7aff032c09d2de3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e73d1742f29b6f2d9d0f94b875d88ba4e7f983bf..809ce3e6097cd2edb0f92185990c7966e483e85c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9d4cd6937ab1a860c0423e438ad32846ab624692..f7dde9b2a5688c6bf5af1c1b0bf9224d940eb834 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 096a1dfddeded971627d7e4dcb38c75057dd853d..b91546d4ee01516645e6edbb31232301c5cf7427 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 447d312d44d3e20bc152d85d1f761c52b5a2c55f..3c1a139298f95703e30b0ea735c6d3a0c70e34d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b9789752ec80b5ea70adebfd551c07ecbecc8b4..860ac26be68beff9ecfe1d9b01d9b2b5105574e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ccad740bdecedcb3807cc454747413727a7256f..75a869a38be2f4dd8a12fc89e3dc77c215a758df 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8138c5763f63d945d5f2589b10240b1023e5eabd..fb63f3d0f7d64821a86b78018e11792a8b7de9fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4fbb3f8c6d043b9764a0ef2623c64a92e2752d9..7bbc8e5222a30d88be8273a4f39b4c6f9616a131 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index de7e98c0e90f40d90fb73c3bbe27637a386d1610..c185f1bbfabec747461b27add2af808d28aecaf8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af82deb5864d05f28f77c6079282c5541b81ee0b..8bf7f9364b8c4e22f29b0b1a406c5618c69e4796 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c61402954d1626450affb0dcda700690b2420cb5..c0467818c0ca753f1dc0fbfae601b2a344461a75 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4fcc146e834479bb30ffa418b2241df4e71be96d..2b2bf32e57eaac2d92deb2cc29c9c0452a7d08ed 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dbe4555ad593280b5fcfa57dd242c2fe3021080a..7cf9fd6aefeaa3c26a3c883a959c142a59df235f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 49550a27c0f6e71ffa77e6e60413e92a04bf91a3..23d02af92100e820f1765ee1da1e199594448e74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6fadcb52bc482e7d2c65930c2744fc687ca0ff90..9e35aa6a36dad113355297c80215da2fd596b9b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 38db75d89319aef24ae2d7d39672eb0346831d2b..5069a4a9800c6e8da47848bf97f03c727bec6154 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 334f31a6e55f1f72c60f33ae72f92ba082b92c7b..e3b7f4bde85585bd34a5a12b6c8727c30d6e4d80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 404b217bbafd87febe6ea4002f995fd7157cd7dc..6b4d6f286bea8f2b2193a7a7cedf3c172b8306a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed131910c74c9444cdcd8926d2854ffa7c25f6af..f0d8f762e214cbaac022b311bb4c752451d27d7e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 21140b890e24a100fa1e4d46ce128b42f5eb3585..f21513f33c33c72f2f71cae0b91189b5bdda1577 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b3f00f8c99cbb02725a0659973bdc450dd72f516..c2f53e4df9e533d768f93089ebcfa5e7cd2d7906 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 54c317ba3386dba99ba0f6e014cede9b280a32a0..097f1b756a19367574c35352029e772d94e654ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a532fa1f3ccdcd3afe1ab6e67412a516b4ca08b..7fc1b3feee7e5ab9a507d3f1c4c92c8a988c323a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9299b925a1f4c55fca85ee0ef0fb49786c599c7e..8e347056326e57f552555746216461e53cccab3a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9659a862cfd344458e1e85fae5ee422f54aac258..3e2627b9a9f5f585fd06af4fef7f9244d5f79172 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dd3c3e39fc076b2e081ca8fd3727769d9d6301b9..e0d30481524d3bb0c6fe07b2806dfaa202b5c1cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a459f8d59098552d68362ee8cf6061ec2913faf1..40f55c6c3b8cd9430fa678cebfdda6fc1a329be2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e681b34c2d88947b2c7bb0b3c12152c5ba4dee8e..893b4c9f95e53db3c03e3a5cd9ae8da450085dfb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f02ca87898114983d4048c48d9a841de1236198c..c05bda7f3ef9b26a5e70046e29765c8db188df80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e7f645fdfa7065c844553acdaa7d9c851707fd59..2c3662288ea6363c7b06ca79a07253b7182b85e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d357ee2fa5678008dddca6d8567af338958a19a4..fb51f594cf696a1c418b16477177663d76e1e2f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5cd8c322cc5d9a4f0dc8535b914e74eef49b43ca..1ee6507ae4b54cc7d48947d613602298aed793d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5ab82d710f3d6c18288c0c8b31f4525dfdbd5fdb..692ba56a8daccbafa9339d6c43f63e1e93e81ea0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 83bff09ac282062ed0e043e9976ec7160ad7ef70..1b1cc0f33a8b3c02aeb44518e56aaf636964c566 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6f2bf2743e1343bc3d8b32c3d7aacbb769996cfb..102370d5f74ffef96f5fc8bed7b008800566feec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9b81e6d69107d9546ec30794bdebe062d254f324..d7f8369b91c6e74ccdf7d36398c266eeb0b7a323 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6c3c3cc1fc5fe8f14d34d16e23b23e9862039515..0ea8a68375d28f7b38c32cbb3d537a2c1c5f9471 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3aeb5a53ad114085e428efcd67533c4c64d64346..1e93b5ee07d35f504d63961985bb841b8146fc20 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3110490fd3280749592da3fc28adf41bbb4288ca..9a20100b2fe6da880d4877171c88c1c18a25b38a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a45656de6c4ba40acab6de9a6ab7cb02fc4c78c..0ac7525035160cecc01a169f6712a6be8ad08e03 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d5e3d10c4dc36f9a6c0d51869c6db080bc0be4b2..ad6658b563b6e8040f80d0ad36bc0922cd8e48f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8097da47120bc0e142d0a458a08bc24a4e17d910..aacb0b7783d690c110dc2b2ef5418070ed513709 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ce251109f9aa482d13c0b83092f5a5eba876320c..1167c5a75ce63981cd948162d029e08f13b9bcaa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 116afe18a75d095779edbfccd1c278709867d14a..6534359e893c617dc4b427a0b717903f16f94793 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a1c80b02036e35b44e22622815c4aa75282d832a..224b94debec19d9cc0127b406dd599c00238184c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68e81072e661f15b149082561c5fa05d99cd1a80..863496dbb0f4883669f6004be411f34e6f83d50c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b81c38762eb556c75b3bb119d5f0a12406431e29..78928f627d5285f938a4565491a96501ca3ed2a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e059a42e98595ebd87439fa93888ccf8d2dd2e02..ecc6b6f6655c4ea1710e320912a9bb0ffc875ebd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 87bc6004123f1ac3000784abbddd906887aea5c1..4ef96f6c231dc275aa1969d933c44e21b39dc2d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 99a554680c3ade815d833e0a515bad2919f7d18d..0aeb0df42b5adcea459cf05cfa18f408d9df87f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6e3a4c364171cb4159e8daa7ca4dbabafb96787..411cf333ef5820e1e080b02e0a138f077b6ca9c7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5bf1dce507017ba9998fc863a974185a537c77ab..70a8d85cdbf96444894402379eaf101c7ef04006 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f0f24774ef61783d897ea8d3c35f48042cc8de91..66f272114950e8952d7a5bea0962afb686fa33db 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be60c119bf69d45a8d52a844ba254ecdb6fa0c43..87688201fed17e5797baeb788a2396f32c993416 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c51f19f171a92ab882562ebaa796aa50d289ef09..742d5230a358b04ba2675d4903738295cd60fa1a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f0346427a6dafd737ee41e13185bcb76058ebc96..69fcd5e90ab04852e689470daffca38cd05bff1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b7f42d44ea856a07437786c873d80b22790e3f14..cf75a03dbc1df976ecc84c505d7fde2325df95ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37d88d191e9b4d37f4164637543cb6c946847167..d8dbd3911f77f7e317366e01164e8d04ef8e6d4c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15dadb44fd3848513ae0975363954b38453c2fb7..324a78fa6ffa48c9ba28b9ad0d8ca34f64bc640d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 30a1acc02a3df74ff97d290b31dd6eeb4ef63a41..6b018c30317213314674afed4bda637180370474 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5f51e336dbbe6541b0eb26f33123c601fd99c0c..889f8269d1a2646820c2d5c32d03f2ce904a2330 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15f75bd100b4cc2ea3176d70b06301094506352d..078c2f931fa938356c06a91384863417083589c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aab4a9a8e47667857b74034671c446b9127a81f3..849cad78b853689b5627972dba39a1e985348c72 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6488e479e5bdae9a87a54d813d8def8c072bec41..c7103e41e552bed5e128b62b476335235c927697 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6421b2dbd9a5007cafd463ff04d62bc7a0c43043..a120bf02bf9d126ea9f6ace76740890badca4e1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a023c727cdad5f55480fb571c534f6d0b14b89b..e7ed2c8454b9910b1f015cb43537a512eb1e2415 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5240bc0802595fdb2388c4b8f290e5e67daf379b..34cef88a0dfa99e4c76ffc698f860871b3936a02 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a5a780f7076909130f3118f2e9d72f991117843..cf2c754631c6760c0a8fcf72a9c88efe08ecf9a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c940b65f837e035cae03e1b0d43d1e23d958d8ad..b5f563a969d2d33a25b0cc6be6355e64f6d9148c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 86deead4f3f48caa1dc7b130abb76ce55f7c0438..4d669f4f9dc5499f21d88201b3b2bc1a22077090 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cd80c3f62e3660f34051fcfd0998492b51fe4f14..d0fc046ea62d44bc3680c2e88502ab36e842d423 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc9650210ffaaa3d83be1c6720f88548e88643d4..9138d46b7fedd03972d728b9dd653f38ef2deb5c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b677a5192ebcdfb7a50c7ababa3d07e54eba84f..7e5accdf352bcd54fd0b1bea128e966a700f90ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a28970130ac59a7c717925abca9a2e07de1be931..d56674c3e09ddc4388856883012245163e67929b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 45afd81735cd5115511f954be05f47c53061ab4e..c2912fa73fa7a890351003deff36d18b463ab29e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a5dd797dd42a9a0d6e931ae36693469ed01de17..7248122583faad9554fb9e2e641cc710b263f829 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5e125125481501676d3396e66d05d92306533da..8182dfdd8e7caa29962786e243ed3b4338a7ec0c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 578f062ec48e3f16c88647ae4cb1532c0b56068c..5c7fdd4d32a2f59af9049f779580cbcd60f571ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dd4a2b41e89295f7773b511489d364d7f4b779d5..5dc5a0daa241ef8bc3df99e327cca313d98aa43b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f5a5345df029bb4153713938b43523bdb6025f6e..ec2e8348c9a12a23dd47008b5704fd016dbde51c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f0f2f17a09c62bb565c7546a2b4f9707d18d16d8..b0a30c486e66987b5243f2fa42405a22e050f71f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dc53b726e23b98323e3e0645c5e74aea84080fa1..6a6837c63bb54a09112585665d0096804a4e5882 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a290b6cfa9ee1c6deb78fe6f8a29c3be6e636787..ce7ca464e1238fcfdbdef924229d156c6c83e991 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc8a184297c36cfc3aa433ddfd50c78774ad59a7..94699d6acc9d21ce59e5eb8288157ffcaf64dccb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bc008914bb4f402348118289e3fd25439a36d073..f328453e9b52f3df5a2e657f91a2cb21b97b2b5b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 180aae21c4849adfd5c343024a67330ce9464233..3fc33b2c80144c59d5e055a0954745ffae56771d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 84d45c4c4dd35d450e92b2423315dbf5c4ea7437..f6839307249c67542e605e71389e26279828fc2a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4d409bc328fda3931dda68c961555a79d8626a2..d33d98904a00c02b4601507186f462bc2c6b45ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0b921ecc1891531cd7faaeb416e8c7f3ddc12d06..b8384e87468593151c2bfc356cf08dde278cf244 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b53bf29421d251f4c89461fa231b9cdc7a30b0d0..97152ddd0685078c2c360e717a907f8d0d9cd9bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c7eb3628cf97e0c87b40cc4bced22fbb72dc40d0..4eaa813ca6507bea46e181cfd6db20c06acd2a0d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ad9a4adf870babd29a8972e01326cf5696bd39c9..dfe0b812ea2b9450098c95473467bc544e45e663 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3baae5beb16fe6289d68e33ad50b01ed950a6710..8a9b60f73bf4fdffd88f8134c2b24fc19f4d618b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b63bee02e53fe73fe0622e1bf545133a025556b0..4287f403a1e89faa677dbeaea06ef7192f3a30b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 56628ac594993850a9ba2a0962ba1c69518f156f..c7699c2b79e8300a2cf57bc039ce665160f99c43 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bfdafb947fd4739a90cb998625c939ea9b5b4ccb..796cc13f8872a6653b0c925252862b7e43b6e683 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 278b541fa897222f24fd45165aa92aae15a2e93e..4959c8c21607c66f799d9449b457084ce29889d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4b39ab7ebb2b30aadf79495cd506a7bc19acfd87..ca17ae09de4fe875dc86e57e279cf99d1eec13c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6109691cd7fc870b5804175fa8a0c515e41f8432..6986c2d763376c4ce94bf3e91b0c390eab633224 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6035977f050a2a6f1542ca1f36c550b9a13ebaf..ddd22dc3df18d8c9cf467020eb6eec38be162b6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bdcc3cf6ff08c17cb92356d68b49ceb126b8f602..898386f3fd6f9a0b92fe86bf19873ff426410581 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4c1fe2df9236f27099e03a72e6f6f23ba5846004..79660dee38b9ecb6ded25a1b9969c28d12ce9a7c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ffe32edb33ac9c03c130bb9ffaf575aadd97024..56d570b28e8acee8d1989d2b977e3ab7e1008935 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37f7acdf62e76d74a006cd8c0e0fde124bbcfb50..cab92c08c2b3eb5944233d469b8e658750646282 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 73cb16819004ed4c0aaf828c6c14d2e9ca8eb4bd..8d325810ecbcdc9c21ebe09b7d52ef4a7bc34ade 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f1c55f4124c60a9313a0d18aaa0310dbecd64dee..de31134db6c7bde521114af0d2f572e245a1bf41 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df7fdeaa6729a0553354d3d464d3adc68bf668ef..9449e3be70ab95ab203ea0a114f2068c86e962cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5054da3fb4fef39686958bf52c90643363df7c0a..d3af3ebc0289189a97a9793a40d08e7321475673 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 970e89719e72d9d125649c595115ba434dd0d8a0..75f4d288fdec22ca36882150c339f7c991b33b66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ee91f4250216662f31d7b197fd66b01b9c508b0..f34ce7238108e5e8eb5514f124ee5c15c0ed2d1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 785b4dc6090bc58bdd559e12bdaae59aaa810c59..61e598a68fc6ddea8f0521d1a57401d83f6b43a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7730b487da24d90d81ad1a7f70c599eec7154c68..8219362aa21e961443b6aee90859500e0c69eaaa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3a60ed99ed94035c86e23883a1d20ea1140b48db..91e8f2dd817b6530920c7c1a1ce75a8d930f88b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 61a004618e0e8e579c619cf3def0725642fa8271..74cbc3d90106b23fe1de2e50faf04e92f28c4090 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f5329dbfe87aad6bf960f22325102ce2a9c2646..110a5424d536be5fb85026140a39b70856a4b699 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index dff2a1076c017d615815d8d839a0a0a3a882a910..c12dd7b753516088799eed8719d838885558bf39 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d38def1f93b9f23d5814b53d591b5013aaba4538..8aba391c8e4dc4d415a79d2464c4f9d6c649d733 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5c00c8d9d31fbcd14290e67506cc0643d7c121f8..b8ecfe1ce645c59cede2a533c52b2e7b515d6274 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a308b43cb52d727170aa6f60471194d9a809371a..dabc9209e6be695ea27bcb04636babcc9265b481 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e703a87c442175e6cc3b841643f1e22c114f8009..d9cb326b441df210b4cd203ec8fc87a3f0d7e76c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5ad3a72ddc0d277c1aaf4b6985adb52b9e62d4c3..282e5daf1deb8a0e272b2c35cb1dfa290eb3f679 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a7f056748dcd2886f502830afe986f6e8ed7543..7eac47d116a1be95780ad9441db77f87b0f40b16 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 872ac0fa9e1e63fd982512230cfdaae21f1d326d..35e7c25bfaf9ac57d5e1b2b788012a4bde3a27a8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f5c9b3a4ade29c8a75fcf12a91646f2e397e1427..078547f46914a0563ba4d70dff4db29ed9edc3ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1615848ce7b3f43abb80ab900325eddec0362f0b..2ebaec8b7f703b01ff7bd31654b905a962864d7d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8b8cf2f7fde19dd7cc7d6632e91c67185907dcbb..d391feb44774bd88c860f02b59d142203e6309d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a1efe3ef643f03bd5c4e07b0208da0e802ececa..14381682fde47b08be99d950aad76d8ccee09b34 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f5924e8a08ac1740437d6a5c283b869dbb5c07bd..08225682ab583c00dbc7e2ce4b722c3beaad4211 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license   GNU AGPL version 3 or any later version
  *
index a6bf25f2ebf908f5fae3adced54da499fbabe632..ae0d1a79dfbb49e261c5f1bf597e221c6e36135c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b11e7527128f48c489fcaab285320f4cd9428fb..6e868d1319acfea547eceb29fc161e24e92b210c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0186b1ffaf59096a0600dd434b5a9baca39a5080..d21a1f535d3aeacaff57211a24faf4da47d96903 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81798ee0e002ed364d4d016f2cb5e9527795b472..a9723414d2e9103121b69c931449aef0c485003e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d950d2e2b7c014c442f45065089583bd5c8bb4a3..70046642cfaf429e82986a0903247970ab990dc6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e746c135c6cd7038b43f306d2c5c90602060de26..009094057782bdef047b12ff044e87b05f01005f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 57dcfdc39dc2bd93e625bca4e7cbfd29b4764beb..2e73a440d034f16e9c19ae59806be4d3346540f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 537d25e28c3c93ccc1c7d2abb18eb82b4ed5b4af..be18a5aa1467c688560de3897d0e4a2df29c7efa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 25d1049ff008485f368d210e95462dba0b39cd84..694ed46b88c90138f0be9b45c2ad8f050da398f8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5fe01f8f1d7fd14a5f65e3da5d35eeb7c97563b5..0171db661bd2595ac78315e9ac68ed9fa240be16 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c5adbe5d92984303475234aad124e2b2c5802d63..082bd38f0e9eb7a6d94043df071f6cc991df7b7f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4ab9cc97423537b0bb93a228c8aaca5d511386c3..0e386bf93d9cb437da4a6a3f6c2a89ee7f33fb61 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b0bc84e073c1748d10c77a89b0a749799dcd380..01be503de02f50f78e67d2bbded4fc5f57545f82 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7559d8327a995e2ebb69d57fb1cc40f0bb8b612a..8e39f220199bbb2f6ce551c9126bd6088af040a4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a303bfa7546b0bf6b96b907dee82fc0387eca56..3500a4043bb43c70c665d13c843608c1a933aec6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a45f0791751af2a753e14d083c9c6645cc524ed..114e391cc39d00cdef800b3245d82ce05adf9d4b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 29a735121d2b57dadd169288749f0b99c1a69ce5..46dfe41c95a3ab774d076eccca8c98c12e8b05b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 519de0cc9c44126bbe8dc1171c0e4d3528a6ee9c..7a288fb3b90a877e25fd8ff662f469fb02676a30 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index feb61f0e15f0a66b0bed5186d12c4ee336c5cbe0..90b246e432f0640cea9aa080207afbf456d2690b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 75791e0eaede651156833081163ad606495aa6db..d62014afc40a02ce098d4adb9d1c3dea56f1048c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4715641c2f59233258c583eb76efea50de60d85e..a472c520adea734e71e1d7aa0083219654e233eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be38a958377b93c93e09dd17595063b70d41e5d7..c6b2973002c48bd2feaa5d9a0b3148f07ef84ab4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 77abae007acadc77d12cfc4ba3c37a6ef0970991..bccfc94de594d9c0b6d42d8a78adf5bc5272203d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index aad67b25f5ee909dc95702cb2dda8275e531390f..4baceee856e059a70be761bc81857b5da12dba8f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5b3ee4adecf9ff63b53f4309b62cd8f7cf25f69..fab9dbc6c59e56fcc243d6744bad021b78b99c4f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 235b8488abf45542c301259df5a1ad72cf902c61..9759b3a354c1a1ecad330e44f6df79bff8b5bdce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b37a9affc95abf8a814c69defa784a9bebdfeae1..d287daed8f64a7dde5fb87437c00e20201e52f34 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 840177d868bede3f1b7abdbcfca4595c3247a98f..57d4ac6ab6cf44880118d3d168c683b8a4b5fd8a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6a96bb79c5de855d945961486847007e4f44fe31..329f38e3b52239f2dd5c5e27c089b70f3ae5dc2a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 016fead6ce5d7eab6e7705628cc05b9f8f9d2246..1a586a808d4400c8e29943d9b98112e1d31b5b8f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6bbb24d0c2b60a1814e03b9f9201026393f789c6..854f557d0c791d5584a3b1ac1b0d81b70473eda8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 52f6614454f3e8de22a142c7bab93fc8ea100bdb..ff8bc874110820494fce2bb908abeb0f5a239d44 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4107422094a970c8f9de1e0ffa61f54b88e992a6..18cafc50e463c53930964ba8f3b12c5b14e000c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ae01caf237b7c3d6259c81f035b99df33585cf86..25734f2c86a07dcb41df3a549f53ce948ef89718 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 751fb82399a02de8abb5d6ecc478626f948c41d1..5030cb37ee38f5ce9bb7331e85e7058c2be67679 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ccb07e1239aaaa4259feb09e0c4aa8d7e247f76d..86aa4afd119fd1afc07266bbfeb0f4bc42b9a784 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f7d17027eb5fe1c4174e20b7d6b9451926d595e9..ace1c1f9a46e89c6d1c9bf7aed76c5582de9ca9d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed973a21e31708f680c2199de3e0e648e752bc90..70991c0d0faaf3d704af3ee28c4b2efe46712c4b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04f38abbc6aebf2b02a917c9ce667b2fca31215a..09e5901cae1c3dedf66837f02faace085cab3647 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 372e7394638e67d94b0057b60fae3dd0b097e01e..dd3cb30027c173c5bb5ff8640a8cde4c3c3ac507 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 93d14cc176d705a895cedaac17cecf9bddef3fc5..b5c8e254f4c6abb4c0e935b8d860b62a94cb4cf0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0ccffbb96b38bbb7e7ada2f11ea321946fb0f1e9..2a3c6de5a7a31f77e00b73f7fee1ceb69ace241f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 58a71dcd98fad5556096485583ac4518316f70ee..667bc390c3b5225bcab2049a2ef4103912523ce2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 03e30fa54ab7edec04b2a0bc134499d2997363eb..013ff565a5b5958a14dff3b29011f42f7ba1fe9b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bcf4bb78291d992f0473734ae7574b88ff44ad5f..932ebb47c23c7668b4adfbbaed2d87cb423c761f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c2a765d74c4f80a533c3c552c6d02740d9be98ca..3070c5bfe6f4ecb96d5e75fc587043ee3c19f334 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6bbfd71166a5eaf534201fa044cefadc61a857d4..a53d47c481ea4c51ceedb8e7d011ad08ea4a32aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7da02808962969292e2459a52bf8aee726de3cb2..0fd7445b15b0db53ee10952b27f3c49009a40a52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cd2cc444e6d3d23fd83801db1791bc84d2ed89ad..f9fdfd4477d44a0dfdb4d8d33da088a36be1c196 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9c3ba3d1b824be99d5716e4ac2e15235aba45d65..f100bba492acc5b1352733b7d4b30f9f650443df 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7a3cbc5cd3a733c90bc164b55c5335ef6a118373..746773ef1269b23e32b3dcc4675b32ecc118cbf4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 365e77572cfa50f1227534b273ee4dfd4652e1fc..cdf0de6c16d11221d10ddae96f09247a2a92251b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a65bff6eaec95ecfc517a84bc7176a8d62f6c8c9..95aeb16459c7be97861b4c590975f4a6189a4664 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 43e783f18c64f9ce8410a63175a07987e3d0223f..21d92676cc1c5704e457802bff731cbf12e68a78 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ae107ca17229e3bfdef7fea1263f96a53d60be47..f86bb959739b57db7bc2f3d18abaf54787fdbf85 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7d25c8b71d39488a8b70b40e8abc3f673bcbef25..048edb5d049d0b01a75ec5b7661d9ff12689a4ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a9bab81ec085fbe944c11fe36274e90255db2f1..c61f162338f7b04b5e146e0b51ce24cabaccf0b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 287478954ce65c4c5b52813b29fbdf2368f74cd3..68658f326d976afb49da562cee591dc4b9698149 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 69f5db75df391c152c31b86e4de476ab8d05ed4e..df2be5dd0c0dd0a30c392280de17d4cff5ab8eb7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c0b3f73f488bf6af31f024008a76fd360d01f24e..7ce16d02afc5ebf532e878b64530cbd5d87d7f1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca8aac72bdae705416851c1ffc8c642151436ba8..d67af70e45048eeaef7dd4b6ce33c7cf107609a0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22d676b2268d888c42292b972fdc2b8d121227b0..d38c19bb9ad54dccf9e1e8761244d577d6245be0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 08c751de249fa40d99151294d80b14ec9b473b30..b8022cf57c1f5f0cc018a589071f2ac297202e23 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb1a5d2044b0c09d7db2b1de0d5e727ee3b067b1..47dfe1875036b0a9f361f2278f7299c02b8f1510 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index af8ff3605639113a9cf1164eb6777082c01ba6a0..c3a0168b457078920acc17e08658f4b5c938263b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7fc32b5217d9f1f3a3afbffd61835f16eafc86f0..be70e7a5c7debc910a22c34ef70b211ea759c037 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 754e08c3ca5ab4cd0725d0ac8df446fc9d4e26fb..0f9112d11f0efd799be7cc48c3e625236f0ae073 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7178209bd813ef4238a0b5d51a4d48d420b684b0..8f799aa966150dbeacaa626bc0e52bd05b575abf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 79e215e4fbacd19e194f47a8d6a238a0d69970e8..5248c662bff9a63e62bf492cc03ce04cc4a177ec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9d02a4b54b6360b6d49b4cc4b8add090ed809381..7ff7282d14dccffd9573108c1596c0e2dbb4234d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8512f6d077534bf35e1e053e90cfd8750104b773..2e0262f03d796f362d1e4ff60b8daa861dcf61a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ccd59638774df660536581302fd8fbe76f519c58..5ce9eb86f2f449c91125e3483c0056262b15c1cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4566c4223e9a8b91ca9760dcf2b0b1682e1d3a83..14e58c2172695f9faa531363125b6f7a0dc78a8f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index faa25a8b1a386727ed230d13ea27e5dd3abc7dee..06b5ca80d9ab245b4382077b0ad2d00356e8d656 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6233117564c69ff88afb054215fc38e01dd69d6a..8f1bbf2a5f7a1bb6d3f99a2e520c64d0b441a247 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b0c4d092a1ac60aa6a4754ef9c1b52331507b549..a4586b9c1aba33868306780dd5632fa85a8a9eb6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 24e039ca835cf635ed94a5e9721c098aff8e81eb..df37706874e16d6120da413ea3b381aeeaf1ce73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3a822cc6e50349f4267f492377b027aaab892bf9..6e095b730671d3d18f8ce91123b0b4931b72e13f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 322cafa0971d0fb46dfdaae458fb9391ccac07cd..5b87e6a4f196f6ee10436703107899c66d8aae7a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed48ea1b263a7ca5d88bfe6f68fc86e974caff74..0b1548ed5ef4f00964fb71e3308818f019b12d04 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 64d9e3542ae0f29836745dd0e9c389646a167892..5faaafe40c813c6f5e675d61469636c7ba93af46 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ee08177525b74d0cf45c6e3cbb96e6bf28d2b235..6e65ee22e262d30dbd5233d3b87fcf661044da19 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 654414f35cc161717eee285588d3b9a6b2b21495..61b79b241f3a35b4c79ff608bf9bdb02fd44249a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ff731d9b5502fabfbed8374aa17f4335847f061f..5334ac932fc33b473dbd89aae6e286fe56abadb3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5c0a082dc0dc00b441f06824572986c2f13db982..dfe537c8c0f196ffa119c2b7c25ba50d49a1015b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 053ddc8252b6dcce2cd23395c49d6b4240b356ca..b181ec43363851171e84b93113536539007e459f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 735048a867e98c54a9402c96243fe6a9ccf2393c..e43852baba0e8906890cb3be41f5261ca755b05b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c46b63356c7e89e74090b02d36fd9b501b41934..ad9bb6db849dffb48322324f0c5569b86fc4e066 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 163fec60fbb6da1f8b06d5be5ea45d58f3e99b38..df1a987d2e8ab1ac9b22a6ca6933965e0e1ffc50 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9882dfb730493d9306233d5ed138082b121749ae..8d6a6ff3c282bed97127812cacf9dcecdadb52c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 52654754a7926d857923af2b22960ad5b8d1a8ee..35be8ce2908c558d437bacaebafc22634ca36d7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 274ed3d06d63a5cbc74d3bc15187bcdb8897db29..ee13ce065181721ea9ef4ddc624eddfff11a602e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 934a7a46e0e79739026ed9a3248927d49f215bc3..63abcf36e8d9633b07d5a0106c9098318ca53dff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ab4d61a8714f850d0cc46967aad1ade5e6c4e5e9..ab031f9cbb0b0e60d9e450854db0f8fb5ff841ec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1a86703d4e941e2e7c8be38049e36a45038ebfe2..6c898ecd0abbe282bc91bf5b7e73f6473bfc40f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e0050f405cd4fb873bedf3949c6a6cc509972552..d342892e1a4f8ad76f5644584eedfc80dfac3955 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f45b50f5b770f8511281384a0d1aec329d40b51..723860bd80cf04e75c50d9974f612004edb49a4e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 17845f6152a8d3f2aef20ca2a1c525b70547642d..9f5095452e5dbdd83342e4b769f0215c3d562fc9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a4b33e2f8fa4432501c43e15478ffe9b59516fa..1724ae297e497d8579dec7ce66b9dc350fd0fda6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bd0df0a4e71699fef2e93b82a73080144094af10..8e8613c4e917d4b250d4b6fa907905eebc5b33db 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 384d36e0d3a4f8885b57cb83082501c5884937d1..46eb383b2d5afa1f6778eaed8f109f44f4112ce8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8e3c75c01ce7fa720aef67d1413b1483a36d8de6..645aae9e29faab5ddce3dc8a1400ea5b7233081a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e590d6ea773243bd5366634edc373cdeac86d07d..745879ec5e1106d7bbef801aa985fda32ae06734 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cdafbb1c057f04a4e308e39f0db95b1d34467941..8d3bf77dbc6b64324dd28895c710924f3fa5b0c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4c902b829f3bea915e14ef02c016713a2e6fcf8..93d2bbd23cc2ee08b8c3e7103ee2e9da07555a32 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53676eca27e8a08024bc67106b328ccf0800b95b..c3663e59cabd674620bd4d7a2749e1ebca399193 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df9622f2e9f902b243fa08ad8ab00df42b2153b0..dee562e435840ae09c109c7baa23e030ceb3eefe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8c11af0295fbcf0270fa2ed9dbd0159970e49e35..29d6b19c56a3b750c7ec1289b9282d9e721c4d3b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 81b4639c7823c8a4987ba344d66fdde2a1a5f662..3bb3a2aa1f5e2145aedc09409cc8df96ebf98e56 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6ee52bd03643efb93a4b13450f45893029927aff..eac3da919a2e522a42a27f39b0b5e2f437b31e90 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 423c341ecb438136f3ff2a7ff8e77b493e43b2a5..a4106c260c972821bc39a2860a43c8cea1cc9ce8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2b668182e42148bf6a060b87dfdc8e3cded6e29d..41a6dc4ef62abed65091e3d55f38e3231639e9b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 87d3d361da5f42d634c7c37bc612a27c9d44d1fb..f7f04aac9b0afd1b9b74634f8a7f547550f85394 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1bfae2a36ef03d33ba62f49e502b9d0d139d3e24..09e962407a6a56c4628638909d529e97218338d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bcb6ad86b448096a9fa46d9984695dc2e4311c36..e9d9eca020ba270ce00d85a6637baa2c8fb7405f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 63004c9280af062799e7c4d27f38acc01ca0cb58..1282fc783f47e8161f18180d2c82ab66b597826d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e7563a59250d402d7ff0a055096ed453f435a89e..48c417412849b4817cfa2f2d506484cfcb0e8672 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 016f5affa4ab08ec5ef61c231e0aba245a69cc86..11e8259d595f969fefcf361906c97b6c55c54b2a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2bc3393b2362f65d634d0dcb8e2abbadbf302a33..34834d41c13becbd41cb59fc22b31c53b5808531 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b064b4e860e0131c5cc8e55a14e8f6e99314d4fe..0915cf7d4b096e3e6003985587fe8483be3213ee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3a4fd85094d90719dfbca708c9357b3dfa9977a7..b22e607d40394dd55fe03014c4d35421650623a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba98389ffa7ae8230d306e3a6c69ff18eeb9dabc..1c8209b59ff9778f674f748302ca5e26984c854b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8592dadbe7d54d18e8f11a756d7a05f9db549423..219eb3609b39c6f4cf7775860d4b227151040813 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b1aede6960dd201e60b80167a05a4a959a0803d6..a8d0768929f20f0b58253c511782857a5e4a3c4e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9cdcde048476d7af68b175fa62249a842bbe6077..c0cdc4e51538aa22b3dce9590ac6c10bdd9ba9f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba67e6283cc589ec6a43a3834af2477e0ae80528..6a72a810cd3dd0374660c46911d057ead8aa9f80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be6a3bf9c58519341a917f725d20f19258f91e7c..a58e915a768dcde39474e425477cbbee8b9ff2e3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9f52edfad698137ae06936b80f0e7f7354af2ddd..017f2c559f944ae10fa500dff30d3fbaaac3131d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b6be886b35f25bf396110610cb16c776251f8fa8..d6698605d0a08dc1a57d4cba28fd378a30ab13fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 185c3ed409cedde9fe2d3ded4f52151f09dad765..a52c1a3ea31fd9078e4cf2cd3ac875b6209982c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a369b1f6d416f677185f463d3039b7df83e6668..ceaa3189e46822d842652ede0f935b0f7938ce4e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bec336b43dcf184299e12ab029acec4e1081cd5f..5b71e5b97690dca2a0ec7a66adaad0bbd4291d5b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 573ffe2b25df1faf1b8b225bfe85f7fc67dcd8ba..f7e2678359345580ac8daca72c94e06f127f53c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6b0a6e6937bdece0f71aecbb7a41ebfd5e965469..4269fbde51032c012b19d8bcf687257232e176da 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6c8260c68335a68298f0969d7e67e1d5cb7147a8..c492cb928e6ca61ca2e69ac65f699b0b598e7f5b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 48bf4dcd2089be15475fdd4a192cf9b8d334d683..4aca8fd836da92a8b7a5055cd6668d2e2480cd32 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e321773d881b9ca2404fda1c0880f8f2861c542d..77f0a5f7a251d8bc6db4ba56f3afa7316f2fa538 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b0ff6ec1f52d656ed7f89ae2931eb1f4a121946f..689bc36a2e7e9c1afa0fa04a26825fe8cac44d99 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 79d70e91d0983fd62b454c9bb70ce413946d18da..570f8e0fcf113880b409b76bad917d67358f9162 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00002a673e3247c5ff327641011af02009b1e878..307154712228eda64532cdb90e68bb0f96db3227 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7cd3079a34c5c35126d915ae96d7a589d5948520..6a733a37460363d55593fef5e84a6906a150122d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 896261be7c99a39725e498f8467de338287ec5ff..78900aff54d2b2a206cc3310e7e4d7ac12532188 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3344d578ed9b187fa9615734e79c85cfce9c465e..1eddc8b288df7c9108deed4355e078221733da96 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2577b1180a4d70d875c460cc503404edfd61208..a89d8a4e19bca1bf2ed48cee77ae436dfff5232d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7d2f27538e05a7366ff9600c46e495389cb83d4a..3a84f6a549e5015f0e2b138dbcf62a8775f167f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c60c9a1bb109507ee204786cc6ce33d6046107c..44dc6c80b879c4d931c23dfc45f9ad16b8876f31 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00c8fabb655b6910751fe7a71a8f759240b406b8..9baf5a09282e29e8b7a67b5fdea09369356fe7cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6de3ca9d23f7fb8c3c0f17f7591ff605cf634fb6..2f9ef8863e952dd9e68c3f506e36bc4b73ab91a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d5096cb49ec3be0165f131d86749aee23ca9ead3..567191fc56c43ee79464c0d8dedabd53727522d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 389f1b796154073ee2dba711aa82c8201f460454..d7bcb5c740068f0453c80d0b831450483c84b160 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b8e7dbe36a3c04e0d576c9750f1b63a7cb71d911..41f952941e2334158f5234208e9c2c36e9c54360 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3bf9a5cb74d7bf22692ebaa749238fde11b28c1..00c89cebdbb357e5c75d63f86408a539b223d2bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0aab36142f420403d9fdc181ad00550b598259cb..74cf9cd0554d01a62beb0a1486b391bb734f4f69 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU APGL version 3 or any later version
  *
index 8927941e813594672e49d6ca7bc2b5075456cc96..e2ace44db6cb282e7ecde314aaadaea1cd311b85 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU APGL version 3 or any later version
  *
index 23eaf299ca47e266de2bc85ddb6cdeedc1316dc1..6359d8607a4699ea1b50f0fdf52d9c12150f8b55 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2ae4aac61988c82abade51e3c3a0c913f920fc77..e2ff3f677942a32ae5133440777c447032793c54 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e74339563f7317160b07d5e992a822373c4cbf67..358ad4adedefa972526b839058657c62d8118490 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 73bde98a438ce3d1e9296aa36816c457b30b8e0d..822fd66b726bfbf428e2a7bd5c0a5491226c16ac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8cac4aaf7903b3fb7fc94f556535368fbcdc0518..c8bb03a30dc834a7bcf0472e79eea4f084d4e3fc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc55b3715c1594c3393ff47d3f9fda79909b7b2a..a70e9822d675ac84c160a26a45240a214853a34c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33e3c105994515e3d32281da73feca1bd73c0885..6abf58fdc817b83422c75aab03936c567703e3d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 837b186b60217da6daaa44502e60b59c4b4c318d..a7ce565e35108b3107170609130025f790619aff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 44573987f2fb25917e5ac2341a58eb77134ce7bc..9b0964ef79d5e85e871541076dc865ecf202b2a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 91e8fb1911f10eddc04f9c89f2aa75cf590cfc09..9df38cfd918a43bc601f7b2aec82b716b07a02d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 83af880af522e844400eee199cd5511f34542459..f647508a68d647165d91950f4e5e6420b0e9f85a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d08637509ddb6eb2132e613bd0b3d6376ea417ee..6d3ea52583166ed8f9d4934a43a4d448c01465ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6de6f00487954c0c75a29158e43e3ac1b21e0acc..d64fe6b5fc829255b19878b0f6ea602f1dc67529 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06f973788c162490aa84173ca02384a79210ecdb..16a4a2d3084f800b1c73cbfe832f3f01cf7b8dd8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 398b7252d903706280ef52b570802df285b52c05..ecfa32584bb1ea94e3fa5e5537834adfb4c77e80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4b7e397dcbdff2d5570dd72bf75a3261d6c56f7..c7c9247b350f6500fd2a155102e28f7e65894956 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a0af517dfb4258553c2f1ba26419093620851b94..590ee59039ba81d38425569efc30ad8c124550f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1201c931f718f3d2b4e07fc4cde6f214d092286..6325af436d18274f8301ad55a220d616649e45d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c83c3bcf351849edc7f02a7dd31e2242473474b2..1424d9e20fbc990a35500bf9776bee17a56ff84b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7793fbc26fa1c79b1bd1141863e70f44bab56cca..bbe6905ef659cc00b441cb186304f4b7481fda99 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 31384c395c2f58d2425aba31fb082aca535a26fb..0ef7f15fae39f74363820e619fcee43d30972886 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1cda5ed1670f295b5584b74a1d93c6ec5615b298..467cd09abf6e053497db8747267f9587927c171d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 62a6d4622433470438b93c677d921a0d2112b7a8..43cf8eb2d0c3b9a82e26bdea63ce7dd55d2aeb08 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4645a8678a59fd1e330614315a364dfb01005a07..2ae43520ed6b9032e5070a2aeddfe196feaa3049 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33e0bf72af83b8f408c848dd26dac51d0406b964..bb13ce3f2a1b1edb84b1a44ca8dd6b37e6f745e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f1e8cdd126b0ea6d6225b2b6063ed5f0ca61d9b..164e7cc038953bc18c6dc8f1cd3d657a2cf4b0e7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6b53812b98024df96d6871a101ffa8c5ef230574..10204fd5227e5da0ade86ed8014271132997ca47 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2cf18ecd272105de6a2426f4a07537bca56564a4..45b53112bcb6feec5209e1124b974e8c3898eaac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b9fbe49d8491f4d1e41608fc8dfb18c325767a90..d165deed90183a0e3d7f402220e142189ef1b298 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f1c3389755978eaa7b1905cd9f1977b40338ca10..5f44c550204932829693d43a860ba353370d550b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 065ca0557da1fcc83b9e46aba8666a22a9d5b48e..c6ddf22013ad9c2daade4b7a76f1cf90232be654 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6b31ad7049bb2165a629879d3dd05c03ef9e988d..c23e723b7dca633c85248998a1ea7287a0827903 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bba7909fdf062f2eca6549eb7c080ba86691b6e2..286c5bfa3ce43a29783e107e4f47bb06c6ac8f9d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e5fd2bfd8284a58ab2426513690987ec0f324c33..71fd78c95a58b76431754aae72309e2c049bcfe9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2f860fed8a260525729bed286214f417e9cc10b0..e5654f3d61db15e3d8db5dda8a1f4f09603cda35 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a73f77a16571739299ca1ba685d6528da9adf597..c42dad2eb39c26dc6b6990f0e924235d05455b0a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1345332fbae64544aa47937d7033fe9a22d0e31c..e6f3e156690042bd1701c20c9d662b181238c048 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 62a583dc8caa0769413ea0e37d3106b0fb999a13..91d0915ca99cd22f0fcaa0d721c943ee0c42ec3a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 18a39ef3cccb2b83c27cfab3aafdc4aa87a63447..fbd89868bee5d5749ac30142e10c093f60c7356b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 53ee0e5aaaa451c3f76785a69bd0e72f09b196d3..759ba674b1fd2e768f74d8392420216fa98752e6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c33896c517f8ca86c00b78e1a99a14fd3d0c91e2..5c33e7e2b0067b2b0a61ea6938bdb6f033643fc8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 06946d4830795d9987d237ff83d19ef7f7a38cad..e351d5c70d4a9c1e3ecf6c720e045ba2f9757407 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index afa0d9a232a67e9ea29dc401cb3b74f909276871..a86d9f98f59bf78fd0531b1f5c457cae9e28077c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a8f4e2429843750c9d0bd57f07caf8c5dd927ea6..a6d7b79c223fbf0d8050437ec7c12c19c3edc022 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7eed4f71a504ffd429f63b34237fa53871c9520f..d40ba5c3384447ae74d34d34b8b041588c9af7f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 169a4d0cbd8ec541fd39518d8d1534e84a887548..81b1f7528d67f7725e0d0c96027b997505970e2c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5a1e7ed100810eebb2697214d762e16963aaa0b3..4ad2c83d9dce28f9d322e389a1855b29dcf1a9c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f5ee21f27ea3fc6bdc8593b91266ad11448e65b..8eafd7d94ac07d7719e22f9c7c1d55c8095ef3e7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 34ce03c5d290b11688c4dc1ddeeb6504c398f979..5873cee4e4bd2d21e41429324e2a8b3c3f9ce808 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6c6b356016afd0ce5b3bf655be1a2cfefe1f068..1bbc6c739fe3f8cd6fbad58e4a1c6875d5a3c29a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 37e7637d8b22dfd749680fc9e5dfdc15bd201a37..de95229bd56dbcb8b9193ab1d2e5680caf10c77b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b093af354c63f905fc769566ca3d254ba3a627de..39abdad199f5b8211c123cebe3a2d645720deb24 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c28dd0369c01c09a2fcb845cb3b7b1521173ffd8..c83e901765daa05e546993d7e6d68ff492d42267 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3f8b1599b0a82c5d8a2914dbd30215bf9f82490a..bf7ac69d6131f28ed101c33dcd4d042dc2156805 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a36341a1d8724a386d0a3898d31e2ee4b9d6b304..eab75ba5d0cea145f3e68dbba1d50d9e5ff0578d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7549a1e7ce1012601ab85c24722e3c49fda8979..0cd10af7aec305800f25228b12e6bdf064435023 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 972e00555cdf6650e118a76199814d6c7a89aa14..358f4628cd83d0b7faac4a83b03a7b2891f54a6f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a75b9168b56c623dc16108a2fc542b47763427cd..c4f8f4a5b4f97c47aa5ce7af6e32701bfa526d1c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1524e25920b42043f374fcd1f3e010f8f5a8dc87..cab160483862d4a5ab58b4235a05841b81a51995 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d6a1a6e9510d6709161164fe1ef704f3ca24d403..d7b168f871b9bbf0d97317ff2f582e7bbe9bf1ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c53e08c9365a723638df41ccd5e48936e541bf8..352c914bcf54222953eefaebd243003b71531d1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1103580139c0bc45bf9a5618c8694b50e15c0a00..bd91d8e211486437658ad7e048eff543a952a86e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 227050c4648812f9bff205e00c1950f35b3cfb33..a6f0cd51f3d55ddb25c322902e3d2e8d7920864c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 60e82c04f1c1b3731d7023659a5dc3b6cda9a453..0c416a189f8fe51ce2527f822e23b7f17d71fab4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b2c75a94a7c54ad377b1317599b05f6a470122e..0187079e39d8087579c8c4478ba4ed4aab2c6b12 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 07590bac0a0a60f985f1999ac0a39afccab15746..eefbfcf7bc597db5e12609b8e79b897873985d4a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 38970a612d590c2078b5f50c5d3fe350f0af145f..56034a6966bf192dc81db40e03970e8c81338e3b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f084f3f0db55025aab98193c06ceca4d24ea88d7..c6323436db8d3db24ac389d740e1c13abd103853 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a5dd799ae25f2bc213f2d1831f6d94804a9d6c59..b03fa42514294000d99b6051b36cf2fe11003bd4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed6c7b331b29a7c4d133bb58d774848da6d0afad..8116fbf85017d646e03969a87e409aaee96d292c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5791fed234257495d513e3b6249a3f75bce1ec4d..4fa5c31c8a5c4a24d2bba63a88a446a7752e3582 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d59d638e1491ef264da656eee1977dc703b6ee83..22fe64b9e63e5620b05d060fb3b1eb9360dec4e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cede21b3c40039a6cd6d421aeebb2b272a7676f0..2531feeb18de39d14f76f541a9eab2ee9dbd5ef8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 612a21ed54dc14933be90be9dc1e3fb732c025b0..a65f9a1a8b16fa24ed022a74ea1711d4aee0730a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 75f1f87aaa0ad4771910cd97410fe394f806a7f3..540bfea728c81f35b51eeaa5bba5b36771b2e97c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c211ebc2a00067591703f0bbcd3955b11d29ca5d..a0a272fdd149cbdbd3a7432ec2893ca75c6b50c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b2b6c90db25d2f148015a62e5a3ab4bced4ac94d..dcbb9ccae36dcf2ae01397967db9f4af002b6984 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4d653ae9b666a59940780b81f15f68ac401c2bc8..3fab1b88ded8659cdaff009981db690e02ae94f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d495b52245e91ac2a01066976d7150a940314a3..a55ac373acc394b3b4d88daefa1b364b81f9b066 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 55c041e5bf353a384b2bb152a736a1f9867298ca..ceb0e3123e5f7613b183714bcb18c182637d5e76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e0f18b2851ed69f6fbba62cea6a1e5025781176d..001ac7ac7d8994478204183d5b08195078d3afd6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 035e7ecee41d4e7e51f022359ac98647b7b5214b..82289e6cb9ecb14ae7c456aeb6530040b7453324 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 101baad38aa4fa48951d092716ca25061a88e305..08a7b46b1c0905c1c9fd16039ce82c792a3dab88 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 20311e24aaa14343f6a8d943c9b6bb156bb99118..6c47601a0ab7ef2b47649755140799cfc0646410 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fb63ce1024f9b86c911bc9b25a1cf81bec99337f..fdda6c9b53a6bff0e23b0e02650ee235a815738f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 94974d08e6e8f92644fdc9b6eaacea9c4b3b5cac..cb3d813d348fc5ce04af8daeaa1f050354b38de9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5b50324b41365e268844a07a515a370f45fb2c17..64a060da381084aabaec11998f4d6b741c5a2690 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ec1427003a2c89352e051d56df59c1735d8a8eb8..2c9949ee23bd93061304b0eeb883f5cafb4630c1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7c762cea423ee97b0f612f0b1bbafd16a856a055..dbf585962fb734cb99487d52f7d8de9c4d1fb970 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6d4c0c51089aa6bb137d3ea8f0870d88d4c579a5..7f7a4fb0357840023598f337c9882a508b85c353 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f963e20609bdc2eb93b0eb890167e82f6b8675a7..3e1a900ad56ab65dd3632f44f12c61428957b6a9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 87f7c983e1acb4498d08834e9c5f7a02ec2860c9..82e7db4f5d4e4651a94355918413bec1c589c29b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9d4a8212f6221faefaf460fb968db1d8dbddffd4..196718654d8f4bac76529a820a1c0feb345abaa2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7902a944779ab2464629db1158c90c12233ac0b4..af82df4becbfffa926552e347549255068ef5af0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 039247cc7503f74195dc3c0888b8a86587b276de..7b4539ba8cdd10a066ba44c52730d432ddb90168 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6966e1393fa7ce80f554a31327d05b2a623fd79d..7af50c67e4bfb597acff85868e3b6093fa114150 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fbec7abdab9a9b8473e965c96df0969652029a3d..e61124d7770d97046e6798a6bd20274bfb0229ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1aa57fc7fd38940da8f07918225a9d6730c89f8..505d026e3a7d8a3357afd84be4fc2274dfb8baa7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index be325461b0f77cb2b7fea0a20f3be0dc70b81da0..e5888c5c762f4ec123ab44a522a8f095a2774ed8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00559f75087cf087389285655e83482559659bd0..15b0a4db1e84392b6dd425d5c7b06bf722b19589 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a836e5bec6e36c704f2b287db6ea9b25d1b5ed66..5b71c2f8be328a281500ca423514157c6aec5aa8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5dac173228c1a414cdf055af73922181753ffa9d..ece67935c090dac2fa38dd246b048b8147e50b25 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a0144e8a2652003224b60d5531a89439beeca2d7..210abfcecf6b747a08a24d1eafbc3ddfda6ed05a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 000dccc8d528bea0757a901fc98f49d54bcf2b67..322fa349298bae9da171c7109a1ad2687fc8a0e3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e9a4cd80a91f9642fec9c9bc1dc2f693551673f0..3707cf53b2c8f7e152bb4d4b709e6e050c783c46 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2a88933d506fc6f8ec98e579af23dcf024c4f6c8..db7b8c26a5352cea62941e6bac699a954dd734fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d71e593dc5673c7b4de59a399ac21e658c051b9f..12dfda087368864b37cfb4576d0daf33fb33b9d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1fb162db970269960cad65fbfa7ac12891ed2d94..d3b895f440dc44ea6f76cc437ee3cf1ce1b6da7a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0941480d4412cb0e8975c12ca70b9329e33bf3ce..c2da44d3699e4728c4b71f912c7c6c9b23da8a52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fe0554a97876367072859664f3c5aea622f40dba..aedf7cea518987467cfffcb56c55bf9c277570d4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a335f184f0b2b4fff8623e075a4e3d502d5bde7..2c3f6f68a16d30e2a13dc203975f0f511cdb7fbe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fd79f34bf780a2771f7994ebbe1e48f6e5539b73..af9645dbfce869b27ecbe41583192fe531825c0d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c4944f6181d41967ba3b37d26bfd9e9925cd5891..bfdd13a052ce42a4eeca45bb7170d75ab72a1c2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ffb3c275dd493706cb8af82a2a68e141e0464fa..ac70c63545f129d80287f8243812b58767bf83af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 60ed9e941a3199a7dede26387f31c27923d22aa8..5598eabb7297eb90426327a1233b3d3c0cbab98c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e1f5d6be5c0e832284dc834ed70519741067b344..60a5572ca5035c09a634d7676a03b97c42d9d59a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eea5b19560d8df2a02009724a61691dd061cd8ea..9e41a57adb6651b5d6fd6c852435bd3aa1f8a643 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0f49a3616c0f3bd38579f0d0ffff8d082fa224a7..f98898660783306447e87511e831b9fdcf5c2fbe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b3ac529de4aa8569dc9f6c9be9a82bc3b43e8c79..da4ac21420449f49d189667bfed366ed6e859903 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 56e12da9ea2389147e74e0edbe74616ee3e8a3f7..909f78e7082290bc5b03f178b9147df1a6aae3dc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7ced7aa2eeb842f903d67ab45c852003551580d1..c5096636178c27c2cafcb37a9802383fa5c1916c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index eab68b43041e26d4d30eef6270b6d8d96d011ffe..a5381c18d16a6af23684cb01cfc73b451deaee5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8592105b24b998388c3f002e76f77635e80c0b36..d9a559bf5f260255f5a68958a9640baba242ea85 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 44b33fbbd30fc575b9ce816b2838e2ec0b5dedc9..13cbbec8ba18cb4add35ed2eb97406b88aaca5a4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bbfd3fdf8df3147ab949602e9cabdf8c1fd8e4be..028c4a9291547ea4ebf2fd6fae21f480b85bfa17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c00f4e504321f3afcf6e13b011193204630cc9ed..2150b343e1e1e978ab7eac4c455f7942ef7f5431 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 997329e014b9329cb2645e655cb9a244ba6bad0a..0db881a0a99e8e19c961c868ebfeb139bd0d8db5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3bb5f1b8b296ff029edf4be4478ee7521fc3d812..6dd7f79e1585af856637713b37a3d20b6e483855 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4dac93f67a1240a2d6c0a357fb1008cd74208b8d..e32cee1f2f513dbf2996172b3c7e73a4537bc716 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 74fbe2c22a12bc53ca193704a7d74f371becd5a8..790badc9d2d3e2510f49416c4e568c22ed4a075f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 961c598289f0eebcd452449c2dd15179de36b888..13c5b51f9fb0ea2f596a07b02231a093a1d52883 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c11cf07a25b359398d664e9d0c649bec8543acf0..ba4f9db41c8f32482c93097f79a151bc0253dee8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0c42a67ec3d2196a3175e44d12b3a55e44af02d7..bc836253a5c110ab90fe74d351331718cc35d358 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4963273c08474448063887eb27f2addfec8522e6..38ab6e5d3079f0e55cc3dc4d7cfe9671eaa7c85c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4b4c0bf1b35a1d63d7af8ae983ad524f800ca5b7..64817cf0ada2ceed1bd2aae3ec97ae7523b908e5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba5ef1017ec1f32ce3767f0a64ada97d80d0941a..301b42c03e207894d936266fdbd40dee61a98594 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6aebea8d82ad7e77239c9fb857c6b8e3ef484d1..62f171fb5a6249da553aa1dfe3fe9cf1b57e0813 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d7dc7562cff1b9b008d49804c1e0f274c892ae57..4569539d61fa48779059c50d469c7432afa6add8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5cbd7cd2bee6edea439f40d476c9315cacfb0489..ce3dedf5a05528e62406dc0f47303cf34dcf6f3a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 791665f73452e955461bfb9698e61c03c0a2da55..7f7dec2185c3e678f643acad255d247791846b67 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2edb135074c1d145c51d5e999941c10d1f48aaca..25a23bf9dd64a9cdcccaf99c2cad6bd677dbb6ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 28cc58a611aa58c97bf19112fb8e16a763bc5b78..744c6df09dcbea8280acbb084b254b1e1d6d3531 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4f439837670831094ec8017ae005d88e3545cc85..98c11afc270ee845e4123009059b9f901b21db93 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 96293254ce441406351fcb73e9ac44413b0b8223..ec92b37adb1aa74056923142244ce4fcaf6d3b04 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bf74e782e4f42cad9524bce417fa8f1de0f085f1..c1c7e7bc8879e5a767bb64107d6bac8e9b31c4b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1e581725da1893130469880ac44b5893e07d637b..b69adc4a1e12c36c80334d415ef2d61a2c3e28c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d8a5c165a4f99f09042d4186180d7f5f9a3c3dc6..f667e05de6d1be2bf6fe61421a79c4d4d972c369 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9137a1f5110db063699c877bf0808ca887608550..81e43d669a144201103c0773546d413fc6fa0e98 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c6f07897c6054be4bb072017a7600fc70745b43a..47293ced6f3bc52f32f921e1bfd8967c2b627291 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f15157e81bea444617c016364da8b43e62777b0c..8967348daee54229f62ff07e93186097d2c9ab09 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c792643018214340478c1ee5b469f7a50c1ad8e1..02f508fe6be25178aea64f4abce66dab9431ba43 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index abd53a4e6c5b057b83a1cdeaf629a1e655b2cb14..606d91d0ecb58bd891597613ee3f07f517b0590d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 14cbf13c11e2d5d64577feeace92943fca2c355e..48b392978811934f53c82025da99ea51d644091d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a2c26c76ec72c485b7da2acc6475aaefe7db3f30..4d7ba017042abf147127653f48f2d90dda4e04c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba4748dc0fdb41d1bf7fe1e793917e59c1fa06c8..5fb4bc640b772082a58dad3424cefb24fc3f349c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f3973ea9be5783468709dc17c004a5bfcae838af..39b8e0ff0d6b4a43672d985923bb317657cc3a3d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7cc34e6afd10896e7b507704e0d27e80d4c4b5e0..d48a995be63a5c74b9e7295bbe7c3d2020cf4228 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 00dad8612c166f34f16752696f5cb57ccf1efc2c..3d5789b0ded93797a3428ce63e62d7b96a9e75cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 02afc7d75eebc222a06c7699a389078c9a04cb2f..286709c659828bfd7f49a8903b8d52c9304e8ff5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4bee43185fb775a5ef416d5df631a20e8f78053d..a66025bf543958a7518ca8eafbfd76f8cc3b6917 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7b99806ab20b0329500213c2e18535f5b134e075..7040f1fc00c8c9f4c6f84d58ce03673dc0c8945f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bf95252f106e4008a2fcaabbf7ab5cbd48077980..7201b6e6316c108035f5c987feedb22886ce413d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 15e31d88bf31d3f4c57b7cb90490d5249a7c7493..fc6fc6ccfc01b6edf538d0a26fbdc424ee5b6f92 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 22ef9be63caa06354c0dde182dce09cc714624b3..8e2e92ecc2590963fedfa2c2b3e795e0532d897d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 74801f7c0f0278dad465e4c021d5aa1167590412..b6367ab91608becf84bab3cf0d43faa7155446e5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0fde3a7e629335cf03e53a80d6552e739accc56d..8243205ff68b70ad798e08367eaeb06d45fd94d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a374fd63e61b8be624acd874a7381128e80444c..b2a19726ded638c60847fe3147f7c6140140f98d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5f3f14c521c2a0424fe0f6797400679093361136..42d6fb1ef5b1328b956ab1050e24fc6e9fc678bd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5edf3e2574d77cdd4092f871ae69369ba15e7a27..8bd7c467f71e0965b9a28f43b3338da626cb2b4b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fdf887fe6b6975e92110cc327a2c4548bc39723e..d0d03a1b2c0e2ca3d55902306a8d243ee835f7e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 51bf04d59a5cf8838f00a82e624b900ea151cd96..59aa07470cdc56f0360774e275258fba270a8230 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7f2f13c7395fbc7c83043c44985834faf5087c3d..74fc0530b4fc4f2dda5389cb845b72b232539ae9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 04ac54b3e33c8b3cf4fb7630aa1ff5a26ba75c14..aa7f62835cf2a3e13d045b13103018b58e0d021c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cb595f99125094e62bc805ec08aff890ff96c47f..9899bf015a66b985896344743f91ba5d64ffef48 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7d8c229301a27744c47371aa33ee25b1327659bc..b635f8da88d1d5184458f29915bca1b49d88f149 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 99e2da399b54ceaab061b1807d97f9f0c710e54d..cedd6ed99fed74140daa7e5301bc65d917ffb320 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f7133566a5430d8b9279ff2fd2801c7ceae289ce..7f1e6b0b507872942b206414ced6f8b8ae670489 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca2ab100070d9b88db99de712e46676500ed24a8..0e95c2d166ffccc133546d1a48cd920e7a89ac97 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b34ddd3559b2cf14b536a59c6432a476b9c45c6d..0bf281d6ff0e042220ba344a9e46bd64e942a4ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 86315ee092d1c8a73279ef567b8f0446a1c0f199..20106d54a73c6d38e1423f833c17d018f42d3828 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index fc0bfb9584a503def815b54c1cc3f9829ae0e2e4..2b23b8da425db3374a451bb2a92660536011a3ae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5e49f45f5676777d82ddb71973923dbde2dac330..4e7815ba174f83d22c2e71efbbe35b9bfc8b785c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0297a3b13c89a90310af73cef73c0dd0dfe43270..6ce6d4c1faeb535c0e85db260ed3f8e310a1e468 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 731b86c9005044a8acc3e561c2840e2371d51d1c..f491e00e3dd32e59d43528e3f988a11e2e366c87 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index c1891b08c147705af55337aea92c9513eda16527..cd96b064f144b91fe1b75ee515a94dec39627082 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 5d85a065676ddb1b8493c7a3bc5bc0f31abedff2..22b95ad2ef646e0c676cf8e562027ba700e6458d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b02311c0f71a48f2a9ba518f1334fbee8961a173..64aaf58fb8efbdf01138e265657da280eac25a3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 9e096320a940d134a0461e23e2b7f504b0f96aec..b2a88e49dbaf2e91ef52a8302713a4d1ecbfb862 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index adc7bca4d6d2941c85352d2902718d26e7f503d9..5436d58a50cbf305250c53d4b859e46e437d7e2e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0cc54360f1e0d5d54cea8adc0b615833a7b85744..7979fe7dd3972dfa7ec1a771b3a0013f106e6148 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ca0d4b37b842b53abbeee00085d67395e2d6e1d4..3331693b10346e9e904488ae7e1d0843b6588b73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 204e87ec792e4a2423c16e82a8ec72ab16a635e4..648fa07297d1b100c81611401b34328bf9db239d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0dbf6787b18d6c449935d0750992d73d9043dd3d..76843bc6f08e129e4bf7c6ebb4857f56dc5181ee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 936c6ddac69d0f959b6974dd0eb54a2743d8015a..365502e4673fef06961cb4986f09352b516d9149 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f58c4cd4ddc0dbabe47587953eedb1da1d9d9e73..7763cd4f164edd62815b01b5b025503043b8cdf9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 052636591c2ea08a5119b967dfda6e92c8c6b4fb..bbcbfe54add4b099ef86417c921d31bd74a0083e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ba807067556b3a2e0938ea60425d0dab01e8f924..727b9724a1e52e558c774e6eebb6a5830afd8c35 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 821b0874d7da86d292c5c0a5983c15074f0080a8..fa120e03ab9584fd473255a9bb628165125d3d36 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2c0445c01607a8d5a759d36f9445bf66f90aae96..3b7496915a0b07bc382ef0da272810eb7f51c320 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b5ee717d2c0c65a445428a60977ceea5f1b0d21e..97e0bfeb852f5587f2058802cf50b1cdf0cbc3f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 55350302d47ae9249ae3a1de0c4c995d659bfb12..c655fdb5937776768dc8e27290b1277c3235a249 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 10be602c17f5ed4f57e4abac33cc27385715d58e..360fa74fb2b1a043d7d25542684d6270e4d22d61 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ce11ca5314abafad9702bc1f77a9b7144b5240f9..dc7b9ee41994c29f6dc7ec8f0ba1cd688b503220 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da76ab4d9de6a9098a807f7237676f3ccda5b191..77f6140bd876c7f19053f9da4355031cc2f75276 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 6dfe1403ae1c2255cda9ac86692a7e900fbb17bb..f43b9cd762ab61168a30eff5cf8e4dfb5f9ad646 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f84447fb2fd328ae20618d7d919745f095a0c3c7..9b796e2fe8c6e71fa5d6a295d2e33ff9b03181cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 400618e8e406d877a98e7eac1d0144a0c2374b29..aa4c2f70b19cffa34469e440a63066dbadf4281d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e3fd747e4a4d9a6ec80bfd7a25d8c3231feb9c2f..965eb055586c9f4de9a4fa8f6468c8c2aa54349d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1d90bc7576243f07f805f2c6f9e715df840fcd46..f37d2a2937bf54c520d3fb458ee5a292fc1f5929 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1987f10c3146ec2964cba31ef553f826558d018d..03aa34b8cb9a023b707df7eaa7212d55332ac01a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 73bfe2234cdd2c38bd84098fe78a5bf977a6d8a1..87657b45d40d473834fce863db034e78a7a397f7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ceebc65044a84980f1ab6952a4f5946b054e6c61..1952678e8c150c9e57dfae4a16a1ff965a131184 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0224e9101fe3f95c140034a0c60154bf3cd20ab2..844197da53329aace5d836509a9a7614e846e21f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 414aa9ea326222c670dd7bf3763f5035fe3e1770..d978f013d902cba570a5d493eed1c35d033c0dc7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a69577e6ea7f7983a8d2ddc7857de85a09f678bc..2be1962d42f2c3a1ba860ec494b4cf2d0fc2bdd1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b64ea330fb5752eb129518b5903ec247e3783a51..d754adde79cc41f950612be1bbe5a8322032d0cc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b13de5395ff08901ada068c5ca49bc2c60346241..47bec3e687bb8fe1ceaf2b74adc065909feaa96c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e9e23660eaf89f6e0c795e5e56f24a323b26984c..e34f8d3bdea3afd83794a860dc6e749ed9dc961d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 609bd5fa5abb58a45452008dc8e44da30fcbf47f..f0fb9590f58bd5e1269da1184a03352bfc397abd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b29f80584afa805f038cb89d1223f25b40e29714..d2a61c08caf2cac7675dacd8d96890d146877503 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ef793f1fa1d40a45cad45053150428a671a3eb07..d197450495ab61e56f82de1544baf171c7e88c82 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 67c3b2ba2a80f15d87c72a0a357b6377c74375bb..c9263ffccf68630c6e647eadae3f89d887ca0a8f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 333aa1cb1f0835901a77387cf721f1664aae4416..1d02efd7020f4f41be55bf56f9a14b12527ab8fe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 72f2fcdf044eb4cbb440cd9f8df4ec79526772b5..e2609288927237894e0f1675b683904086af23bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index bab5ab010d813f66f9820da358d8acbfdad1c011..4ee81a7c919afd09149fd952cb355e2784fb160b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0458b7871ca3e534712ef8fba8d275414d062250..440e1e8db9123c2d16d169f553b7f6793788c013 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 126073ed9fceaf165196234c2765fc0aebf5c144..fa69cc1c6c81876213aac612c27082fe3da2921d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 33bf2356161b40fce2cffc18bb7fa4d2dbd7b1a2..4879853281c2edd53fd65705bf07966927ada26d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f8738ed0717c9430dc804f7e0f9f5ea664c992c5..0bebe7d2cbb4d8a4dec54cf2b193a17beb9012a6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0023dff548b225ef18e2aa493e2458163f35d647..81a94a46622183473b84784d71211fa87156fb7a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e17a07ce29ef8eb459432567e181707d117f4b2a..d0cf87e970b0befa70b0a28400c67a4ae480dc0b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2191b7d20db3f2fa54c3b97347a913603588ddcc..67c726e2516951d82b6a0879ed52f908d453bafa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1cfeb09e77fbe14445052e5f05d96817e48416dd..710899cc2b96d7b65f6fd52f6ff50c642e9bdc76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 1ff74f273faf98bb281a0f9972e61e74048e56d4..bea2bc404e7b7d55ee37aa8cc3ea171f61e3ded7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4a5db2ea7a02d969f3248207500bbcf63054e5fa..06fae3c38172cb346cdc695f48b382fd7a89de83 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index cc4f2c8760b75671841a37650ba3b1819a633cbb..b0176f0fdb59ae0160bb232c9a1b889d6ed1b0cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7160cb28cc28c6ebc89f8e318219f3d5ce65735e..5adaa9157aa9f8a8c6c96032dd24975015c8180a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ed8955a9f0473105ef47428b1d5094f41476147f..1641093ac236c8f5a6d684c639009e5b7c14e92a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index a1343255bcb180aa5ebe1c6f098ea0ee497a5582..2b5335869e15e81ea9da878aa1c0bca2684bb9e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 4546ed8ffccd250bc8570eadb5d952a51ee1294f..d35e4866fa5a9fceab5ef515261e07633dcfbd74 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Filebrowser - Friendica Communications Server
  *
- * Copyright (c) 2010-2015 the Friendica Project
+ * Copyright (c) 2010-2021, the Friendica project
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
index d9190bedc2b2ce04bc939ebb10e1efd79f87b38c..95b08839c878073ef01a6eaf0377d13403ca0a7f 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # Mike Macgirvin, 2010
 #
index 638139260825cf79b6ec81ec5e62c386fe252e97..58d0ebf5696351ca2a01f3911379f5259b85a487 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 83c65b1d7faee9f2215ecd9c91205a45645b33a8..21d0485af9ac6b5e38a4f47f71ce15b6e1c628c9 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index ace703e2c5903bc9fba267ef62b352bf8a995bc6..4644cfb44ef2c13d5c331407333d972f4e52e80e 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 268e5fd5720b95a34f65f83aa1d141be6680a94c..2a7fcea3c82378ef1b226671f73180258dcbd79f 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 5371279bbede3b4b5a33f8308598b1a4673df2bf..f9ab1b27b3bba1c92dcc07f290792a12d4de2076 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2020 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index f37732e419497d56e012da1a34f338c954be28f4..cd00adb37092c619241749c8a2fada8c80b2d23c 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2020 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 3666b37522abc8d8bf9f743095f974fda8221fbd..f9e11cbe29b69f7379ddfada4942d2d2a21a2bfe 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 92a821b6126e9b122530fe13fc3bbaf86c8295b3..23297cfbfb6d05a1ab819a968885a62e16c71342 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2020 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index d277ca2c6e9d33b9d3f96eef852e3fb905a6231a..80c93b1cdab7d5b56240fdbf613ac0d6d000e4a1 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2020 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 442608f68868339a6ea57951af0e13beb874101c..8fcace38fb2992cd197cf6037d9f2089ee3fd70f 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 3cbff1ecd6019c4f79c55322b3a2b76492abb9dc..a3d83c6ee7060e11c430b1731a6c3f35f60bf631 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2020 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 6c4de017eca356997e7652490a9ce2278fc23f11..1598ca843ba9977cdb7ee7ec241a90f814d928e8 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2020 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 5333b64cff6e391454292739b0a756bc2e5e491d..6fea8305e93777440bbcfd6c88250487296670ca 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 585dead5670341717c7c1868e4d7c10f80b9417c..73b6b1670a8e24f6645f633ffce2d87c862317da 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2021 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 62c0cce5f4795ac2ff09cccb339826b07bc16688..a274de49862466aafc9fdcd45b2d3c512faa320a 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index a1100119c4e4c2e358c31bacf5c3ae4726431f5c..16796673f603491571931327ea1862b49dd5181e 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 3b0df2cf9d7339ec8b5cea58775af4c27229c489..4176ecb0b68483626ef90fbd05f075d35e3fe6eb 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2020 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 6d623180a59d8826848cb10cbc4852ffc10f5589..9c36798e064ccb0478caf0fe8d45ef0b9c7e4ec2 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2020 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index cb123fecbc6f4d7bde4041e224b801874dc17cbe..36f1ecb3b9d86fd2a322a37fa978e384a50ad390 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index 58118e2e1eae3169e5a687b91e8dfddf580e8965..b5fb7e10b9e4b24e1aff86a480c92a29f5900f9e 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index d4edca3462815459dea43760480b56b7592139d9..2eff11f62c0a29591957ed17cdc619d651869b6d 100644 (file)
@@ -1,6 +1,6 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# FRIENDICA Distributed Social Network
+# Copyright (C) 2010-2021, the Friendica project
+# This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
 # Aleksandr "M.O.Z.G" Dikov <mozg@mozg-studio.org>, 2020
index 6e6e321ef7c1faf1f36ebbe3934ba708f2b520df..2059d8a4742e060842f408ce17efe379dd91ba02 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index fdfa963cdde82fe75cfa8bbc5d238393de559cb3..347765687a49f2af6c692f482c6075e05928ea37 100644 (file)
@@ -1,5 +1,5 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010-2020 the Friendica Project
+# Copyright (C) 2010-2021, the Friendica project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
index ce7447b5d9a9ef693a435f19d820945c06aa0a35..40c6c8a0b0f6c24e61fcd74d4312aac571ec6503 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f507dcfdd69293595a888e2f46229cd14bbf458c..f3a52d88f53186095cba670285dadc8af2f7062d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 10427df6f002a5dbcf0413c12edab3bc0c3ed783..eb036a3900ad290b38f01144a2ef0014b7a57825 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3b9233e0a48106c693352b879ec70cbd5f134e58..38334e1d187573b2a2f1f1d305bede0e43bdd1af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 944e079ec3307153f49cbde2a63364fcae47b3fd..a9ee6ea086bfa0a20bec6e75a841bcfc186df79c 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Filebrowser - Friendica Communications Server
  *
- * Copyright (c) 2010-2015 the Friendica Project
+ * Copyright (c) 2010-2021, the Friendica project
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
index 567fc0241acc716fac76757687da04b6266ac73a..2c232ee4b2891af327da4b45d54b786cbd1e8c20 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index f4ae2772e03dc0884b03214ffb5f1adbe078019a..b2af772e61a47e67ac0467b05735c44ff0cf713a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 68c6cd691172944cb8f06bb5a97b9c4cea0b8fd7..c479cbf27f43603a32434e987d04b6ce44c69ce8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ced19327e8becd9b4dc78d7ce2cce7f461572ba4..6148f3db68b50e37bb0be16913a112f3b053173f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index ac5ceb7cdd417a69cabcaad0dd9b6211d2c87537..ee90bea7d614861adbbd8e5dcef59887384e6fdb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a69fea991fb196b8e7701b0b003382fe43d36f3..c60fb7a8f466754f8d2a40b33f644f7fad3ce383 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index d17d7b541a32eae6b79a92bee940865ddf5f2118..27ceb3b9016d7026445b8aa27166181a4b7a60e3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8cd0d7a32aae8921ab67db53ee12faf928a96bb9..6ae61fd95566c7c657d116bee1f2de00a7ba2c80 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *