summaryrefslogtreecommitdiffstats
path: root/modules/storage
diff options
context:
space:
mode:
Diffstat (limited to 'modules/storage')
-rw-r--r--modules/storage/helper.go3
-rw-r--r--modules/storage/local.go3
-rw-r--r--modules/storage/local_test.go3
-rw-r--r--modules/storage/minio.go3
-rw-r--r--modules/storage/storage.go3
5 files changed, 5 insertions, 10 deletions
diff --git a/modules/storage/helper.go b/modules/storage/helper.go
index 1a25716ccb..5aaa2a9e64 100644
--- a/modules/storage/helper.go
+++ b/modules/storage/helper.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 storage
diff --git a/modules/storage/local.go b/modules/storage/local.go
index 5d5b06b648..a439a24592 100644
--- a/modules/storage/local.go
+++ b/modules/storage/local.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 storage
diff --git a/modules/storage/local_test.go b/modules/storage/local_test.go
index 0749036cb7..994c54e859 100644
--- a/modules/storage/local_test.go
+++ b/modules/storage/local_test.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 storage
diff --git a/modules/storage/minio.go b/modules/storage/minio.go
index f7b42d674c..912f820ede 100644
--- a/modules/storage/minio.go
+++ b/modules/storage/minio.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 storage
diff --git a/modules/storage/storage.go b/modules/storage/storage.go
index 1b83e3271f..a7d3b9ce1f 100644
--- a/modules/storage/storage.go
+++ b/modules/storage/storage.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 storage