diff options
Diffstat (limited to 'modules/test')
-rw-r--r-- | modules/test/context_tests.go | 3 | ||||
-rw-r--r-- | modules/test/utils.go | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/modules/test/context_tests.go b/modules/test/context_tests.go index 963f79c3c6..61e49adb76 100644 --- a/modules/test/context_tests.go +++ b/modules/test/context_tests.go @@ -1,6 +1,5 @@ // Copyright 2017 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. +// SPDX-License-Identifier: MIT package test diff --git a/modules/test/utils.go b/modules/test/utils.go index ed1628ab47..7686d3f289 100644 --- a/modules/test/utils.go +++ b/modules/test/utils.go @@ -1,6 +1,5 @@ // Copyright 2017 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. +// SPDX-License-Identifier: MIT package test |