Correct copyright metadata

This commit is contained in:
RunasSudo 2025-04-20 16:30:44 +10:00
parent ec6495eecc
commit c86630230a
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A

View File

@ -95,9 +95,9 @@ class XSaneCLI(Gimp.PlugIn):
raise Exception('Unknown procedure')
procedure.set_attribution(
'Lee Yingtong Li (RunasSudo)', # Author
'Lee Yingtong Li (RunasSudo)', # Copyright
'Lee Yingtong Li (RunasSudo)' # Year
'Lee Yingtong Li (RunasSudo) and CONTRIBUTORS', # Author
'Lee Yingtong Li (RunasSudo) and CONTRIBUTORS', # Copyright
'2024–2025' # Year
)
return procedure