diff --git a/models/forgefed/activity_test.go b/models/forgefed/activity_test.go
index 823470ea7e..4819b5fa6c 100644
--- a/models/forgefed/activity_test.go
+++ b/models/forgefed/activity_test.go
@@ -13,7 +13,6 @@ import (
 	ap "github.com/go-ap/activitypub"
 )
 
-// TODO: fix this test. mock time.Now?
 func Test_NewForgeLike(t *testing.T) {
 	actorIRI := "https://repo.prod.meissa.de/api/v1/activitypub/user-id/1"
 	objectIRI := "https://codeberg.org/api/v1/activitypub/repository-id/1"
diff --git a/models/repo/star.go b/models/repo/star.go
index 6e4a25ae8d..9c14e67bf0 100644
--- a/models/repo/star.go
+++ b/models/repo/star.go
@@ -1,4 +1,5 @@
 // Copyright 2016 The Gitea Authors. All rights reserved.
+// Copyright 2024 The Forgejo Authors. All rights reserved.
 // SPDX-License-Identifier: MIT
 
 package repo