diff --git a/xsanecli.py b/xsanecli.py index 0f93d9b..828dba0 100644 --- a/xsanecli.py +++ b/xsanecli.py @@ -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