gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0dbe6c514fb742b727694a6c8152fbd2a9caf035
parent ff46dd485aa3e4ae5114de71405b9de4123ef59b
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date:   Thu,  5 Jan 2023 12:43:00 +0100

[chore] Update/add license headers for 2023 (#1304)


Diffstat:
MREADME.md | 4++--
Mcmd/gotosocial/action/action.go | 2+-
Mcmd/gotosocial/action/admin/account/account.go | 2+-
Mcmd/gotosocial/action/admin/media/prune/orphaned.go | 2+-
Mcmd/gotosocial/action/admin/trans/export.go | 2+-
Mcmd/gotosocial/action/admin/trans/import.go | 2+-
Mcmd/gotosocial/action/debug/config/config.go | 2+-
Mcmd/gotosocial/action/server/server.go | 2+-
Mcmd/gotosocial/action/testrig/testrig.go | 2+-
Mcmd/gotosocial/admin.go | 2+-
Mcmd/gotosocial/common.go | 2+-
Mcmd/gotosocial/debug.go | 2+-
Mcmd/gotosocial/main.go | 2+-
Mcmd/gotosocial/server.go | 2+-
Mcmd/gotosocial/testrig.go | 2+-
Mdocs/index.md | 2+-
Mdocs/swagger.go | 2+-
Mexample/config.yaml | 2+-
Minternal/ap/activitystreams.go | 2+-
Minternal/ap/contextkey.go | 2+-
Minternal/ap/extract.go | 2+-
Minternal/ap/extract_test.go | 2+-
Minternal/ap/extractattachments_test.go | 2+-
Minternal/ap/extractcontent_test.go | 2+-
Minternal/ap/extractmentions_test.go | 2+-
Minternal/ap/extractsensitive_test.go | 2+-
Minternal/ap/extractvisibility_test.go | 2+-
Minternal/ap/interfaces.go | 2+-
Minternal/api/activitypub.go | 2+-
Minternal/api/activitypub/emoji/emoji.go | 2+-
Minternal/api/activitypub/emoji/emojiget.go | 2+-
Minternal/api/activitypub/emoji/emojiget_test.go | 2+-
Minternal/api/activitypub/users/common.go | 2+-
Minternal/api/activitypub/users/followers.go | 2+-
Minternal/api/activitypub/users/following.go | 2+-
Minternal/api/activitypub/users/inboxpost.go | 2+-
Minternal/api/activitypub/users/inboxpost_test.go | 2+-
Minternal/api/activitypub/users/outboxget.go | 2+-
Minternal/api/activitypub/users/outboxget_test.go | 2+-
Minternal/api/activitypub/users/publickeyget.go | 2+-
Minternal/api/activitypub/users/repliesget.go | 2+-
Minternal/api/activitypub/users/repliesget_test.go | 2+-
Minternal/api/activitypub/users/statusget.go | 2+-
Minternal/api/activitypub/users/statusget_test.go | 2+-
Minternal/api/activitypub/users/user.go | 2+-
Minternal/api/activitypub/users/user_test.go | 2+-
Minternal/api/activitypub/users/userget.go | 2+-
Minternal/api/activitypub/users/userget_test.go | 2+-
Minternal/api/auth.go | 2+-
Minternal/api/auth/auth.go | 2+-
Minternal/api/auth/auth_test.go | 2+-
Minternal/api/auth/authorize.go | 2+-
Minternal/api/auth/callback.go | 2+-
Minternal/api/auth/oob.go | 2+-
Minternal/api/auth/signin.go | 2+-
Minternal/api/auth/token.go | 2+-
Minternal/api/auth/token_test.go | 2+-
Minternal/api/client.go | 2+-
Minternal/api/client/accounts/account_test.go | 2+-
Minternal/api/client/accounts/accountcreate.go | 2+-
Minternal/api/client/accounts/accountcreate_test.go | 2+-
Minternal/api/client/accounts/accountdelete.go | 2+-
Minternal/api/client/accounts/accountdelete_test.go | 2+-
Minternal/api/client/accounts/accountget.go | 2+-
Minternal/api/client/accounts/accounts.go | 2+-
Minternal/api/client/accounts/accountupdate.go | 2+-
Minternal/api/client/accounts/accountupdate_test.go | 2+-
Minternal/api/client/accounts/accountverify.go | 2+-
Minternal/api/client/accounts/accountverify_test.go | 2+-
Minternal/api/client/accounts/block.go | 2+-
Minternal/api/client/accounts/block_test.go | 2+-
Minternal/api/client/accounts/follow.go | 2+-
Minternal/api/client/accounts/follow_test.go | 2+-
Minternal/api/client/accounts/followers.go | 2+-
Minternal/api/client/accounts/following.go | 2+-
Minternal/api/client/accounts/statuses.go | 2+-
Minternal/api/client/accounts/statuses_test.go | 2+-
Minternal/api/client/accounts/unblock.go | 2+-
Minternal/api/client/accounts/unfollow.go | 2+-
Minternal/api/client/admin/accountaction.go | 2+-
Minternal/api/client/admin/admin.go | 2+-
Minternal/api/client/admin/admin_test.go | 2+-
Minternal/api/client/admin/domainblockcreate.go | 2+-
Minternal/api/client/admin/domainblockdelete.go | 2+-
Minternal/api/client/admin/domainblockget.go | 2+-
Minternal/api/client/admin/domainblocksget.go | 2+-
Minternal/api/client/admin/emojicategoriesget.go | 2+-
Minternal/api/client/admin/emojicategoriesget_test.go | 2+-
Minternal/api/client/admin/emojicreate.go | 2+-
Minternal/api/client/admin/emojicreate_test.go | 2+-
Minternal/api/client/admin/emojidelete.go | 2+-
Minternal/api/client/admin/emojidelete_test.go | 2+-
Minternal/api/client/admin/emojiget.go | 2+-
Minternal/api/client/admin/emojiget_test.go | 2+-
Minternal/api/client/admin/emojisget.go | 2+-
Minternal/api/client/admin/emojisget_test.go | 2+-
Minternal/api/client/admin/emojiupdate.go | 2+-
Minternal/api/client/admin/emojiupdate_test.go | 2+-
Minternal/api/client/admin/mediacleanup.go | 2+-
Minternal/api/client/admin/mediacleanup_test.go | 2+-
Minternal/api/client/admin/mediarefetch.go | 2+-
Minternal/api/client/apps/appcreate.go | 2+-
Minternal/api/client/apps/apps.go | 2+-
Minternal/api/client/blocks/blocks.go | 2+-
Minternal/api/client/blocks/blocksget.go | 2+-
Minternal/api/client/bookmarks/bookmarks.go | 2+-
Minternal/api/client/bookmarks/bookmarks_test.go | 2+-
Minternal/api/client/customemojis/customemojis.go | 2+-
Minternal/api/client/customemojis/customemojisget.go | 2+-
Minternal/api/client/favourites/favourites.go | 2+-
Minternal/api/client/favourites/favourites_test.go | 2+-
Minternal/api/client/favourites/favouritesget_test.go | 2+-
Minternal/api/client/filters/filter.go | 2+-
Minternal/api/client/followrequests/authorize.go | 2+-
Minternal/api/client/followrequests/authorize_test.go | 2+-
Minternal/api/client/followrequests/followrequest.go | 2+-
Minternal/api/client/followrequests/followrequest_test.go | 2+-
Minternal/api/client/followrequests/get.go | 2+-
Minternal/api/client/followrequests/get_test.go | 2+-
Minternal/api/client/followrequests/reject.go | 2+-
Minternal/api/client/followrequests/reject_test.go | 2+-
Minternal/api/client/instance/instance.go | 2+-
Minternal/api/client/instance/instance_test.go | 2+-
Minternal/api/client/instance/instanceget.go | 2+-
Minternal/api/client/instance/instancepatch.go | 2+-
Minternal/api/client/instance/instancepatch_test.go | 2+-
Minternal/api/client/instance/instancepeersget.go | 2+-
Minternal/api/client/instance/instancepeersget_test.go | 2+-
Minternal/api/client/lists/list.go | 2+-
Minternal/api/client/lists/listsgets.go | 2+-
Minternal/api/client/media/media.go | 2+-
Minternal/api/client/media/mediacreate.go | 2+-
Minternal/api/client/media/mediacreate_test.go | 2+-
Minternal/api/client/media/mediaget.go | 2+-
Minternal/api/client/media/mediaupdate.go | 2+-
Minternal/api/client/media/mediaupdate_test.go | 2+-
Minternal/api/client/notifications/notifications.go | 2+-
Minternal/api/client/notifications/notificationsclear.go | 2+-
Minternal/api/client/notifications/notificationsget.go | 2+-
Minternal/api/client/search/search.go | 2+-
Minternal/api/client/search/search_test.go | 2+-
Minternal/api/client/search/searchget.go | 2+-
Minternal/api/client/search/searchget_test.go | 2+-
Minternal/api/client/statuses/status.go | 2+-
Minternal/api/client/statuses/status_test.go | 2+-
Minternal/api/client/statuses/statusbookmark.go | 2+-
Minternal/api/client/statuses/statusbookmark_test.go | 2+-
Minternal/api/client/statuses/statusboost.go | 2+-
Minternal/api/client/statuses/statusboost_test.go | 2+-
Minternal/api/client/statuses/statusboostedby.go | 2+-
Minternal/api/client/statuses/statusboostedby_test.go | 2+-
Minternal/api/client/statuses/statuscontext.go | 2+-
Minternal/api/client/statuses/statuscreate.go | 2+-
Minternal/api/client/statuses/statuscreate_test.go | 2+-
Minternal/api/client/statuses/statusdelete.go | 2+-
Minternal/api/client/statuses/statusdelete_test.go | 2+-
Minternal/api/client/statuses/statusfave.go | 2+-
Minternal/api/client/statuses/statusfave_test.go | 2+-
Minternal/api/client/statuses/statusfavedby.go | 2+-
Minternal/api/client/statuses/statusfavedby_test.go | 2+-
Minternal/api/client/statuses/statusget.go | 2+-
Minternal/api/client/statuses/statusget_test.go | 2+-
Minternal/api/client/statuses/statusunbookmark.go | 2+-
Minternal/api/client/statuses/statusunbookmark_test.go | 2+-
Minternal/api/client/statuses/statusunboost.go | 2+-
Minternal/api/client/statuses/statusunfave.go | 2+-
Minternal/api/client/statuses/statusunfave_test.go | 2+-
Minternal/api/client/streaming/stream.go | 2+-
Minternal/api/client/streaming/streaming.go | 2+-
Minternal/api/client/streaming/streaming_test.go | 2+-
Minternal/api/client/timelines/home.go | 2+-
Minternal/api/client/timelines/public.go | 2+-
Minternal/api/client/timelines/timeline.go | 2+-
Minternal/api/client/user/passwordchange.go | 2+-
Minternal/api/client/user/passwordchange_test.go | 2+-
Minternal/api/client/user/user.go | 2+-
Minternal/api/client/user/user_test.go | 2+-
Minternal/api/fileserver.go | 2+-
Minternal/api/fileserver/fileserver.go | 2+-
Minternal/api/fileserver/fileserver_test.go | 2+-
Minternal/api/fileserver/servefile.go | 2+-
Minternal/api/fileserver/servefile_test.go | 2+-
Minternal/api/model/account.go | 2+-
Minternal/api/model/admin.go | 2+-
Minternal/api/model/announcement.go | 2+-
Minternal/api/model/announcementreaction.go | 2+-
Minternal/api/model/application.go | 2+-
Minternal/api/model/attachment.go | 2+-
Minternal/api/model/block.go | 2+-
Minternal/api/model/card.go | 2+-
Minternal/api/model/content.go | 2+-
Minternal/api/model/context.go | 2+-
Minternal/api/model/conversation.go | 2+-
Minternal/api/model/domain.go | 2+-
Minternal/api/model/emoji.go | 2+-
Minternal/api/model/emojicategory.go | 2+-
Minternal/api/model/featuredtag.go | 2+-
Minternal/api/model/field.go | 2+-
Minternal/api/model/filter.go | 2+-
Minternal/api/model/history.go | 2+-
Minternal/api/model/instance.go | 2+-
Minternal/api/model/list.go | 2+-
Minternal/api/model/marker.go | 2+-
Minternal/api/model/mention.go | 2+-
Minternal/api/model/notification.go | 2+-
Minternal/api/model/oauth.go | 2+-
Minternal/api/model/paging.go | 2+-
Minternal/api/model/poll.go | 2+-
Minternal/api/model/preferences.go | 2+-
Minternal/api/model/pushsubscription.go | 2+-
Minternal/api/model/relationship.go | 2+-
Minternal/api/model/results.go | 2+-
Minternal/api/model/scheduledstatus.go | 2+-
Minternal/api/model/search.go | 2+-
Minternal/api/model/source.go | 2+-
Minternal/api/model/status.go | 2+-
Minternal/api/model/tag.go | 2+-
Minternal/api/model/token.go | 2+-
Minternal/api/model/user.go | 2+-
Minternal/api/model/well-known.go | 2+-
Minternal/api/nodeinfo.go | 2+-
Minternal/api/nodeinfo/nodeinfo.go | 2+-
Minternal/api/nodeinfo/nodeinfoget.go | 2+-
Minternal/api/util/errorhandling.go | 2+-
Minternal/api/util/mime.go | 2+-
Minternal/api/util/negotiate.go | 2+-
Minternal/api/util/signaturectx.go | 2+-
Minternal/api/wellknown.go | 2+-
Minternal/api/wellknown/nodeinfo/nodeinfo.go | 2+-
Minternal/api/wellknown/nodeinfo/nodeinfoget.go | 2+-
Minternal/api/wellknown/webfinger/webfinger.go | 2+-
Minternal/api/wellknown/webfinger/webfinger_test.go | 2+-
Minternal/api/wellknown/webfinger/webfingerget.go | 2+-
Minternal/api/wellknown/webfinger/webfingerget_test.go | 2+-
Minternal/cache/ap.go | 2+-
Minternal/cache/cache.go | 2+-
Minternal/cache/domain/domain.go | 2+-
Minternal/cache/domain/domain_test.go | 2+-
Minternal/cache/gts.go | 2+-
Minternal/cache/util.go | 2+-
Minternal/concurrency/workers.go | 2+-
Minternal/config/config.go | 2+-
Minternal/config/defaults.go | 2+-
Minternal/config/flags.go | 2+-
Minternal/config/gen/gen.go | 4++--
Minternal/config/global.go | 2+-
Minternal/config/helpers.gen.go | 2+-
Minternal/config/state.go | 2+-
Minternal/config/testdata/test.yaml | 2+-
Minternal/config/validate.go | 2+-
Minternal/config/validate_test.go | 2+-
Minternal/db/account.go | 2+-
Minternal/db/admin.go | 2+-
Minternal/db/basic.go | 2+-
Minternal/db/bundb/account.go | 2+-
Minternal/db/bundb/account_test.go | 2+-
Minternal/db/bundb/admin.go | 2+-
Minternal/db/bundb/admin_test.go | 2+-
Minternal/db/bundb/basic.go | 2+-
Minternal/db/bundb/basic_test.go | 2+-
Minternal/db/bundb/bundb.go | 2+-
Minternal/db/bundb/bundb_test.go | 2+-
Minternal/db/bundb/bundbnew_test.go | 2+-
Minternal/db/bundb/conn.go | 18++++++++++++++++++
Minternal/db/bundb/domain.go | 2+-
Minternal/db/bundb/domain_test.go | 2+-
Minternal/db/bundb/emoji.go | 2+-
Minternal/db/bundb/emoji_test.go | 2+-
Minternal/db/bundb/errors.go | 18++++++++++++++++++
Minternal/db/bundb/hook.go | 2+-
Minternal/db/bundb/instance.go | 2+-
Minternal/db/bundb/instance_test.go | 2+-
Minternal/db/bundb/media.go | 2+-
Minternal/db/bundb/media_test.go | 2+-
Minternal/db/bundb/mention.go | 2+-
Minternal/db/bundb/mention_test.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/account.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/application.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/block.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/client.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/domainblock.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/emaildomainblock.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/emoji.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/follow.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/followrequest.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/instance.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/mediaattachment.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/mention.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/notification.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/routersession.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/status.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/statusbookmark.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/statusfave.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/statusmute.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/tag.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/token.go | 2+-
Minternal/db/bundb/migrations/20211113114307_init/user.go | 2+-
Minternal/db/bundb/migrations/20220214175650_media_cleanup.go | 2+-
Minternal/db/bundb/migrations/20220214175650_media_cleanup/account.go | 2+-
Minternal/db/bundb/migrations/20220214175650_media_cleanup/mediaattachment.go | 2+-
Minternal/db/bundb/migrations/20220305130328_database_optimizations.go | 2+-
Minternal/db/bundb/migrations/20220315160814_admin_account_actions.go | 2+-
Minternal/db/bundb/migrations/20220315160814_admin_account_actions/account.go | 2+-
Minternal/db/bundb/migrations/20220315160814_admin_account_actions/admin.go | 2+-
Minternal/db/bundb/migrations/20220315160814_admin_account_actions/mediaattachment.go | 2+-
Minternal/db/bundb/migrations/20220502113806_add_missing_indexes.go | 2+-
Minternal/db/bundb/migrations/20220506110822_add_account_raw_note.go | 2+-
Minternal/db/bundb/migrations/20220511165212_add_account_raw_note_fix.go | 2+-
Minternal/db/bundb/migrations/20220518123621_additional_indexing.go | 2+-
Minternal/db/bundb/migrations/20220612091800_duplicated_media_cleanup.go | 2+-
Minternal/db/bundb/migrations/20220710153020_fix_slow_web_profile_queries.go | 2+-
Minternal/db/bundb/migrations/20220804120132_account_default_post_format.go | 2+-
Minternal/db/bundb/migrations/20220823140228_user_custom_css.go | 2+-
Minternal/db/bundb/migrations/20220827085121_assign_missing_in_reply_to_uris.go | 2+-
Minternal/db/bundb/migrations/20220830014732_regenerate_indexes_for_follows.go | 2+-
Minternal/db/bundb/migrations/20220903141016_store_gifs_as_image.go | 2+-
Minternal/db/bundb/migrations/20220905150505_custom_emoji_updates.go | 4++--
Minternal/db/bundb/migrations/20220905150505_custom_emoji_updates/emoji.go | 2+-
Minternal/db/bundb/migrations/20220916122701_emojis_in_accounts.go | 2+-
Minternal/db/bundb/migrations/20220922142408_shared_inbox_delivery.go | 2+-
Minternal/db/bundb/migrations/20220926115233_indexes.go | 2+-
Minternal/db/bundb/migrations/20221006114842_add_rss_functionality.go | 2+-
Minternal/db/bundb/migrations/20221011125732_refetch_updated_emojis.go | 2+-
Minternal/db/bundb/migrations/20221031145649_emoji_categories.go | 2+-
Minternal/db/bundb/migrations/20221103203553_add_external_id.go | 2+-
Minternal/db/bundb/migrations/20221108142419_create_account_tombstones.go | 2+-
Minternal/db/bundb/migrations/20221220134514_mp4_jiggery_pokery.go | 2+-
Minternal/db/bundb/migrations/README.md | 2+-
Minternal/db/bundb/migrations/main.go | 2+-
Minternal/db/bundb/notification.go | 2+-
Minternal/db/bundb/notification_test.go | 2+-
Minternal/db/bundb/relationship.go | 2+-
Minternal/db/bundb/relationship_test.go | 2+-
Minternal/db/bundb/session.go | 2+-
Minternal/db/bundb/session_test.go | 2+-
Minternal/db/bundb/status.go | 2+-
Minternal/db/bundb/status_test.go | 2+-
Minternal/db/bundb/timeline.go | 2+-
Minternal/db/bundb/timeline_test.go | 2+-
Minternal/db/bundb/tombstone.go | 2+-
Minternal/db/bundb/user.go | 2+-
Minternal/db/bundb/user_test.go | 2+-
Minternal/db/bundb/util.go | 2+-
Minternal/db/db.go | 2+-
Minternal/db/domain.go | 2+-
Minternal/db/emoji.go | 2+-
Minternal/db/error.go | 2+-
Minternal/db/instance.go | 2+-
Minternal/db/media.go | 2+-
Minternal/db/mention.go | 2+-
Minternal/db/notification.go | 2+-
Minternal/db/params.go | 2+-
Minternal/db/relationship.go | 2+-
Minternal/db/session.go | 2+-
Minternal/db/status.go | 2+-
Minternal/db/timeline.go | 2+-
Minternal/db/tombstone.go | 2+-
Minternal/db/user.go | 2+-
Minternal/email/confirm.go | 2+-
Minternal/email/email_test.go | 2+-
Minternal/email/noopsender.go | 2+-
Minternal/email/reset.go | 2+-
Minternal/email/sender.go | 2+-
Minternal/email/util.go | 2+-
Minternal/email/util_test.go | 2+-
Minternal/federation/authenticate.go | 2+-
Minternal/federation/clock.go | 2+-
Minternal/federation/commonbehavior.go | 2+-
Minternal/federation/dereference.go | 2+-
Minternal/federation/dereferencing/account.go | 2+-
Minternal/federation/dereferencing/account_test.go | 2+-
Minternal/federation/dereferencing/announce.go | 2+-
Minternal/federation/dereferencing/collectionpage.go | 2+-
Minternal/federation/dereferencing/dereferencer.go | 2+-
Minternal/federation/dereferencing/dereferencer_test.go | 2+-
Minternal/federation/dereferencing/emoji.go | 2+-
Minternal/federation/dereferencing/emoji_test.go | 2+-
Minternal/federation/dereferencing/error.go | 2+-
Minternal/federation/dereferencing/finger.go | 2+-
Minternal/federation/dereferencing/handshake.go | 2+-
Minternal/federation/dereferencing/instance.go | 2+-
Minternal/federation/dereferencing/media.go | 2+-
Minternal/federation/dereferencing/media_test.go | 2+-
Minternal/federation/dereferencing/status.go | 2+-
Minternal/federation/dereferencing/status_test.go | 2+-
Minternal/federation/dereferencing/thread.go | 2+-
Minternal/federation/dereferencing/util.go | 2+-
Minternal/federation/federatingactor.go | 2+-
Minternal/federation/federatingactor_test.go | 2+-
Minternal/federation/federatingdb/accept.go | 2+-
Minternal/federation/federatingdb/announce.go | 2+-
Minternal/federation/federatingdb/announce_test.go | 2+-
Minternal/federation/federatingdb/create.go | 2+-
Minternal/federation/federatingdb/create_test.go | 2+-
Minternal/federation/federatingdb/db.go | 2+-
Minternal/federation/federatingdb/delete.go | 2+-
Minternal/federation/federatingdb/exists.go | 2+-
Minternal/federation/federatingdb/federatingdb_test.go | 2+-
Minternal/federation/federatingdb/followers_test.go | 2+-
Minternal/federation/federatingdb/following.go | 2+-
Minternal/federation/federatingdb/following_test.go | 2+-
Minternal/federation/federatingdb/get.go | 2+-
Minternal/federation/federatingdb/inbox.go | 2+-
Minternal/federation/federatingdb/inbox_test.go | 2+-
Minternal/federation/federatingdb/liked.go | 2+-
Minternal/federation/federatingdb/lock.go | 2+-
Minternal/federation/federatingdb/outbox.go | 2+-
Minternal/federation/federatingdb/owns.go | 2+-
Minternal/federation/federatingdb/reject.go | 2+-
Minternal/federation/federatingdb/reject_test.go | 2+-
Minternal/federation/federatingdb/undo.go | 2+-
Minternal/federation/federatingdb/update.go | 2+-
Minternal/federation/federatingdb/util.go | 2+-
Minternal/federation/federatingprotocol.go | 2+-
Minternal/federation/federatingprotocol_test.go | 2+-
Minternal/federation/federator.go | 2+-
Minternal/federation/federator_test.go | 2+-
Minternal/federation/handshake.go | 2+-
Minternal/federation/transport.go | 2+-
Minternal/gotosocial/gotosocial.go | 2+-
Minternal/gtserror/multi.go | 2+-
Minternal/gtserror/withcode.go | 2+-
Minternal/gtsmodel/account.go | 2+-
Minternal/gtsmodel/admin.go | 2+-
Minternal/gtsmodel/application.go | 2+-
Minternal/gtsmodel/block.go | 2+-
Minternal/gtsmodel/client.go | 2+-
Minternal/gtsmodel/domainblock.go | 2+-
Minternal/gtsmodel/emaildomainblock.go | 2+-
Minternal/gtsmodel/emoji.go | 2+-
Minternal/gtsmodel/emojicategory.go | 2+-
Minternal/gtsmodel/follow.go | 2+-
Minternal/gtsmodel/followrequest.go | 2+-
Minternal/gtsmodel/instance.go | 2+-
Minternal/gtsmodel/mediaattachment.go | 2+-
Minternal/gtsmodel/mention.go | 2+-
Minternal/gtsmodel/notification.go | 2+-
Minternal/gtsmodel/routersession.go | 2+-
Minternal/gtsmodel/status.go | 2+-
Minternal/gtsmodel/statusbookmark.go | 2+-
Minternal/gtsmodel/statusfave.go | 2+-
Minternal/gtsmodel/statusmute.go | 2+-
Minternal/gtsmodel/tag.go | 2+-
Minternal/gtsmodel/token.go | 2+-
Minternal/gtsmodel/tombstone.go | 2+-
Minternal/gtsmodel/user.go | 2+-
Minternal/httpclient/client.go | 2+-
Minternal/httpclient/client_test.go | 2+-
Minternal/httpclient/request.go | 2+-
Minternal/httpclient/sanitizer.go | 2+-
Minternal/id/ulid.go | 2+-
Minternal/iotools/io.go | 2+-
Minternal/log/caller.go | 2+-
Minternal/log/entry.go | 2+-
Minternal/log/init.go | 2+-
Minternal/log/log.go | 2+-
Minternal/log/pool.go | 2+-
Minternal/log/syslog_test.go | 2+-
Minternal/media/image.go | 2+-
Minternal/media/manager.go | 2+-
Minternal/media/manager_test.go | 2+-
Minternal/media/media_test.go | 2+-
Minternal/media/png-stripper.go | 2+-
Minternal/media/processingemoji.go | 2+-
Minternal/media/processingmedia.go | 2+-
Minternal/media/prunemeta.go | 2+-
Minternal/media/prunemeta_test.go | 2+-
Minternal/media/pruneorphaned.go | 2+-
Minternal/media/pruneorphaned_test.go | 2+-
Minternal/media/pruneremote.go | 2+-
Minternal/media/pruneremote_test.go | 2+-
Minternal/media/pruneunusedlocal.go | 2+-
Minternal/media/pruneunusedlocal_test.go | 2+-
Minternal/media/refetch.go | 2+-
Minternal/media/refetch_test.go | 2+-
Minternal/media/types.go | 2+-
Minternal/media/util.go | 2+-
Minternal/media/video.go | 2+-
Minternal/messages/messages.go | 2+-
Minternal/middleware/cachecontrol.go | 2+-
Minternal/middleware/cors.go | 2+-
Minternal/middleware/extraheaders.go | 2+-
Minternal/middleware/gzip.go | 2+-
Minternal/middleware/logger.go | 2+-
Minternal/middleware/ratelimit.go | 2+-
Minternal/middleware/session.go | 2+-
Minternal/middleware/session_test.go | 2+-
Minternal/middleware/throttling.go | 2+-
Minternal/middleware/tokencheck.go | 2+-
Minternal/middleware/useragent.go | 2+-
Minternal/netutil/validate.go | 2+-
Minternal/oauth/clientstore.go | 2+-
Minternal/oauth/clientstore_test.go | 2+-
Minternal/oauth/errors.go | 2+-
Minternal/oauth/oauth_test.go | 2+-
Minternal/oauth/server.go | 2+-
Minternal/oauth/tokenstore.go | 2+-
Minternal/oauth/tokenstore_test.go | 2+-
Minternal/oidc/claims.go | 2+-
Minternal/oidc/handlecallback.go | 2+-
Minternal/oidc/idp.go | 2+-
Minternal/processing/account.go | 2+-
Minternal/processing/account/account.go | 2+-
Minternal/processing/account/account_test.go | 2+-
Minternal/processing/account/create.go | 2+-
Minternal/processing/account/createblock.go | 2+-
Minternal/processing/account/createfollow.go | 2+-
Minternal/processing/account/delete.go | 2+-
Minternal/processing/account/get.go | 2+-
Minternal/processing/account/getbookmarks.go | 2+-
Minternal/processing/account/getfollowers.go | 2+-
Minternal/processing/account/getfollowing.go | 2+-
Minternal/processing/account/getrelationship.go | 2+-
Minternal/processing/account/getrss.go | 2+-
Minternal/processing/account/getrss_test.go | 2+-
Minternal/processing/account/getstatuses.go | 2+-
Minternal/processing/account/removeblock.go | 2+-
Minternal/processing/account/removefollow.go | 2+-
Minternal/processing/account/update.go | 2+-
Minternal/processing/account/update_test.go | 2+-
Minternal/processing/account_test.go | 2+-
Minternal/processing/admin.go | 2+-
Minternal/processing/admin/admin.go | 2+-
Minternal/processing/admin/createdomainblock.go | 2+-
Minternal/processing/admin/createemoji.go | 2+-
Minternal/processing/admin/deletedomainblock.go | 2+-
Minternal/processing/admin/deleteemoji.go | 2+-
Minternal/processing/admin/emojicategory.go | 2+-
Minternal/processing/admin/getcategories.go | 2+-
Minternal/processing/admin/getdomainblock.go | 2+-
Minternal/processing/admin/getdomainblocks.go | 2+-
Minternal/processing/admin/getemoji.go | 2+-
Minternal/processing/admin/getemojis.go | 2+-
Minternal/processing/admin/importdomainblocks.go | 2+-
Minternal/processing/admin/mediaprune.go | 2+-
Minternal/processing/admin/mediarefetch.go | 2+-
Minternal/processing/admin/updateemoji.go | 2+-
Minternal/processing/app.go | 2+-
Minternal/processing/blocks.go | 2+-
Minternal/processing/bookmark.go | 2+-
Minternal/processing/federation.go | 2+-
Minternal/processing/federation/federation.go | 2+-
Minternal/processing/federation/getemoji.go | 2+-
Minternal/processing/federation/getfollowers.go | 2+-
Minternal/processing/federation/getfollowing.go | 2+-
Minternal/processing/federation/getnodeinfo.go | 2+-
Minternal/processing/federation/getoutbox.go | 2+-
Minternal/processing/federation/getstatus.go | 2+-
Minternal/processing/federation/getstatusreplies.go | 2+-
Minternal/processing/federation/getuser.go | 2+-
Minternal/processing/federation/getwebfinger.go | 2+-
Minternal/processing/federation/postinbox.go | 2+-
Minternal/processing/followrequest.go | 2+-
Minternal/processing/followrequest_test.go | 2+-
Minternal/processing/fromclientapi.go | 2+-
Minternal/processing/fromclientapi_test.go | 2+-
Minternal/processing/fromcommon.go | 2+-
Minternal/processing/fromfederator.go | 2+-
Minternal/processing/fromfederator_test.go | 2+-
Minternal/processing/instance.go | 2+-
Minternal/processing/media.go | 2+-
Minternal/processing/media/create.go | 2+-
Minternal/processing/media/getemoji.go | 2+-
Minternal/processing/media/getemoji_test.go | 2+-
Minternal/processing/media/getfile.go | 2+-
Minternal/processing/media/getfile_test.go | 2+-
Minternal/processing/media/getmedia.go | 2+-
Minternal/processing/media/media.go | 2+-
Minternal/processing/media/media_test.go | 2+-
Minternal/processing/media/unattach.go | 2+-
Minternal/processing/media/unattach_test.go | 2+-
Minternal/processing/media/update.go | 2+-
Minternal/processing/media/util.go | 2+-
Minternal/processing/notification.go | 2+-
Minternal/processing/notification_test.go | 2+-
Minternal/processing/oauth.go | 2+-
Minternal/processing/processor.go | 2+-
Minternal/processing/processor_test.go | 2+-
Minternal/processing/search.go | 2+-
Minternal/processing/status.go | 2+-
Minternal/processing/status/bookmark.go | 2+-
Minternal/processing/status/bookmark_test.go | 2+-
Minternal/processing/status/boost.go | 2+-
Minternal/processing/status/boost_test.go | 2+-
Minternal/processing/status/boostedby.go | 2+-
Minternal/processing/status/context.go | 2+-
Minternal/processing/status/create.go | 2+-
Minternal/processing/status/create_test.go | 2+-
Minternal/processing/status/delete.go | 2+-
Minternal/processing/status/fave.go | 2+-
Minternal/processing/status/favedby.go | 2+-
Minternal/processing/status/get.go | 2+-
Minternal/processing/status/status.go | 2+-
Minternal/processing/status/status_test.go | 2+-
Minternal/processing/status/unbookmark.go | 2+-
Minternal/processing/status/unbookmark_test.go | 2+-
Minternal/processing/status/unboost.go | 2+-
Minternal/processing/status/unfave.go | 2+-
Minternal/processing/status/util.go | 2+-
Minternal/processing/status/util_test.go | 2+-
Minternal/processing/statustimeline.go | 2+-
Minternal/processing/streaming.go | 2+-
Minternal/processing/streaming/authorize.go | 2+-
Minternal/processing/streaming/authorize_test.go | 2+-
Minternal/processing/streaming/notification.go | 2+-
Minternal/processing/streaming/notification_test.go | 2+-
Minternal/processing/streaming/openstream.go | 2+-
Minternal/processing/streaming/openstream_test.go | 2+-
Minternal/processing/streaming/streamdelete.go | 2+-
Minternal/processing/streaming/streaming.go | 2+-
Minternal/processing/streaming/streaming_test.go | 2+-
Minternal/processing/streaming/streamtoaccount.go | 2+-
Minternal/processing/streaming/update.go | 2+-
Minternal/processing/user.go | 2+-
Minternal/processing/user/changepassword.go | 2+-
Minternal/processing/user/changepassword_test.go | 2+-
Minternal/processing/user/emailconfirm.go | 2+-
Minternal/processing/user/emailconfirm_test.go | 2+-
Minternal/processing/user/user.go | 2+-
Minternal/processing/user/user_test.go | 2+-
Minternal/processing/util.go | 2+-
Minternal/regexes/regexes.go | 2+-
Minternal/router/attach.go | 2+-
Minternal/router/router.go | 2+-
Minternal/router/template.go | 2+-
Minternal/state/state.go | 2+-
Minternal/storage/storage.go | 2+-
Minternal/stream/stream.go | 18++++++++++++++++++
Minternal/text/common.go | 2+-
Minternal/text/common_test.go | 2+-
Minternal/text/emojify.go | 2+-
Minternal/text/formatter.go | 2+-
Minternal/text/formatter_test.go | 2+-
Minternal/text/link.go | 2+-
Minternal/text/link_test.go | 2+-
Minternal/text/markdown.go | 2+-
Minternal/text/markdown_test.go | 2+-
Minternal/text/markdownextension.go | 2+-
Minternal/text/plain.go | 2+-
Minternal/text/plain_test.go | 2+-
Minternal/text/removehtml_test.go | 2+-
Minternal/text/sanitize.go | 2+-
Minternal/text/sanitize_test.go | 2+-
Minternal/timeline/get.go | 2+-
Minternal/timeline/get_test.go | 2+-
Minternal/timeline/index.go | 2+-
Minternal/timeline/index_test.go | 2+-
Minternal/timeline/indexeditems.go | 2+-
Minternal/timeline/manager.go | 2+-
Minternal/timeline/manager_test.go | 2+-
Minternal/timeline/preparable.go | 2+-
Minternal/timeline/prepare.go | 2+-
Minternal/timeline/prepareditems.go | 2+-
Minternal/timeline/prune.go | 2+-
Minternal/timeline/prune_test.go | 2+-
Minternal/timeline/remove.go | 2+-
Minternal/timeline/timeline.go | 2+-
Minternal/timeline/timeline_test.go | 2+-
Minternal/timeline/timelineable.go | 2+-
Minternal/trans/decoders.go | 2+-
Minternal/trans/encoders.go | 2+-
Minternal/trans/export.go | 2+-
Minternal/trans/exporter.go | 2+-
Minternal/trans/exportminimal.go | 2+-
Minternal/trans/exportminimal_test.go | 2+-
Minternal/trans/import.go | 2+-
Minternal/trans/import_test.go | 2+-
Minternal/trans/importer.go | 2+-
Minternal/trans/model/account.go | 2+-
Minternal/trans/model/block.go | 2+-
Minternal/trans/model/domainblock.go | 2+-
Minternal/trans/model/follow.go | 2+-
Minternal/trans/model/followrequest.go | 2+-
Minternal/trans/model/instance.go | 2+-
Minternal/trans/model/type.go | 2+-
Minternal/trans/model/user.go | 2+-
Minternal/trans/trans_test.go | 2+-
Minternal/trans/util.go | 2+-
Minternal/transport/context.go | 2+-
Minternal/transport/context_test.go | 2+-
Minternal/transport/controller.go | 2+-
Minternal/transport/deliver.go | 2+-
Minternal/transport/dereference.go | 2+-
Minternal/transport/derefinstance.go | 2+-
Minternal/transport/derefmedia.go | 2+-
Minternal/transport/finger.go | 2+-
Minternal/transport/signing.go | 2+-
Minternal/transport/transport.go | 2+-
Minternal/typeutils/astointernal.go | 2+-
Minternal/typeutils/astointernal_test.go | 2+-
Minternal/typeutils/converter.go | 2+-
Minternal/typeutils/converter_test.go | 2+-
Minternal/typeutils/defaulticons.go | 2+-
Minternal/typeutils/frontendtointernal.go | 2+-
Minternal/typeutils/internaltoas.go | 2+-
Minternal/typeutils/internaltoas_test.go | 2+-
Minternal/typeutils/internaltofrontend.go | 2+-
Minternal/typeutils/internaltofrontend_test.go | 2+-
Minternal/typeutils/internaltorss.go | 2+-
Minternal/typeutils/internaltorss_test.go | 2+-
Minternal/typeutils/wrap_test.go | 2+-
Minternal/uris/uri.go | 2+-
Minternal/util/emoji.go | 2+-
Minternal/util/namestring.go | 2+-
Minternal/util/namestring_test.go | 2+-
Minternal/util/paging.go | 2+-
Minternal/util/statustools.go | 2+-
Minternal/util/statustools_test.go | 2+-
Minternal/util/time.go | 2+-
Minternal/util/time_test.go | 2+-
Minternal/util/unique.go | 2+-
Minternal/validate/account_test.go | 2+-
Minternal/validate/application_test.go | 2+-
Minternal/validate/block_test.go | 2+-
Minternal/validate/client_test.go | 2+-
Minternal/validate/domainblock_test.go | 2+-
Minternal/validate/emaildomainblock_test.go | 2+-
Minternal/validate/emoji_test.go | 2+-
Minternal/validate/follow_test.go | 2+-
Minternal/validate/followrequest_test.go | 2+-
Minternal/validate/formvalidation.go | 2+-
Minternal/validate/formvalidation_test.go | 2+-
Minternal/validate/instance_test.go | 2+-
Minternal/validate/mediaattachment_test.go | 2+-
Minternal/validate/mention_test.go | 2+-
Minternal/validate/notification_test.go | 2+-
Minternal/validate/routersession_test.go | 2+-
Minternal/validate/status_test.go | 2+-
Minternal/validate/statusbookmark_test.go | 2+-
Minternal/validate/statusfave_test.go | 2+-
Minternal/validate/statusmute_test.go | 2+-
Minternal/validate/structvalidation.go | 2+-
Minternal/validate/structvalidation_test.go | 2+-
Minternal/validate/tag_test.go | 2+-
Minternal/validate/token_test.go | 2+-
Minternal/validate/user_test.go | 2+-
Minternal/visibility/filter.go | 2+-
Minternal/visibility/filter_test.go | 2+-
Minternal/visibility/relevantaccounts.go | 2+-
Minternal/visibility/statusboostable.go | 2+-
Minternal/visibility/statusboostable_test.go | 2+-
Minternal/visibility/statushometimelineable.go | 2+-
Minternal/visibility/statushometimelineable_test.go | 2+-
Minternal/visibility/statuspublictimelineable.go | 2+-
Minternal/visibility/statusvisible.go | 2+-
Minternal/visibility/statusvisible_test.go | 2+-
Minternal/web/assets.go | 2+-
Minternal/web/base.go | 2+-
Minternal/web/confirmemail.go | 2+-
Minternal/web/customcss.go | 2+-
Minternal/web/etag.go | 2+-
Minternal/web/opengraph.go | 2+-
Minternal/web/profile.go | 2+-
Minternal/web/robots.go | 2+-
Minternal/web/rss.go | 2+-
Minternal/web/settings-panel.go | 2+-
Minternal/web/thread.go | 2+-
Minternal/web/web.go | 2+-
Mmkdocs.yml | 2+-
Mtestrig/config.go | 2+-
Mtestrig/db.go | 2+-
Mtestrig/email.go | 2+-
Mtestrig/federatingdb.go | 18++++++++++++++++++
Mtestrig/federator.go | 2+-
Mtestrig/gin.go | 2+-
Mtestrig/log.go | 2+-
Mtestrig/mediahandler.go | 2+-
Mtestrig/oauthserver.go | 2+-
Mtestrig/processor.go | 2+-
Mtestrig/router.go | 2+-
Mtestrig/storage.go | 2+-
Mtestrig/testmodels.go | 2+-
Mtestrig/transportcontroller.go | 2+-
Mtestrig/typeconverter.go | 2+-
Mtestrig/util.go | 2+-
Mweb/source/css/_colors.css | 2+-
Mweb/source/css/base.css | 2+-
Mweb/source/css/profile.css | 2+-
Mweb/source/css/status.css | 2+-
Mweb/source/frontend/index.js | 2+-
Mweb/source/index.js | 2+-
Mweb/source/settings/admin/actions.js | 2+-
Mweb/source/settings/admin/emoji/category-select.jsx | 2+-
Mweb/source/settings/admin/emoji/local/detail.js | 2+-
Mweb/source/settings/admin/emoji/local/index.js | 2+-
Mweb/source/settings/admin/emoji/local/new-emoji.js | 2+-
Mweb/source/settings/admin/emoji/local/overview.js | 2+-
Mweb/source/settings/admin/emoji/remote/index.js | 2+-
Mweb/source/settings/admin/emoji/remote/parse-from-toot.js | 2+-
Mweb/source/settings/admin/federation.js | 2+-
Mweb/source/settings/admin/settings.js | 2+-
Mweb/source/settings/components/back-button.jsx | 2+-
Mweb/source/settings/components/combo-box.jsx | 2+-
Mweb/source/settings/components/error.jsx | 2+-
Mweb/source/settings/components/fake-profile.jsx | 2+-
Mweb/source/settings/components/fake-toot.jsx | 2+-
Mweb/source/settings/components/form-fields.jsx | 2+-
Mweb/source/settings/components/form/combobox.jsx | 2+-
Mweb/source/settings/components/form/file.jsx | 2+-
Mweb/source/settings/components/form/index.js | 2+-
Mweb/source/settings/components/form/text.jsx | 2+-
Mweb/source/settings/components/languages.jsx | 2+-
Mweb/source/settings/components/loading.jsx | 2+-
Mweb/source/settings/components/login.jsx | 2+-
Mweb/source/settings/components/mutation-button.jsx | 2+-
Mweb/source/settings/components/nav-button.jsx | 2+-
Mweb/source/settings/components/submit.jsx | 2+-
Mweb/source/settings/index.js | 2+-
Mweb/source/settings/lib/api/admin.js | 2+-
Mweb/source/settings/lib/api/index.js | 2+-
Mweb/source/settings/lib/api/oauth.js | 2+-
Mweb/source/settings/lib/api/user.js | 2+-
Mweb/source/settings/lib/errors.js | 2+-
Mweb/source/settings/lib/get-views.js | 2+-
Mweb/source/settings/lib/query/base.js | 2+-
Mweb/source/settings/lib/query/custom-emoji.js | 2+-
Mweb/source/settings/lib/query/index.js | 2+-
Mweb/source/settings/lib/submit.js | 2+-
Mweb/source/settings/redux/index.js | 2+-
Mweb/source/settings/redux/reducers/admin.js | 2+-
Mweb/source/settings/redux/reducers/instances.js | 2+-
Mweb/source/settings/redux/reducers/oauth.js | 2+-
Mweb/source/settings/redux/reducers/temporary.js | 2+-
Mweb/source/settings/redux/reducers/user.js | 2+-
Mweb/source/settings/style.css | 2+-
Mweb/source/settings/user/profile.js | 2+-
Mweb/source/settings/user/settings.js | 2+-
Mweb/template/404.tmpl | 18++++++++++++++++++
Mweb/template/authorize.tmpl | 18++++++++++++++++++
Mweb/template/confirmed.tmpl | 18++++++++++++++++++
Mweb/template/email_confirm_html.tmpl | 18++++++++++++++++++
Mweb/template/email_confirm_text.tmpl | 18++++++++++++++++++
Mweb/template/email_reset_html.tmpl | 18++++++++++++++++++
Mweb/template/email_reset_text.tmpl | 18++++++++++++++++++
Mweb/template/error.tmpl | 18++++++++++++++++++
Mweb/template/finalize.tmpl | 18++++++++++++++++++
Mweb/template/footer.tmpl | 18++++++++++++++++++
Mweb/template/frontend.tmpl | 18++++++++++++++++++
Mweb/template/header.tmpl | 18++++++++++++++++++
Mweb/template/index.tmpl | 18++++++++++++++++++
Mweb/template/oob.tmpl | 18++++++++++++++++++
Mweb/template/profile.tmpl | 18++++++++++++++++++
Mweb/template/sign-in.tmpl | 18++++++++++++++++++
Mweb/template/status.tmpl | 18++++++++++++++++++
Mweb/template/thread.tmpl | 18++++++++++++++++++
846 files changed, 1223 insertions(+), 827 deletions(-)

diff --git a/README.md b/README.md @@ -261,7 +261,7 @@ The following libraries and frameworks are used by GoToSocial, with gratitude ### Image Attribution -Sloth logo by [Anna Abramek](https://abramek.art/), Copyright (C) 2021-2022 the GoToSocial Authors. +Sloth logo by [Anna Abramek](https://abramek.art/), Copyright (C) 2021-2023 the GoToSocial Authors. ### Team @@ -310,4 +310,4 @@ If you modify the GoToSocial source code, and run that modified code in a way th > \[I\]f you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. -Copyright (C) 2021-2022 the GoToSocial Authors. +Copyright (C) 2021-2023 GoToSocial Authors diff --git a/cmd/gotosocial/action/action.go b/cmd/gotosocial/action/action.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/action/admin/account/account.go b/cmd/gotosocial/action/admin/account/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/action/admin/media/prune/orphaned.go b/cmd/gotosocial/action/admin/media/prune/orphaned.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/action/admin/trans/export.go b/cmd/gotosocial/action/admin/trans/export.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/action/admin/trans/import.go b/cmd/gotosocial/action/admin/trans/import.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/action/debug/config/config.go b/cmd/gotosocial/action/debug/config/config.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/action/server/server.go b/cmd/gotosocial/action/server/server.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/action/testrig/testrig.go b/cmd/gotosocial/action/testrig/testrig.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/admin.go b/cmd/gotosocial/admin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/common.go b/cmd/gotosocial/common.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/debug.go b/cmd/gotosocial/debug.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/server.go b/cmd/gotosocial/server.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/cmd/gotosocial/testrig.go b/cmd/gotosocial/testrig.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/docs/index.md b/docs/index.md @@ -62,7 +62,7 @@ For bugs and feature requests, please check to see if there's [already an issue] ### Image Attribution -Sloth logo by [Anna Abramek](https://abramek.art/), Copyright (C) 2021-2022 the GoToSocial Authors. +Sloth logo by [Anna Abramek](https://abramek.art/), Copyright (C) 2021-2023 the GoToSocial Authors. ### Developers diff --git a/docs/swagger.go b/docs/swagger.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/example/config.yaml b/example/config.yaml @@ -1,5 +1,5 @@ # GoToSocial -# Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org +# Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org # 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 diff --git a/internal/ap/activitystreams.go b/internal/ap/activitystreams.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/ap/contextkey.go b/internal/ap/contextkey.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/ap/extract.go b/internal/ap/extract.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/ap/extract_test.go b/internal/ap/extract_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/ap/extractattachments_test.go b/internal/ap/extractattachments_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/ap/extractcontent_test.go b/internal/ap/extractcontent_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/ap/extractmentions_test.go b/internal/ap/extractmentions_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/ap/extractsensitive_test.go b/internal/ap/extractsensitive_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/ap/extractvisibility_test.go b/internal/ap/extractvisibility_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/ap/interfaces.go b/internal/ap/interfaces.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub.go b/internal/api/activitypub.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/emoji/emoji.go b/internal/api/activitypub/emoji/emoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/emoji/emojiget.go b/internal/api/activitypub/emoji/emojiget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/emoji/emojiget_test.go b/internal/api/activitypub/emoji/emojiget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/common.go b/internal/api/activitypub/users/common.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/followers.go b/internal/api/activitypub/users/followers.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/following.go b/internal/api/activitypub/users/following.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/inboxpost.go b/internal/api/activitypub/users/inboxpost.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/inboxpost_test.go b/internal/api/activitypub/users/inboxpost_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/outboxget.go b/internal/api/activitypub/users/outboxget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/outboxget_test.go b/internal/api/activitypub/users/outboxget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/publickeyget.go b/internal/api/activitypub/users/publickeyget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/repliesget.go b/internal/api/activitypub/users/repliesget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/repliesget_test.go b/internal/api/activitypub/users/repliesget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/statusget.go b/internal/api/activitypub/users/statusget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/statusget_test.go b/internal/api/activitypub/users/statusget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/user.go b/internal/api/activitypub/users/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/user_test.go b/internal/api/activitypub/users/user_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/userget.go b/internal/api/activitypub/users/userget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/activitypub/users/userget_test.go b/internal/api/activitypub/users/userget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/auth.go b/internal/api/auth.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/auth/auth.go b/internal/api/auth/auth.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/auth/auth_test.go b/internal/api/auth/auth_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/auth/authorize.go b/internal/api/auth/authorize.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/auth/callback.go b/internal/api/auth/callback.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/auth/oob.go b/internal/api/auth/oob.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/auth/signin.go b/internal/api/auth/signin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/auth/token.go b/internal/api/auth/token.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/auth/token_test.go b/internal/api/auth/token_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client.go b/internal/api/client.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/account_test.go b/internal/api/client/accounts/account_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/accountcreate.go b/internal/api/client/accounts/accountcreate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/accountcreate_test.go b/internal/api/client/accounts/accountcreate_test.go @@ -1,6 +1,6 @@ // /* // GoToSocial -// Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org +// Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org // 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 diff --git a/internal/api/client/accounts/accountdelete.go b/internal/api/client/accounts/accountdelete.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/accountdelete_test.go b/internal/api/client/accounts/accountdelete_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/accountget.go b/internal/api/client/accounts/accountget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/accounts.go b/internal/api/client/accounts/accounts.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/accountupdate.go b/internal/api/client/accounts/accountupdate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/accountupdate_test.go b/internal/api/client/accounts/accountupdate_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/accountverify.go b/internal/api/client/accounts/accountverify.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/accountverify_test.go b/internal/api/client/accounts/accountverify_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/block.go b/internal/api/client/accounts/block.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/block_test.go b/internal/api/client/accounts/block_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/follow.go b/internal/api/client/accounts/follow.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/follow_test.go b/internal/api/client/accounts/follow_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/followers.go b/internal/api/client/accounts/followers.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/following.go b/internal/api/client/accounts/following.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/statuses.go b/internal/api/client/accounts/statuses.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/statuses_test.go b/internal/api/client/accounts/statuses_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/unblock.go b/internal/api/client/accounts/unblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/accounts/unfollow.go b/internal/api/client/accounts/unfollow.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/accountaction.go b/internal/api/client/admin/accountaction.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/admin.go b/internal/api/client/admin/admin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/admin_test.go b/internal/api/client/admin/admin_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/domainblockcreate.go b/internal/api/client/admin/domainblockcreate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/domainblockdelete.go b/internal/api/client/admin/domainblockdelete.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/domainblockget.go b/internal/api/client/admin/domainblockget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/domainblocksget.go b/internal/api/client/admin/domainblocksget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojicategoriesget.go b/internal/api/client/admin/emojicategoriesget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojicategoriesget_test.go b/internal/api/client/admin/emojicategoriesget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojicreate.go b/internal/api/client/admin/emojicreate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojicreate_test.go b/internal/api/client/admin/emojicreate_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojidelete.go b/internal/api/client/admin/emojidelete.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojidelete_test.go b/internal/api/client/admin/emojidelete_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojiget.go b/internal/api/client/admin/emojiget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojiget_test.go b/internal/api/client/admin/emojiget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojisget.go b/internal/api/client/admin/emojisget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojisget_test.go b/internal/api/client/admin/emojisget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojiupdate.go b/internal/api/client/admin/emojiupdate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/emojiupdate_test.go b/internal/api/client/admin/emojiupdate_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/mediacleanup.go b/internal/api/client/admin/mediacleanup.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/mediacleanup_test.go b/internal/api/client/admin/mediacleanup_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/admin/mediarefetch.go b/internal/api/client/admin/mediarefetch.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/apps/appcreate.go b/internal/api/client/apps/appcreate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/apps/apps.go b/internal/api/client/apps/apps.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/blocks/blocks.go b/internal/api/client/blocks/blocks.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/blocks/blocksget.go b/internal/api/client/blocks/blocksget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/bookmarks/bookmarks.go b/internal/api/client/bookmarks/bookmarks.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/bookmarks/bookmarks_test.go b/internal/api/client/bookmarks/bookmarks_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/customemojis/customemojis.go b/internal/api/client/customemojis/customemojis.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/customemojis/customemojisget.go b/internal/api/client/customemojis/customemojisget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/favourites/favourites.go b/internal/api/client/favourites/favourites.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/favourites/favourites_test.go b/internal/api/client/favourites/favourites_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/favourites/favouritesget_test.go b/internal/api/client/favourites/favouritesget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/filters/filter.go b/internal/api/client/filters/filter.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/followrequests/authorize.go b/internal/api/client/followrequests/authorize.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/followrequests/authorize_test.go b/internal/api/client/followrequests/authorize_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/followrequests/followrequest.go b/internal/api/client/followrequests/followrequest.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/followrequests/followrequest_test.go b/internal/api/client/followrequests/followrequest_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/followrequests/get.go b/internal/api/client/followrequests/get.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/followrequests/get_test.go b/internal/api/client/followrequests/get_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/followrequests/reject.go b/internal/api/client/followrequests/reject.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/followrequests/reject_test.go b/internal/api/client/followrequests/reject_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/instance/instance.go b/internal/api/client/instance/instance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/instance/instance_test.go b/internal/api/client/instance/instance_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/instance/instanceget.go b/internal/api/client/instance/instanceget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/instance/instancepatch.go b/internal/api/client/instance/instancepatch.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/instance/instancepatch_test.go b/internal/api/client/instance/instancepatch_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/instance/instancepeersget.go b/internal/api/client/instance/instancepeersget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/instance/instancepeersget_test.go b/internal/api/client/instance/instancepeersget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/lists/list.go b/internal/api/client/lists/list.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/lists/listsgets.go b/internal/api/client/lists/listsgets.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/media/media.go b/internal/api/client/media/media.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/media/mediacreate.go b/internal/api/client/media/mediacreate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/media/mediacreate_test.go b/internal/api/client/media/mediacreate_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/media/mediaget.go b/internal/api/client/media/mediaget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/media/mediaupdate.go b/internal/api/client/media/mediaupdate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/media/mediaupdate_test.go b/internal/api/client/media/mediaupdate_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/notifications/notifications.go b/internal/api/client/notifications/notifications.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/notifications/notificationsclear.go b/internal/api/client/notifications/notificationsclear.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/notifications/notificationsget.go b/internal/api/client/notifications/notificationsget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/search/search.go b/internal/api/client/search/search.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/search/search_test.go b/internal/api/client/search/search_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/search/searchget.go b/internal/api/client/search/searchget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/search/searchget_test.go b/internal/api/client/search/searchget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/status.go b/internal/api/client/statuses/status.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/status_test.go b/internal/api/client/statuses/status_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusbookmark.go b/internal/api/client/statuses/statusbookmark.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusbookmark_test.go b/internal/api/client/statuses/statusbookmark_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 the Free Software Foundation, either version 3 of the License, or diff --git a/internal/api/client/statuses/statusboost.go b/internal/api/client/statuses/statusboost.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusboost_test.go b/internal/api/client/statuses/statusboost_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 the Free Software Foundation, either version 3 of the License, or diff --git a/internal/api/client/statuses/statusboostedby.go b/internal/api/client/statuses/statusboostedby.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusboostedby_test.go b/internal/api/client/statuses/statusboostedby_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 the Free Software Foundation, either version 3 of the License, or diff --git a/internal/api/client/statuses/statuscontext.go b/internal/api/client/statuses/statuscontext.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statuscreate.go b/internal/api/client/statuses/statuscreate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statuscreate_test.go b/internal/api/client/statuses/statuscreate_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusdelete.go b/internal/api/client/statuses/statusdelete.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusdelete_test.go b/internal/api/client/statuses/statusdelete_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 the Free Software Foundation, either version 3 of the License, or diff --git a/internal/api/client/statuses/statusfave.go b/internal/api/client/statuses/statusfave.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusfave_test.go b/internal/api/client/statuses/statusfave_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusfavedby.go b/internal/api/client/statuses/statusfavedby.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusfavedby_test.go b/internal/api/client/statuses/statusfavedby_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusget.go b/internal/api/client/statuses/statusget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusget_test.go b/internal/api/client/statuses/statusget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusunbookmark.go b/internal/api/client/statuses/statusunbookmark.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusunbookmark_test.go b/internal/api/client/statuses/statusunbookmark_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 the Free Software Foundation, either version 3 of the License, or diff --git a/internal/api/client/statuses/statusunboost.go b/internal/api/client/statuses/statusunboost.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusunfave.go b/internal/api/client/statuses/statusunfave.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/statuses/statusunfave_test.go b/internal/api/client/statuses/statusunfave_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/streaming/stream.go b/internal/api/client/streaming/stream.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/streaming/streaming.go b/internal/api/client/streaming/streaming.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/streaming/streaming_test.go b/internal/api/client/streaming/streaming_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/timelines/home.go b/internal/api/client/timelines/home.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/timelines/public.go b/internal/api/client/timelines/public.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/timelines/timeline.go b/internal/api/client/timelines/timeline.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/user/passwordchange.go b/internal/api/client/user/passwordchange.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/user/passwordchange_test.go b/internal/api/client/user/passwordchange_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/user/user.go b/internal/api/client/user/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/client/user/user_test.go b/internal/api/client/user/user_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/fileserver.go b/internal/api/fileserver.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/fileserver/fileserver.go b/internal/api/fileserver/fileserver.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/fileserver/fileserver_test.go b/internal/api/fileserver/fileserver_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/fileserver/servefile.go b/internal/api/fileserver/servefile.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/fileserver/servefile_test.go b/internal/api/fileserver/servefile_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/account.go b/internal/api/model/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/admin.go b/internal/api/model/admin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/announcement.go b/internal/api/model/announcement.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/announcementreaction.go b/internal/api/model/announcementreaction.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/application.go b/internal/api/model/application.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/attachment.go b/internal/api/model/attachment.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/block.go b/internal/api/model/block.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/card.go b/internal/api/model/card.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/content.go b/internal/api/model/content.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/context.go b/internal/api/model/context.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/conversation.go b/internal/api/model/conversation.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/domain.go b/internal/api/model/domain.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/emoji.go b/internal/api/model/emoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/emojicategory.go b/internal/api/model/emojicategory.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/featuredtag.go b/internal/api/model/featuredtag.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/field.go b/internal/api/model/field.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/filter.go b/internal/api/model/filter.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/history.go b/internal/api/model/history.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/instance.go b/internal/api/model/instance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/list.go b/internal/api/model/list.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/marker.go b/internal/api/model/marker.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/mention.go b/internal/api/model/mention.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/notification.go b/internal/api/model/notification.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/oauth.go b/internal/api/model/oauth.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/paging.go b/internal/api/model/paging.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/poll.go b/internal/api/model/poll.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/preferences.go b/internal/api/model/preferences.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/pushsubscription.go b/internal/api/model/pushsubscription.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/relationship.go b/internal/api/model/relationship.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/results.go b/internal/api/model/results.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/scheduledstatus.go b/internal/api/model/scheduledstatus.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/search.go b/internal/api/model/search.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/source.go b/internal/api/model/source.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/status.go b/internal/api/model/status.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/tag.go b/internal/api/model/tag.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/token.go b/internal/api/model/token.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/user.go b/internal/api/model/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/model/well-known.go b/internal/api/model/well-known.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/nodeinfo.go b/internal/api/nodeinfo.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/nodeinfo/nodeinfo.go b/internal/api/nodeinfo/nodeinfo.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/nodeinfo/nodeinfoget.go b/internal/api/nodeinfo/nodeinfoget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/util/errorhandling.go b/internal/api/util/errorhandling.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/util/mime.go b/internal/api/util/mime.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/util/negotiate.go b/internal/api/util/negotiate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/util/signaturectx.go b/internal/api/util/signaturectx.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/wellknown.go b/internal/api/wellknown.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/wellknown/nodeinfo/nodeinfo.go b/internal/api/wellknown/nodeinfo/nodeinfo.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/wellknown/nodeinfo/nodeinfoget.go b/internal/api/wellknown/nodeinfo/nodeinfoget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/wellknown/webfinger/webfinger.go b/internal/api/wellknown/webfinger/webfinger.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/wellknown/webfinger/webfinger_test.go b/internal/api/wellknown/webfinger/webfinger_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/wellknown/webfinger/webfingerget.go b/internal/api/wellknown/webfinger/webfingerget.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/api/wellknown/webfinger/webfingerget_test.go b/internal/api/wellknown/webfinger/webfingerget_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/cache/ap.go b/internal/cache/ap.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/cache/cache.go b/internal/cache/cache.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/cache/domain/domain.go b/internal/cache/domain/domain.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/cache/domain/domain_test.go b/internal/cache/domain/domain_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/cache/gts.go b/internal/cache/gts.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/cache/util.go b/internal/cache/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/concurrency/workers.go b/internal/concurrency/workers.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/config/config.go b/internal/config/config.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/config/defaults.go b/internal/config/defaults.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/config/flags.go b/internal/config/flags.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/config/gen/gen.go b/internal/config/gen/gen.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 @@ -32,7 +32,7 @@ import ( const license = `/* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/config/global.go b/internal/config/global.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/config/helpers.gen.go b/internal/config/helpers.gen.go @@ -1,7 +1,7 @@ // THIS IS A GENERATED FILE, DO NOT EDIT BY HAND /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/config/state.go b/internal/config/state.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/config/testdata/test.yaml b/internal/config/testdata/test.yaml @@ -1,5 +1,5 @@ # GoToSocial -# Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org +# Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org # 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 diff --git a/internal/config/validate.go b/internal/config/validate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/config/validate_test.go b/internal/config/validate_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/account.go b/internal/db/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/admin.go b/internal/db/admin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/basic.go b/internal/db/basic.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/account.go b/internal/db/bundb/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/account_test.go b/internal/db/bundb/account_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/admin.go b/internal/db/bundb/admin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/admin_test.go b/internal/db/bundb/admin_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/basic.go b/internal/db/bundb/basic.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/basic_test.go b/internal/db/bundb/basic_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/bundb.go b/internal/db/bundb/bundb.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/bundb_test.go b/internal/db/bundb/bundb_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/bundbnew_test.go b/internal/db/bundb/bundbnew_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/conn.go b/internal/db/bundb/conn.go @@ -1,3 +1,21 @@ +/* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package bundb import ( diff --git a/internal/db/bundb/domain.go b/internal/db/bundb/domain.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/domain_test.go b/internal/db/bundb/domain_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/emoji.go b/internal/db/bundb/emoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/emoji_test.go b/internal/db/bundb/emoji_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/errors.go b/internal/db/bundb/errors.go @@ -1,3 +1,21 @@ +/* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package bundb import ( diff --git a/internal/db/bundb/hook.go b/internal/db/bundb/hook.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/instance.go b/internal/db/bundb/instance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/instance_test.go b/internal/db/bundb/instance_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/media.go b/internal/db/bundb/media.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/media_test.go b/internal/db/bundb/media_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/mention.go b/internal/db/bundb/mention.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/mention_test.go b/internal/db/bundb/mention_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init.go b/internal/db/bundb/migrations/20211113114307_init.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/account.go b/internal/db/bundb/migrations/20211113114307_init/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/application.go b/internal/db/bundb/migrations/20211113114307_init/application.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/block.go b/internal/db/bundb/migrations/20211113114307_init/block.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/client.go b/internal/db/bundb/migrations/20211113114307_init/client.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/domainblock.go b/internal/db/bundb/migrations/20211113114307_init/domainblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/emaildomainblock.go b/internal/db/bundb/migrations/20211113114307_init/emaildomainblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/emoji.go b/internal/db/bundb/migrations/20211113114307_init/emoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/follow.go b/internal/db/bundb/migrations/20211113114307_init/follow.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/followrequest.go b/internal/db/bundb/migrations/20211113114307_init/followrequest.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/instance.go b/internal/db/bundb/migrations/20211113114307_init/instance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/mediaattachment.go b/internal/db/bundb/migrations/20211113114307_init/mediaattachment.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/mention.go b/internal/db/bundb/migrations/20211113114307_init/mention.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/notification.go b/internal/db/bundb/migrations/20211113114307_init/notification.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/routersession.go b/internal/db/bundb/migrations/20211113114307_init/routersession.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/status.go b/internal/db/bundb/migrations/20211113114307_init/status.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/statusbookmark.go b/internal/db/bundb/migrations/20211113114307_init/statusbookmark.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/statusfave.go b/internal/db/bundb/migrations/20211113114307_init/statusfave.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/statusmute.go b/internal/db/bundb/migrations/20211113114307_init/statusmute.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/tag.go b/internal/db/bundb/migrations/20211113114307_init/tag.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/token.go b/internal/db/bundb/migrations/20211113114307_init/token.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20211113114307_init/user.go b/internal/db/bundb/migrations/20211113114307_init/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220214175650_media_cleanup.go b/internal/db/bundb/migrations/20220214175650_media_cleanup.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220214175650_media_cleanup/account.go b/internal/db/bundb/migrations/20220214175650_media_cleanup/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220214175650_media_cleanup/mediaattachment.go b/internal/db/bundb/migrations/20220214175650_media_cleanup/mediaattachment.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220305130328_database_optimizations.go b/internal/db/bundb/migrations/20220305130328_database_optimizations.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220315160814_admin_account_actions.go b/internal/db/bundb/migrations/20220315160814_admin_account_actions.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220315160814_admin_account_actions/account.go b/internal/db/bundb/migrations/20220315160814_admin_account_actions/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220315160814_admin_account_actions/admin.go b/internal/db/bundb/migrations/20220315160814_admin_account_actions/admin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220315160814_admin_account_actions/mediaattachment.go b/internal/db/bundb/migrations/20220315160814_admin_account_actions/mediaattachment.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220502113806_add_missing_indexes.go b/internal/db/bundb/migrations/20220502113806_add_missing_indexes.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220506110822_add_account_raw_note.go b/internal/db/bundb/migrations/20220506110822_add_account_raw_note.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220511165212_add_account_raw_note_fix.go b/internal/db/bundb/migrations/20220511165212_add_account_raw_note_fix.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220518123621_additional_indexing.go b/internal/db/bundb/migrations/20220518123621_additional_indexing.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220612091800_duplicated_media_cleanup.go b/internal/db/bundb/migrations/20220612091800_duplicated_media_cleanup.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220710153020_fix_slow_web_profile_queries.go b/internal/db/bundb/migrations/20220710153020_fix_slow_web_profile_queries.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220804120132_account_default_post_format.go b/internal/db/bundb/migrations/20220804120132_account_default_post_format.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220823140228_user_custom_css.go b/internal/db/bundb/migrations/20220823140228_user_custom_css.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220827085121_assign_missing_in_reply_to_uris.go b/internal/db/bundb/migrations/20220827085121_assign_missing_in_reply_to_uris.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220830014732_regenerate_indexes_for_follows.go b/internal/db/bundb/migrations/20220830014732_regenerate_indexes_for_follows.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220903141016_store_gifs_as_image.go b/internal/db/bundb/migrations/20220903141016_store_gifs_as_image.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220905150505_custom_emoji_updates.go b/internal/db/bundb/migrations/20220905150505_custom_emoji_updates.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 @@ -22,7 +22,7 @@ import ( "context" "database/sql" - "github.com/superseriousbusiness/gotosocial/internal/db/bundb/migrations/20220905150505_custom_emoji_updates" + gtsmodel "github.com/superseriousbusiness/gotosocial/internal/db/bundb/migrations/20211113114307_init" "github.com/uptrace/bun" ) diff --git a/internal/db/bundb/migrations/20220905150505_custom_emoji_updates/emoji.go b/internal/db/bundb/migrations/20220905150505_custom_emoji_updates/emoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220916122701_emojis_in_accounts.go b/internal/db/bundb/migrations/20220916122701_emojis_in_accounts.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220922142408_shared_inbox_delivery.go b/internal/db/bundb/migrations/20220922142408_shared_inbox_delivery.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20220926115233_indexes.go b/internal/db/bundb/migrations/20220926115233_indexes.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20221006114842_add_rss_functionality.go b/internal/db/bundb/migrations/20221006114842_add_rss_functionality.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20221011125732_refetch_updated_emojis.go b/internal/db/bundb/migrations/20221011125732_refetch_updated_emojis.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20221031145649_emoji_categories.go b/internal/db/bundb/migrations/20221031145649_emoji_categories.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20221103203553_add_external_id.go b/internal/db/bundb/migrations/20221103203553_add_external_id.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20221108142419_create_account_tombstones.go b/internal/db/bundb/migrations/20221108142419_create_account_tombstones.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/20221220134514_mp4_jiggery_pokery.go b/internal/db/bundb/migrations/20221220134514_mp4_jiggery_pokery.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/README.md b/internal/db/bundb/migrations/README.md @@ -9,7 +9,7 @@ As a template, take one of the existing migration files and modify it, or use th ```go /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/migrations/main.go b/internal/db/bundb/migrations/main.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/notification.go b/internal/db/bundb/notification.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/notification_test.go b/internal/db/bundb/notification_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/relationship.go b/internal/db/bundb/relationship.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/relationship_test.go b/internal/db/bundb/relationship_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/session.go b/internal/db/bundb/session.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/session_test.go b/internal/db/bundb/session_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/status.go b/internal/db/bundb/status.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/status_test.go b/internal/db/bundb/status_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/timeline.go b/internal/db/bundb/timeline.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/timeline_test.go b/internal/db/bundb/timeline_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/tombstone.go b/internal/db/bundb/tombstone.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/user.go b/internal/db/bundb/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/user_test.go b/internal/db/bundb/user_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/bundb/util.go b/internal/db/bundb/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/db.go b/internal/db/db.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/domain.go b/internal/db/domain.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/emoji.go b/internal/db/emoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/error.go b/internal/db/error.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/instance.go b/internal/db/instance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/media.go b/internal/db/media.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/mention.go b/internal/db/mention.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/notification.go b/internal/db/notification.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/params.go b/internal/db/params.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/relationship.go b/internal/db/relationship.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/session.go b/internal/db/session.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/status.go b/internal/db/status.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/timeline.go b/internal/db/timeline.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/tombstone.go b/internal/db/tombstone.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/db/user.go b/internal/db/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/email/confirm.go b/internal/email/confirm.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/email/email_test.go b/internal/email/email_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/email/noopsender.go b/internal/email/noopsender.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/email/reset.go b/internal/email/reset.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/email/sender.go b/internal/email/sender.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/email/util.go b/internal/email/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/email/util_test.go b/internal/email/util_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/authenticate.go b/internal/federation/authenticate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/clock.go b/internal/federation/clock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/commonbehavior.go b/internal/federation/commonbehavior.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereference.go b/internal/federation/dereference.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/account.go b/internal/federation/dereferencing/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/account_test.go b/internal/federation/dereferencing/account_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/announce.go b/internal/federation/dereferencing/announce.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/collectionpage.go b/internal/federation/dereferencing/collectionpage.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/dereferencer.go b/internal/federation/dereferencing/dereferencer.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/dereferencer_test.go b/internal/federation/dereferencing/dereferencer_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/emoji.go b/internal/federation/dereferencing/emoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/emoji_test.go b/internal/federation/dereferencing/emoji_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/error.go b/internal/federation/dereferencing/error.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/finger.go b/internal/federation/dereferencing/finger.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/handshake.go b/internal/federation/dereferencing/handshake.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/instance.go b/internal/federation/dereferencing/instance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/media.go b/internal/federation/dereferencing/media.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/media_test.go b/internal/federation/dereferencing/media_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/status.go b/internal/federation/dereferencing/status.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/status_test.go b/internal/federation/dereferencing/status_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/thread.go b/internal/federation/dereferencing/thread.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/dereferencing/util.go b/internal/federation/dereferencing/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingactor.go b/internal/federation/federatingactor.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingactor_test.go b/internal/federation/federatingactor_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/accept.go b/internal/federation/federatingdb/accept.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/announce.go b/internal/federation/federatingdb/announce.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/announce_test.go b/internal/federation/federatingdb/announce_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/create.go b/internal/federation/federatingdb/create.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/create_test.go b/internal/federation/federatingdb/create_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/db.go b/internal/federation/federatingdb/db.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/delete.go b/internal/federation/federatingdb/delete.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/exists.go b/internal/federation/federatingdb/exists.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/federatingdb_test.go b/internal/federation/federatingdb/federatingdb_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/followers_test.go b/internal/federation/federatingdb/followers_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/following.go b/internal/federation/federatingdb/following.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/following_test.go b/internal/federation/federatingdb/following_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/get.go b/internal/federation/federatingdb/get.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/inbox.go b/internal/federation/federatingdb/inbox.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/inbox_test.go b/internal/federation/federatingdb/inbox_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/liked.go b/internal/federation/federatingdb/liked.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/lock.go b/internal/federation/federatingdb/lock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/outbox.go b/internal/federation/federatingdb/outbox.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/owns.go b/internal/federation/federatingdb/owns.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/reject.go b/internal/federation/federatingdb/reject.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/reject_test.go b/internal/federation/federatingdb/reject_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/undo.go b/internal/federation/federatingdb/undo.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/update.go b/internal/federation/federatingdb/update.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingdb/util.go b/internal/federation/federatingdb/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingprotocol.go b/internal/federation/federatingprotocol.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federatingprotocol_test.go b/internal/federation/federatingprotocol_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federator.go b/internal/federation/federator.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/federator_test.go b/internal/federation/federator_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/handshake.go b/internal/federation/handshake.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/federation/transport.go b/internal/federation/transport.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gotosocial/gotosocial.go b/internal/gotosocial/gotosocial.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtserror/multi.go b/internal/gtserror/multi.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtserror/withcode.go b/internal/gtserror/withcode.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/account.go b/internal/gtsmodel/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/admin.go b/internal/gtsmodel/admin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/application.go b/internal/gtsmodel/application.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/block.go b/internal/gtsmodel/block.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/client.go b/internal/gtsmodel/client.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/domainblock.go b/internal/gtsmodel/domainblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/emaildomainblock.go b/internal/gtsmodel/emaildomainblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/emoji.go b/internal/gtsmodel/emoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/emojicategory.go b/internal/gtsmodel/emojicategory.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/follow.go b/internal/gtsmodel/follow.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/followrequest.go b/internal/gtsmodel/followrequest.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/instance.go b/internal/gtsmodel/instance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/mediaattachment.go b/internal/gtsmodel/mediaattachment.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/mention.go b/internal/gtsmodel/mention.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/notification.go b/internal/gtsmodel/notification.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/routersession.go b/internal/gtsmodel/routersession.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/status.go b/internal/gtsmodel/status.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/statusbookmark.go b/internal/gtsmodel/statusbookmark.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/statusfave.go b/internal/gtsmodel/statusfave.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/statusmute.go b/internal/gtsmodel/statusmute.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/tag.go b/internal/gtsmodel/tag.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/token.go b/internal/gtsmodel/token.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/tombstone.go b/internal/gtsmodel/tombstone.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/gtsmodel/user.go b/internal/gtsmodel/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/httpclient/client.go b/internal/httpclient/client.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/httpclient/client_test.go b/internal/httpclient/client_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/httpclient/request.go b/internal/httpclient/request.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/httpclient/sanitizer.go b/internal/httpclient/sanitizer.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/id/ulid.go b/internal/id/ulid.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/iotools/io.go b/internal/iotools/io.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/log/caller.go b/internal/log/caller.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/log/entry.go b/internal/log/entry.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/log/init.go b/internal/log/init.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/log/log.go b/internal/log/log.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/log/pool.go b/internal/log/pool.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/log/syslog_test.go b/internal/log/syslog_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/image.go b/internal/media/image.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/manager.go b/internal/media/manager.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/manager_test.go b/internal/media/manager_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/media_test.go b/internal/media/media_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/png-stripper.go b/internal/media/png-stripper.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/processingemoji.go b/internal/media/processingemoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/processingmedia.go b/internal/media/processingmedia.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/prunemeta.go b/internal/media/prunemeta.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/prunemeta_test.go b/internal/media/prunemeta_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/pruneorphaned.go b/internal/media/pruneorphaned.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/pruneorphaned_test.go b/internal/media/pruneorphaned_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/pruneremote.go b/internal/media/pruneremote.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/pruneremote_test.go b/internal/media/pruneremote_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/pruneunusedlocal.go b/internal/media/pruneunusedlocal.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/pruneunusedlocal_test.go b/internal/media/pruneunusedlocal_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/refetch.go b/internal/media/refetch.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/refetch_test.go b/internal/media/refetch_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/types.go b/internal/media/types.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/util.go b/internal/media/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/media/video.go b/internal/media/video.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/messages/messages.go b/internal/messages/messages.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/cachecontrol.go b/internal/middleware/cachecontrol.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/cors.go b/internal/middleware/cors.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/extraheaders.go b/internal/middleware/extraheaders.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/gzip.go b/internal/middleware/gzip.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/logger.go b/internal/middleware/logger.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/ratelimit.go b/internal/middleware/ratelimit.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/session.go b/internal/middleware/session.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/session_test.go b/internal/middleware/session_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/throttling.go b/internal/middleware/throttling.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/tokencheck.go b/internal/middleware/tokencheck.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/middleware/useragent.go b/internal/middleware/useragent.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/netutil/validate.go b/internal/netutil/validate.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oauth/clientstore.go b/internal/oauth/clientstore.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oauth/clientstore_test.go b/internal/oauth/clientstore_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oauth/errors.go b/internal/oauth/errors.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oauth/oauth_test.go b/internal/oauth/oauth_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oauth/server.go b/internal/oauth/server.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oauth/tokenstore.go b/internal/oauth/tokenstore.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oauth/tokenstore_test.go b/internal/oauth/tokenstore_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oidc/claims.go b/internal/oidc/claims.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oidc/handlecallback.go b/internal/oidc/handlecallback.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/oidc/idp.go b/internal/oidc/idp.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account.go b/internal/processing/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/account.go b/internal/processing/account/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/account_test.go b/internal/processing/account/account_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/create.go b/internal/processing/account/create.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/createblock.go b/internal/processing/account/createblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/createfollow.go b/internal/processing/account/createfollow.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/delete.go b/internal/processing/account/delete.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/get.go b/internal/processing/account/get.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/getbookmarks.go b/internal/processing/account/getbookmarks.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/getfollowers.go b/internal/processing/account/getfollowers.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/getfollowing.go b/internal/processing/account/getfollowing.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/getrelationship.go b/internal/processing/account/getrelationship.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/getrss.go b/internal/processing/account/getrss.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/getrss_test.go b/internal/processing/account/getrss_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/getstatuses.go b/internal/processing/account/getstatuses.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/removeblock.go b/internal/processing/account/removeblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/removefollow.go b/internal/processing/account/removefollow.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/update.go b/internal/processing/account/update.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account/update_test.go b/internal/processing/account/update_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/account_test.go b/internal/processing/account_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin.go b/internal/processing/admin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/admin.go b/internal/processing/admin/admin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/createdomainblock.go b/internal/processing/admin/createdomainblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/createemoji.go b/internal/processing/admin/createemoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/deletedomainblock.go b/internal/processing/admin/deletedomainblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/deleteemoji.go b/internal/processing/admin/deleteemoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/emojicategory.go b/internal/processing/admin/emojicategory.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/getcategories.go b/internal/processing/admin/getcategories.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/getdomainblock.go b/internal/processing/admin/getdomainblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/getdomainblocks.go b/internal/processing/admin/getdomainblocks.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/getemoji.go b/internal/processing/admin/getemoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/getemojis.go b/internal/processing/admin/getemojis.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/importdomainblocks.go b/internal/processing/admin/importdomainblocks.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/mediaprune.go b/internal/processing/admin/mediaprune.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/mediarefetch.go b/internal/processing/admin/mediarefetch.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/admin/updateemoji.go b/internal/processing/admin/updateemoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/app.go b/internal/processing/app.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/blocks.go b/internal/processing/blocks.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/bookmark.go b/internal/processing/bookmark.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation.go b/internal/processing/federation.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/federation.go b/internal/processing/federation/federation.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/getemoji.go b/internal/processing/federation/getemoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/getfollowers.go b/internal/processing/federation/getfollowers.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/getfollowing.go b/internal/processing/federation/getfollowing.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/getnodeinfo.go b/internal/processing/federation/getnodeinfo.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/getoutbox.go b/internal/processing/federation/getoutbox.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/getstatus.go b/internal/processing/federation/getstatus.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/getstatusreplies.go b/internal/processing/federation/getstatusreplies.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/getuser.go b/internal/processing/federation/getuser.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/getwebfinger.go b/internal/processing/federation/getwebfinger.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/federation/postinbox.go b/internal/processing/federation/postinbox.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/followrequest.go b/internal/processing/followrequest.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/followrequest_test.go b/internal/processing/followrequest_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/fromclientapi.go b/internal/processing/fromclientapi.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/fromclientapi_test.go b/internal/processing/fromclientapi_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/fromcommon.go b/internal/processing/fromcommon.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/fromfederator.go b/internal/processing/fromfederator.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/fromfederator_test.go b/internal/processing/fromfederator_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/instance.go b/internal/processing/instance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media.go b/internal/processing/media.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/create.go b/internal/processing/media/create.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/getemoji.go b/internal/processing/media/getemoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/getemoji_test.go b/internal/processing/media/getemoji_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/getfile.go b/internal/processing/media/getfile.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/getfile_test.go b/internal/processing/media/getfile_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/getmedia.go b/internal/processing/media/getmedia.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/media.go b/internal/processing/media/media.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/media_test.go b/internal/processing/media/media_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/unattach.go b/internal/processing/media/unattach.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/unattach_test.go b/internal/processing/media/unattach_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/update.go b/internal/processing/media/update.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/media/util.go b/internal/processing/media/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/notification.go b/internal/processing/notification.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/notification_test.go b/internal/processing/notification_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/oauth.go b/internal/processing/oauth.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/processor.go b/internal/processing/processor.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/processor_test.go b/internal/processing/processor_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/search.go b/internal/processing/search.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status.go b/internal/processing/status.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/bookmark.go b/internal/processing/status/bookmark.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/bookmark_test.go b/internal/processing/status/bookmark_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/boost.go b/internal/processing/status/boost.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/boost_test.go b/internal/processing/status/boost_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/boostedby.go b/internal/processing/status/boostedby.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/context.go b/internal/processing/status/context.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/create.go b/internal/processing/status/create.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/create_test.go b/internal/processing/status/create_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/delete.go b/internal/processing/status/delete.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/fave.go b/internal/processing/status/fave.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/favedby.go b/internal/processing/status/favedby.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/get.go b/internal/processing/status/get.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/status.go b/internal/processing/status/status.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/status_test.go b/internal/processing/status/status_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/unbookmark.go b/internal/processing/status/unbookmark.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/unbookmark_test.go b/internal/processing/status/unbookmark_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/unboost.go b/internal/processing/status/unboost.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/unfave.go b/internal/processing/status/unfave.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/util.go b/internal/processing/status/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/status/util_test.go b/internal/processing/status/util_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/statustimeline.go b/internal/processing/statustimeline.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming.go b/internal/processing/streaming.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/authorize.go b/internal/processing/streaming/authorize.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/authorize_test.go b/internal/processing/streaming/authorize_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/notification.go b/internal/processing/streaming/notification.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/notification_test.go b/internal/processing/streaming/notification_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/openstream.go b/internal/processing/streaming/openstream.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/openstream_test.go b/internal/processing/streaming/openstream_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/streamdelete.go b/internal/processing/streaming/streamdelete.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/streaming.go b/internal/processing/streaming/streaming.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/streaming_test.go b/internal/processing/streaming/streaming_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/streamtoaccount.go b/internal/processing/streaming/streamtoaccount.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/streaming/update.go b/internal/processing/streaming/update.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/user.go b/internal/processing/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/user/changepassword.go b/internal/processing/user/changepassword.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/user/changepassword_test.go b/internal/processing/user/changepassword_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/user/emailconfirm.go b/internal/processing/user/emailconfirm.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/user/emailconfirm_test.go b/internal/processing/user/emailconfirm_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/user/user.go b/internal/processing/user/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/user/user_test.go b/internal/processing/user/user_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/processing/util.go b/internal/processing/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/regexes/regexes.go b/internal/regexes/regexes.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/router/attach.go b/internal/router/attach.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/router/router.go b/internal/router/router.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/router/template.go b/internal/router/template.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/state/state.go b/internal/state/state.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/storage/storage.go b/internal/storage/storage.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/stream/stream.go b/internal/stream/stream.go @@ -1,3 +1,21 @@ +/* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package stream import "sync" diff --git a/internal/text/common.go b/internal/text/common.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/common_test.go b/internal/text/common_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/emojify.go b/internal/text/emojify.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/formatter.go b/internal/text/formatter.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/formatter_test.go b/internal/text/formatter_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/link.go b/internal/text/link.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/link_test.go b/internal/text/link_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/markdown.go b/internal/text/markdown.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/markdown_test.go b/internal/text/markdown_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/markdownextension.go b/internal/text/markdownextension.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 the Free Software Foundation, either version 3 of the License, or diff --git a/internal/text/plain.go b/internal/text/plain.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/plain_test.go b/internal/text/plain_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/removehtml_test.go b/internal/text/removehtml_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/sanitize.go b/internal/text/sanitize.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/text/sanitize_test.go b/internal/text/sanitize_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/get.go b/internal/timeline/get.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/get_test.go b/internal/timeline/get_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/index.go b/internal/timeline/index.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/index_test.go b/internal/timeline/index_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/indexeditems.go b/internal/timeline/indexeditems.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/manager.go b/internal/timeline/manager.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/manager_test.go b/internal/timeline/manager_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/preparable.go b/internal/timeline/preparable.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/prepare.go b/internal/timeline/prepare.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/prepareditems.go b/internal/timeline/prepareditems.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/prune.go b/internal/timeline/prune.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/prune_test.go b/internal/timeline/prune_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/remove.go b/internal/timeline/remove.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/timeline.go b/internal/timeline/timeline.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/timeline_test.go b/internal/timeline/timeline_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/timeline/timelineable.go b/internal/timeline/timelineable.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/decoders.go b/internal/trans/decoders.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/encoders.go b/internal/trans/encoders.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/export.go b/internal/trans/export.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/exporter.go b/internal/trans/exporter.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/exportminimal.go b/internal/trans/exportminimal.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/exportminimal_test.go b/internal/trans/exportminimal_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/import.go b/internal/trans/import.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/import_test.go b/internal/trans/import_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/importer.go b/internal/trans/importer.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/model/account.go b/internal/trans/model/account.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/model/block.go b/internal/trans/model/block.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/model/domainblock.go b/internal/trans/model/domainblock.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/model/follow.go b/internal/trans/model/follow.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/model/followrequest.go b/internal/trans/model/followrequest.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/model/instance.go b/internal/trans/model/instance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/model/type.go b/internal/trans/model/type.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/model/user.go b/internal/trans/model/user.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/trans_test.go b/internal/trans/trans_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/trans/util.go b/internal/trans/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/context.go b/internal/transport/context.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/context_test.go b/internal/transport/context_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/controller.go b/internal/transport/controller.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/deliver.go b/internal/transport/deliver.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/dereference.go b/internal/transport/dereference.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/derefinstance.go b/internal/transport/derefinstance.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/derefmedia.go b/internal/transport/derefmedia.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/finger.go b/internal/transport/finger.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/signing.go b/internal/transport/signing.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/transport/transport.go b/internal/transport/transport.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/astointernal.go b/internal/typeutils/astointernal.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/astointernal_test.go b/internal/typeutils/astointernal_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/converter.go b/internal/typeutils/converter.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/converter_test.go b/internal/typeutils/converter_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/defaulticons.go b/internal/typeutils/defaulticons.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/frontendtointernal.go b/internal/typeutils/frontendtointernal.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/internaltoas.go b/internal/typeutils/internaltoas.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/internaltoas_test.go b/internal/typeutils/internaltoas_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/internaltofrontend.go b/internal/typeutils/internaltofrontend.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/internaltofrontend_test.go b/internal/typeutils/internaltofrontend_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/internaltorss.go b/internal/typeutils/internaltorss.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/internaltorss_test.go b/internal/typeutils/internaltorss_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/typeutils/wrap_test.go b/internal/typeutils/wrap_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/uris/uri.go b/internal/uris/uri.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/util/emoji.go b/internal/util/emoji.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/util/namestring.go b/internal/util/namestring.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/util/namestring_test.go b/internal/util/namestring_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/util/paging.go b/internal/util/paging.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/util/statustools.go b/internal/util/statustools.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/util/statustools_test.go b/internal/util/statustools_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/util/time.go b/internal/util/time.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/util/time_test.go b/internal/util/time_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/util/unique.go b/internal/util/unique.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/account_test.go b/internal/validate/account_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/application_test.go b/internal/validate/application_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/block_test.go b/internal/validate/block_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/client_test.go b/internal/validate/client_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/domainblock_test.go b/internal/validate/domainblock_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/emaildomainblock_test.go b/internal/validate/emaildomainblock_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/emoji_test.go b/internal/validate/emoji_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/follow_test.go b/internal/validate/follow_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/followrequest_test.go b/internal/validate/followrequest_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/formvalidation.go b/internal/validate/formvalidation.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/formvalidation_test.go b/internal/validate/formvalidation_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/instance_test.go b/internal/validate/instance_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/mediaattachment_test.go b/internal/validate/mediaattachment_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/mention_test.go b/internal/validate/mention_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/notification_test.go b/internal/validate/notification_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/routersession_test.go b/internal/validate/routersession_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/status_test.go b/internal/validate/status_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/statusbookmark_test.go b/internal/validate/statusbookmark_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/statusfave_test.go b/internal/validate/statusfave_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/statusmute_test.go b/internal/validate/statusmute_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/structvalidation.go b/internal/validate/structvalidation.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/structvalidation_test.go b/internal/validate/structvalidation_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/tag_test.go b/internal/validate/tag_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/token_test.go b/internal/validate/token_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/validate/user_test.go b/internal/validate/user_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/filter.go b/internal/visibility/filter.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/filter_test.go b/internal/visibility/filter_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/relevantaccounts.go b/internal/visibility/relevantaccounts.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/statusboostable.go b/internal/visibility/statusboostable.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/statusboostable_test.go b/internal/visibility/statusboostable_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/statushometimelineable.go b/internal/visibility/statushometimelineable.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/statushometimelineable_test.go b/internal/visibility/statushometimelineable_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/statuspublictimelineable.go b/internal/visibility/statuspublictimelineable.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/statusvisible.go b/internal/visibility/statusvisible.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/visibility/statusvisible_test.go b/internal/visibility/statusvisible_test.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/assets.go b/internal/web/assets.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/base.go b/internal/web/base.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/confirmemail.go b/internal/web/confirmemail.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/customcss.go b/internal/web/customcss.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/etag.go b/internal/web/etag.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/opengraph.go b/internal/web/opengraph.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/profile.go b/internal/web/profile.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/robots.go b/internal/web/robots.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/rss.go b/internal/web/rss.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/settings-panel.go b/internal/web/settings-panel.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/thread.go b/internal/web/thread.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/internal/web/web.go b/internal/web/web.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/mkdocs.yml b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: GoToSocial Documentation theme: readthedocs repo_url: https://github.com/superseriousbusiness/gotosocial edit_uri: edit/main/docs/ -copyright: GoToSocial is licensed under the GNU AGPL v3 LICENSE. Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org +copyright: GoToSocial is licensed under the GNU AGPL v3 LICENSE. Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org plugins: - render_swagger diff --git a/testrig/config.go b/testrig/config.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/db.go b/testrig/db.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/email.go b/testrig/email.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/federatingdb.go b/testrig/federatingdb.go @@ -1,3 +1,21 @@ +/* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package testrig import ( diff --git a/testrig/federator.go b/testrig/federator.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/gin.go b/testrig/gin.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/log.go b/testrig/log.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/mediahandler.go b/testrig/mediahandler.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/oauthserver.go b/testrig/oauthserver.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/processor.go b/testrig/processor.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/router.go b/testrig/router.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/storage.go b/testrig/storage.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/testmodels.go b/testrig/testmodels.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/transportcontroller.go b/testrig/transportcontroller.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/typeconverter.go b/testrig/typeconverter.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/testrig/util.go b/testrig/util.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/css/_colors.css b/web/source/css/_colors.css @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/css/base.css b/web/source/css/base.css @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/css/profile.css b/web/source/css/profile.css @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/css/status.css b/web/source/css/status.css @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/frontend/index.js b/web/source/frontend/index.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/index.js b/web/source/index.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/actions.js b/web/source/settings/admin/actions.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/emoji/category-select.jsx b/web/source/settings/admin/emoji/category-select.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/emoji/local/detail.js b/web/source/settings/admin/emoji/local/detail.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/emoji/local/index.js b/web/source/settings/admin/emoji/local/index.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/emoji/local/new-emoji.js b/web/source/settings/admin/emoji/local/new-emoji.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/emoji/local/overview.js b/web/source/settings/admin/emoji/local/overview.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/emoji/remote/index.js b/web/source/settings/admin/emoji/remote/index.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/emoji/remote/parse-from-toot.js b/web/source/settings/admin/emoji/remote/parse-from-toot.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/federation.js b/web/source/settings/admin/federation.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/admin/settings.js b/web/source/settings/admin/settings.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/back-button.jsx b/web/source/settings/components/back-button.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/combo-box.jsx b/web/source/settings/components/combo-box.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/error.jsx b/web/source/settings/components/error.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/fake-profile.jsx b/web/source/settings/components/fake-profile.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/fake-toot.jsx b/web/source/settings/components/fake-toot.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/form-fields.jsx b/web/source/settings/components/form-fields.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/form/combobox.jsx b/web/source/settings/components/form/combobox.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/form/file.jsx b/web/source/settings/components/form/file.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/form/index.js b/web/source/settings/components/form/index.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/form/text.jsx b/web/source/settings/components/form/text.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/languages.jsx b/web/source/settings/components/languages.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/loading.jsx b/web/source/settings/components/loading.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/login.jsx b/web/source/settings/components/login.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/mutation-button.jsx b/web/source/settings/components/mutation-button.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/nav-button.jsx b/web/source/settings/components/nav-button.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/components/submit.jsx b/web/source/settings/components/submit.jsx @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/index.js b/web/source/settings/index.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/api/admin.js b/web/source/settings/lib/api/admin.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/api/index.js b/web/source/settings/lib/api/index.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/api/oauth.js b/web/source/settings/lib/api/oauth.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/api/user.js b/web/source/settings/lib/api/user.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/errors.js b/web/source/settings/lib/errors.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/get-views.js b/web/source/settings/lib/get-views.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/query/base.js b/web/source/settings/lib/query/base.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/query/custom-emoji.js b/web/source/settings/lib/query/custom-emoji.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/query/index.js b/web/source/settings/lib/query/index.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/lib/submit.js b/web/source/settings/lib/submit.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/redux/index.js b/web/source/settings/redux/index.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/redux/reducers/admin.js b/web/source/settings/redux/reducers/admin.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/redux/reducers/instances.js b/web/source/settings/redux/reducers/instances.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/redux/reducers/oauth.js b/web/source/settings/redux/reducers/oauth.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/redux/reducers/temporary.js b/web/source/settings/redux/reducers/temporary.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/redux/reducers/user.js b/web/source/settings/redux/reducers/user.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/style.css b/web/source/settings/style.css @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/user/profile.js b/web/source/settings/user/profile.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/source/settings/user/settings.js b/web/source/settings/user/settings.js @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org 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 diff --git a/web/template/404.tmpl b/web/template/404.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main> <section> diff --git a/web/template/authorize.tmpl b/web/template/authorize.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main> <form action="/oauth/authorize" method="POST"> diff --git a/web/template/confirmed.tmpl b/web/template/confirmed.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main> <section> diff --git a/web/template/email_confirm_html.tmpl b/web/template/email_confirm_html.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + <!DOCTYPE html> <html> </head> diff --git a/web/template/email_confirm_text.tmpl b/web/template/email_confirm_text.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + Hello {{.Username}}! You are receiving this mail because you've requested an account on {{.InstanceURL}}. diff --git a/web/template/email_reset_html.tmpl b/web/template/email_reset_html.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + <!DOCTYPE html> <html> </head> diff --git a/web/template/email_reset_text.tmpl b/web/template/email_reset_text.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + Hello {{.Username}}! You are receiving this mail because a password reset has been requested for your account on {{.InstanceURL}}. diff --git a/web/template/error.tmpl b/web/template/error.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main> <section class="error"> diff --git a/web/template/finalize.tmpl b/web/template/finalize.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main> <form action="/oauth/finalize" method="POST"> diff --git a/web/template/footer.tmpl b/web/template/footer.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + <!-- footer.tmpl --> </div> <footer> diff --git a/web/template/frontend.tmpl b/web/template/frontend.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main class="lightgray"> <div id="root"> diff --git a/web/template/header.tmpl b/web/template/header.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + <!DOCTYPE html> <!-- header.tmpl --> diff --git a/web/template/index.tmpl b/web/template/index.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <section class="excerpt-top"> home to <span class="count">{{.instance.Stats.user_count}}</span> users diff --git a/web/template/oob.tmpl b/web/template/oob.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main> <h1>Hi {{ .user }}!</h1> diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main> <div class="profile"> diff --git a/web/template/sign-in.tmpl b/web/template/sign-in.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main> <section class="login"> diff --git a/web/template/status.tmpl b/web/template/status.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + <div data-nosnippet class="contentgrid"> <a href="{{.Account.URL}}" class="avatar"><img src="{{.Account.Avatar}}" alt=""></a> <a href="{{.Account.URL}}" class="displayname">{{if .Account.DisplayName}}{{emojify .Account.Emojis (escape .Account.DisplayName)}}{{else}}{{.Account.Username}}{{end}}</a> diff --git a/web/template/thread.tmpl b/web/template/thread.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ -}} + {{ template "header.tmpl" .}} <main> <div data-nosnippet class="thread">