Add copyright to fix lint

This commit is contained in:
harryzcy 2023-04-17 23:42:39 -04:00
parent 80e4b17749
commit 3ce904ec7d
No known key found for this signature in database
GPG Key ID: E3C2287691E40E35
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright 2020 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package interact
import (

View File

@ -1,3 +1,7 @@
// Copyright 2020 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package task
import (