Correct copyright metadata

This commit is contained in:
RunasSudo 2025-04-20 16:30:44 +10:00
parent dd0809b0eb
commit d4fa7e8afc
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
2 changed files with 4 additions and 4 deletions

View File

@ -16,6 +16,6 @@ By default, XSane's device chooser dialog is displayed. To hard-code a specific
## Licence
Copyright © 2024 Lee Yingtong Li (RunasSudo)
Copyright © 2024–2025 Lee Yingtong Li (RunasSudo) and CONTRIBUTORS
Licensed under the GNU General Public License version 3 or later.

View File

@ -94,9 +94,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