summaryrefslogtreecommitdiffstats
path: root/modules/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ssh')
-rw-r--r--modules/ssh/init.go3
-rw-r--r--modules/ssh/ssh.go3
-rw-r--r--modules/ssh/ssh_graceful.go3
3 files changed, 3 insertions, 6 deletions
diff --git a/modules/ssh/init.go b/modules/ssh/init.go
index 72cb6df7a4..21d4f89936 100644
--- a/modules/ssh/init.go
+++ b/modules/ssh/init.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 ssh
diff --git a/modules/ssh/ssh.go b/modules/ssh/ssh.go
index 6b601c008f..9ec14f2caa 100644
--- a/modules/ssh/ssh.go
+++ b/modules/ssh/ssh.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 ssh
diff --git a/modules/ssh/ssh_graceful.go b/modules/ssh/ssh_graceful.go
index 166ea0b982..cad2c685bd 100644
--- a/modules/ssh/ssh_graceful.go
+++ b/modules/ssh/ssh_graceful.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 ssh