aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony Wang2023-01-12 21:55:17 +0000
committerAnthony Wang2023-01-12 21:55:17 +0000
commitd03f5bde7ec07633169a0461e2718436ac394b7f (patch)
tree5813c12325908b8fc86c8e1d766cebeea25c1eab /tests
parent72247b8d4988fe108396f28dc559f277abed8859 (diff)
Remove some files that were accidentally committed
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/api_comment_attachment_test.go3
-rw-r--r--tests/integration/api_issue_attachment_test.go3
-rw-r--r--tests/integration/markup_external_test.go3
3 files changed, 6 insertions, 3 deletions
diff --git a/tests/integration/api_comment_attachment_test.go b/tests/integration/api_comment_attachment_test.go
index 5f3583de7..b23db53d2 100644
--- a/tests/integration/api_comment_attachment_test.go
+++ b/tests/integration/api_comment_attachment_test.go
@@ -1,5 +1,6 @@
// Copyright 2021 The Gitea Authors. All rights reserved.
-// SPDX-License-Identifier: MIT
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
package integration
diff --git a/tests/integration/api_issue_attachment_test.go b/tests/integration/api_issue_attachment_test.go
index 44c2e1fff..0558dda56 100644
--- a/tests/integration/api_issue_attachment_test.go
+++ b/tests/integration/api_issue_attachment_test.go
@@ -1,5 +1,6 @@
// Copyright 2021 The Gitea Authors. All rights reserved.
-// SPDX-License-Identifier: MIT
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
package integration
diff --git a/tests/integration/markup_external_test.go b/tests/integration/markup_external_test.go
index f031f646e..6ea0226ec 100644
--- a/tests/integration/markup_external_test.go
+++ b/tests/integration/markup_external_test.go
@@ -1,5 +1,6 @@
// Copyright 2022 The Gitea Authors. All rights reserved.
-// SPDX-License-Identifier: MIT
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
package integration