diff --git a/models/conversations/comment.go b/models/conversations/comment.go index 9f8aff44d63..722dd988bf2 100644 --- a/models/conversations/comment.go +++ b/models/conversations/comment.go @@ -1,3 +1,6 @@ +// Copyright 2024 The Gitea Authors. All rights reserved. +// SPDX-License-Identifier: MIT + package conversations // This comment.go was refactored from issues/comment.go to make it context-agnostic to improve reusability. diff --git a/models/conversations/comment_list.go b/models/conversations/comment_list.go index 4a1799497d1..0781ad4ffae 100644 --- a/models/conversations/comment_list.go +++ b/models/conversations/comment_list.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversations diff --git a/models/conversations/content_history.go b/models/conversations/content_history.go index f15f69b4924..3896422ffa8 100644 --- a/models/conversations/content_history.go +++ b/models/conversations/content_history.go @@ -1,4 +1,4 @@ -// Copyright 2021 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversations diff --git a/models/conversations/conversation.go b/models/conversations/conversation.go index 876f9270340..bf9dd56b8d2 100644 --- a/models/conversations/conversation.go +++ b/models/conversations/conversation.go @@ -1,3 +1,6 @@ +// Copyright 2024 The Gitea Authors. All rights reserved. +// SPDX-License-Identifier: MIT + package conversations // Someone should decouple Comment from issues, and rename it something like ConversationEvent (@RedCocoon, 2024) diff --git a/models/conversations/conversation_list.go b/models/conversations/conversation_list.go index eb9d0911107..de32b148ba1 100644 --- a/models/conversations/conversation_list.go +++ b/models/conversations/conversation_list.go @@ -1,4 +1,4 @@ -// Copyright 2017 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversations diff --git a/models/conversations/conversation_search.go b/models/conversations/conversation_search.go index 798870f5fd6..6dad3fc6173 100644 --- a/models/conversations/conversation_search.go +++ b/models/conversations/conversation_search.go @@ -1,4 +1,4 @@ -// Copyright 2023 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversations diff --git a/models/conversations/conversation_stat.go b/models/conversations/conversation_stat.go index 8923cf97cf5..bab3e1a5029 100644 --- a/models/conversations/conversation_stat.go +++ b/models/conversations/conversation_stat.go @@ -1,4 +1,4 @@ -// Copyright 2023 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversations diff --git a/models/conversations/conversation_update.go b/models/conversations/conversation_update.go index 2588f972377..209f3d9b3de 100644 --- a/models/conversations/conversation_update.go +++ b/models/conversations/conversation_update.go @@ -1,4 +1,4 @@ -// Copyright 2023 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversations diff --git a/models/conversations/conversation_user.go b/models/conversations/conversation_user.go index 23ff1265a70..05f3e9d71d9 100644 --- a/models/conversations/conversation_user.go +++ b/models/conversations/conversation_user.go @@ -1,4 +1,4 @@ -// Copyright 2017 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversations diff --git a/models/conversations/dependency.go b/models/conversations/dependency.go index 72aafe96ef9..8382ede90ea 100644 --- a/models/conversations/dependency.go +++ b/models/conversations/dependency.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversations diff --git a/models/conversations/reaction.go b/models/conversations/reaction.go index 90bcb17334b..50e44f1c540 100644 --- a/models/conversations/reaction.go +++ b/models/conversations/reaction.go @@ -1,4 +1,4 @@ -// Copyright 2017 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversations diff --git a/services/conversation/comments.go b/services/conversation/comments.go index 4b8949c5373..c08a9016071 100644 --- a/services/conversation/comments.go +++ b/services/conversation/comments.go @@ -1,4 +1,4 @@ -// Copyright 2019 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversation diff --git a/services/conversation/conversation.go b/services/conversation/conversation.go index a8b0a384160..1f3bb7d719c 100644 --- a/services/conversation/conversation.go +++ b/services/conversation/conversation.go @@ -1,4 +1,4 @@ -// Copyright 2019 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package conversation