diff options
Diffstat (limited to 'modules/markup/console')
-rw-r--r-- | modules/markup/console/console.go | 3 | ||||
-rw-r--r-- | modules/markup/console/console_test.go | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/modules/markup/console/console.go b/modules/markup/console/console.go index 597593eee1..cf42c9cceb 100644 --- a/modules/markup/console/console.go +++ b/modules/markup/console/console.go @@ -1,6 +1,5 @@ // Copyright 2022 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 console diff --git a/modules/markup/console/console_test.go b/modules/markup/console/console_test.go index 282fbb0598..506f86194c 100644 --- a/modules/markup/console/console_test.go +++ b/modules/markup/console/console_test.go @@ -1,6 +1,5 @@ // Copyright 2022 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 console |