From ac7a3e704592fc513e0b4f3fa549e4347e674f6f Mon Sep 17 00:00:00 2001 From: maniu Date: Sun, 22 Jun 2025 16:21:18 +0200 Subject: [PATCH] Update python-fu-removebg/python-fu-removebg.py Signed-off-by: maniu --- python-fu-removebg/python-fu-removebg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-fu-removebg/python-fu-removebg.py b/python-fu-removebg/python-fu-removebg.py index 3875296..325a8f2 100644 --- a/python-fu-removebg/python-fu-removebg.py +++ b/python-fu-removebg/python-fu-removebg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# (C) 2024-2026 Marek Pistorius +# (C) 2024-2026 --- # This file is part of gimp-python-fu-removebg . # gimp-python-fu-removebg is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. # gimp-python-fu-removebg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -88,7 +88,7 @@ class PythonRemoveBG(Gimp.PlugIn): _("Remove Background AI"), name) procedure.set_menu_label(_("RemoveBG")) - procedure.set_attribution("MP", + procedure.set_attribution("M", "(c) GPL V3.0 or later", "2024-2025") procedure.add_menu_path('/Filters/RemoveBG/')