Add missing newline, fix wrong copyright comment on a few files

This commit is contained in:
Anthony Wang 2023-01-12 21:56:36 +00:00
parent d03f5bde7e
commit f8a1dba197
No known key found for this signature in database
GPG Key ID: 42A5B952E6DD8D38
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
// Copyright 2023 The Forgejo Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package activitypub
import (

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Gitea Authors. All rights reserved.
// Copyright 2023 The Forgejo Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package repository

View File

@ -1,4 +1,4 @@
// Copyright 2016 The Gitea Authors. All rights reserved.
// Copyright 2023 The Forgejo Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package repository