summaryrefslogtreecommitdiffstats
path: root/modules/svg
diff options
context:
space:
mode:
Diffstat (limited to 'modules/svg')
-rw-r--r--modules/svg/discover_bindata.go3
-rw-r--r--modules/svg/discover_nobindata.go3
-rw-r--r--modules/svg/svg.go3
3 files changed, 3 insertions, 6 deletions
diff --git a/modules/svg/discover_bindata.go b/modules/svg/discover_bindata.go
index cca1de76a7..b6abd294f1 100644
--- a/modules/svg/discover_bindata.go
+++ b/modules/svg/discover_bindata.go
@@ -1,6 +1,5 @@
// 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.
+// SPDX-License-Identifier: MIT
//go:build bindata
diff --git a/modules/svg/discover_nobindata.go b/modules/svg/discover_nobindata.go
index ef01fbcc3e..da7ab7b98f 100644
--- a/modules/svg/discover_nobindata.go
+++ b/modules/svg/discover_nobindata.go
@@ -1,6 +1,5 @@
// 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.
+// SPDX-License-Identifier: MIT
//go:build !bindata
diff --git a/modules/svg/svg.go b/modules/svg/svg.go
index 4e13d92d41..e0f0a263f3 100644
--- a/modules/svg/svg.go
+++ b/modules/svg/svg.go
@@ -1,6 +1,5 @@
// 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.
+// SPDX-License-Identifier: MIT
package svg