From c86630230a41f6c3f96d9a6f2e1c4164ea8ec749 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Sun, 20 Apr 2025 16:30:44 +1000 Subject: [PATCH] Correct copyright metadata --- xsanecli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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