diff --git a/modules/activitypub/client.go b/modules/activitypub/client.go
index 66b977c01f..e07ae614fa 100644
--- a/modules/activitypub/client.go
+++ b/modules/activitypub/client.go
@@ -1,6 +1,7 @@
-// Copyright 2022 The Gitea Authors. All rights reserved.
+// Copyright 2022, 2023 The Forgejo & Gitea Authors. All rights reserved.
 // SPDX-License-Identifier: MIT
 
+// TODO: Think about whether this should be moved to services/actifitypub (compare to exosy/services/activitypub/client.go)
 package activitypub
 
 import (