chore: remove all license headers from source files except MIT license files

This commit is contained in:
2024-12-27 11:28:38 +00:00
parent 54ffcb9acf
commit 4dac736e2f
54 changed files with 279 additions and 279 deletions
+3 -3
View File
@@ -2,14 +2,14 @@
{{if .verification.Verified}}
<div title="{{if eq .verification.TrustStatus "trusted"}}{{else if eq .verification.TrustStatus "untrusted"}}{{ctx.Locale.Tr "repo.commits.signed_by_untrusted_user"}}: {{else}}{{ctx.Locale.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}: {{end}}{{.verification.Reason}}">
{{if ne .verification.SigningUser.ID 0}}
{{svg "gitea-lock"}}
{{svg "molodetz-lock"}}
{{ctx.AvatarUtils.Avatar .verification.SigningUser 28 "signature"}}
{{else}}
<span title="{{ctx.Locale.Tr "gpg.default_key"}}">{{svg "gitea-lock-cog"}}</span>
<span title="{{ctx.Locale.Tr "gpg.default_key"}}">{{svg "molodetz-lock-cog"}}</span>
{{ctx.AvatarUtils.AvatarByEmail .verification.SigningEmail "" 28 "signature"}}
{{end}}
</div>
{{else}}
<span title="{{ctx.Locale.Tr .verification.Reason}}">{{svg "gitea-unlock"}}</span>
<span title="{{ctx.Locale.Tr .verification.Reason}}">{{svg "molodetz-unlock"}}</span>
{{end}}
</div>