aboutsummaryrefslogtreecommitdiffstats
path: root/modules/notification/action
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notification/action')
-rw-r--r--modules/notification/action/action.go3
-rw-r--r--modules/notification/action/action_test.go3
2 files changed, 2 insertions, 4 deletions
diff --git a/modules/notification/action/action.go b/modules/notification/action/action.go
index d029405664..2f882c2cb8 100644
--- a/modules/notification/action/action.go
+++ b/modules/notification/action/action.go
@@ -1,6 +1,5 @@
// Copyright 2019 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 action
diff --git a/modules/notification/action/action_test.go b/modules/notification/action/action_test.go
index dc31b3189b..05ce70f388 100644
--- a/modules/notification/action/action_test.go
+++ b/modules/notification/action/action_test.go
@@ -1,6 +1,5 @@
// Copyright 2019 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 action