diff options
author | flynnnnnnnnnn <118399147+flynnnnnnnnnn@users.noreply.github.com> | 2022-11-27 19:20:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 19:20:29 +0100 |
commit | e81ccc406bf723a5a58d685e7782f281736affd4 (patch) | |
tree | bc9812f3f1779f8ce86b8f915d08aafd02e944b9 /modules/container | |
parent | Correct the fallbacks for mailer configuration (#21945) (diff) | |
download | forgejo-e81ccc406bf723a5a58d685e7782f281736affd4.tar.xz forgejo-e81ccc406bf723a5a58d685e7782f281736affd4.zip |
Implement FSFE REUSE for golang files (#21840)
Change all license headers to comply with REUSE specification.
Fix #16132
Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Diffstat (limited to 'modules/container')
-rw-r--r-- | modules/container/set.go | 3 | ||||
-rw-r--r-- | modules/container/set_test.go | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/modules/container/set.go b/modules/container/set.go index 4b4c74525d..15779983fd 100644 --- a/modules/container/set.go +++ b/modules/container/set.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 container diff --git a/modules/container/set_test.go b/modules/container/set_test.go index 6654763e56..1502236034 100644 --- a/modules/container/set_test.go +++ b/modules/container/set_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 container |