summaryrefslogtreecommitdiffstats
path: root/routers/web/feed
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/feed')
-rw-r--r--routers/web/feed/convert.go3
-rw-r--r--routers/web/feed/profile.go3
-rw-r--r--routers/web/feed/repo.go3
3 files changed, 3 insertions, 6 deletions
diff --git a/routers/web/feed/convert.go b/routers/web/feed/convert.go
index c6fc352b64..e0e481d1a5 100644
--- a/routers/web/feed/convert.go
+++ b/routers/web/feed/convert.go
@@ -1,6 +1,5 @@
// Copyright 2021 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 feed
diff --git a/routers/web/feed/profile.go b/routers/web/feed/profile.go
index ffa34572bc..7641769192 100644
--- a/routers/web/feed/profile.go
+++ b/routers/web/feed/profile.go
@@ -1,6 +1,5 @@
// Copyright 2021 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 feed
diff --git a/routers/web/feed/repo.go b/routers/web/feed/repo.go
index 027f90872f..1d24b58800 100644
--- a/routers/web/feed/repo.go
+++ b/routers/web/feed/repo.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 feed