diff options
Diffstat (limited to 'routers/web/misc')
-rw-r--r-- | routers/web/misc/markdown.go | 3 | ||||
-rw-r--r-- | routers/web/misc/swagger.go | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/routers/web/misc/markdown.go b/routers/web/misc/markdown.go index 0567cbb30c..aaa3ed0781 100644 --- a/routers/web/misc/markdown.go +++ b/routers/web/misc/markdown.go @@ -1,7 +1,6 @@ // Copyright 2014 The Gogs Authors. All rights reserved. // 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 misc diff --git a/routers/web/misc/swagger.go b/routers/web/misc/swagger.go index e46d4194b4..72c09a3780 100644 --- a/routers/web/misc/swagger.go +++ b/routers/web/misc/swagger.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 misc |